Skip to content
HaierKeys edited this page Mar 11, 2025 · 5 revisions

使用 单服务 接口

支持 本地存储, OSS , Cloudflare R2 , Amazon S3 , MinIO

需要修改 config.yaml

修改http-portauth-token 两个选项

启动网关程序

API 网关地址为 http://{IP:PORT}/api/upload

API 访问令牌为 auth-token 内容

使用 多用户 开放服务接口

支持 OSS , Cloudflare R2 , Amazon S3

需要在 config.yaml 中修改

http-portdatabase

同时修改 user.is-enableuser.register-is-enabletrue

启动网关程序

访问 WebGUI 地址 http://{IP:PORT} 进行用户注册配置

Image

API 网关地址为 http://{IP:PORT}/api/user/upload

点击在WebGUI 复制 API 配置 获取配置信息

Clone this wiki locally