This commit is contained in:
2026-05-20 18:08:37 +07:00
parent dd3fd889a3
commit 290d36e8cb
21 changed files with 1359 additions and 72 deletions

View File

@@ -15,3 +15,15 @@ INVITE_FROM_EMAIL=
# Optional override for the origin used in invite URLs. Falls back to the
# request's host/protocol if unset. Server-only — never sent to the browser.
APP_URL=
# Cloudflare R2 (S3-compatible object storage) for image uploads.
# R2_ENDPOINT base API endpoint for the account
# R2_BUCKET bucket name
# R2_ACCESS_KEY_ID + R2_SECRET_ACCESS_KEY — from R2 → API Tokens
# R2_PUBLIC_URL custom-domain origin attached to the bucket; this is
# what gets put into <img src> and stored in places.cover_url
R2_ENDPOINT=
R2_BUCKET=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_PUBLIC_URL=