mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
+13
-6
@@ -92,19 +92,26 @@ EMAIL_FROM=CHANGE_ME@gmail.com
|
||||
OTP_EXPIRY_MINUTES=10
|
||||
|
||||
# ── S3-compatible Storage (Garage self-hosted) ────────────────────────────────
|
||||
# S3_ENDPOINT: internal address of your Garage node (e.g. http://127.0.0.1:3900
|
||||
# if Garage runs on the same server, or http://<garage-host>:3900)
|
||||
# S3_PUBLIC_URL: the public-facing base URL served by your reverse proxy
|
||||
# (e.g. https://cdn.yourdomain.com)
|
||||
S3_ENDPOINT=http://127.0.0.1:3900
|
||||
# Garage is bundled in docker-compose.yml — no separate install needed.
|
||||
#
|
||||
# Docker setup: S3_ENDPOINT=http://garage:3900 (use the service name)
|
||||
# Bare-metal: S3_ENDPOINT=http://127.0.0.1:3900
|
||||
#
|
||||
# S3_PUBLIC_URL: public-facing URL served by your reverse proxy
|
||||
# (e.g. Caddy/Nginx → https://cdn.yourdomain.com → garage:3900)
|
||||
#
|
||||
# GARAGE_RPC_SECRET: shared secret for Garage RPC.
|
||||
# Generate with: openssl rand -hex 32
|
||||
S3_ENDPOINT=http://garage:3900
|
||||
S3_REGION=garage
|
||||
S3_ACCESS_KEY=CHANGE_ME
|
||||
S3_SECRET_KEY=CHANGE_ME
|
||||
S3_BUCKET=CHANGE_ME
|
||||
S3_PUBLIC_URL=https://cdn.yourdomain.com
|
||||
GARAGE_RPC_SECRET=CHANGE_ME_32_BYTE_HEX
|
||||
|
||||
# ── Chibisafe (optional — used alongside S3 for some asset types) ─────────────
|
||||
# Replace the zrok tunnel URL with a stable domain pointing to your Chibisafe instance.
|
||||
# Set CHIBISAFE_BASE_URL to the public domain pointing to your Chibisafe instance.
|
||||
CHIBISAFE_BASE_URL=https://files.yourdomain.com
|
||||
CHIBISAFE_API_KEY=CHANGE_ME
|
||||
CHIBISAFE_ALBUM_AVATARS=CHANGE_ME_UUID
|
||||
|
||||
Reference in New Issue
Block a user