Limour

Limour

临床医学在读。

【白嫖】使用 CloudFlare R2 搭建个人图床

优点介绍#

  1. 免费额度足够个人使用
  2. 无需额外配置 CDN
  3. 自定义域名比较优雅
FreePaid - Rates
存储10 GB / month$0.015 / GB-month
A 类操作1 million requests / month$4.50 / million requests
B 类操作10 million requests / month$0.36 / million requests

第一步 创建 R2 存储桶#

chrome_5YbnxMK81u

第二步 绑定域名#

chrome_eweuBKiNwN

第三步 创建 S3 令牌#

chrome_4YMlWlYLO4
chrome_yyxuZkfrAD

第四步 安装 lsky 图床#

mkdir -p ~/app/Lsky && cd ~/app/Lsky && nano docker-compose.yml
docker-compose up -d
version: '3.3'
services:
  lsky-pro:
    restart: always
    volumes:
       - './lsky-pro-data:/var/www/html'
    image: 'dko0/lsky-pro'

networks:
  default:
    external: true
    name: ngpm

msedge_h3YZSPNAGC

第五步 图床添加 R2 储存桶#

msedge_Ot4liDJ20L

第六步 上传图片测试#

test_img

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.