-
Notifications
You must be signed in to change notification settings - Fork 3
Usage
HaierKeys edited this page Mar 11, 2025
·
2 revisions
Supports Local Storage
, OSS
, Cloudflare R2
, Amazon S3
, and MinIO
.
Modify config.yaml
Change http-port
and auth-token
options.
Start the gateway program.
The API gateway address is http://{IP:PORT}/api/upload
The API access token is the content of auth-token
.
Supports OSS
, Cloudflare R2
, and Amazon S3
.
Modify config.yaml
Change http-port
and database
.
Also, set user.is-enable
and user.register-is-enable
to true
.
Start the gateway program.
Access the WebGUI
at http://{IP:PORT}
to configure user registration.
The API gateway address is http://{IP:PORT}/api/user/upload
.
Click on WebGUI
to copy API configuration and obtain setup details.