docs: S3 storage is optional, not required

This commit is contained in:
Christomatt
2026-02-01 03:44:09 +01:00
parent 4323ae90f8
commit e8d4e5673c
2 changed files with 18 additions and 16 deletions
+9 -8
View File
@@ -25,16 +25,17 @@ DB_PASSWORD=your-secure-password-here
DB_NAME=synapsis DB_NAME=synapsis
# =========================================== # ===========================================
# REQUIRED: S3-Compatible Storage # OPTIONAL: S3-Compatible Storage
# =========================================== # ===========================================
# Supports AWS S3, MinIO, Wasabi, Backblaze B2, Cloudflare R2, etc. # Only needed for image uploads. You can run Synapsis without these
# and add them later. Supports AWS S3, MinIO, Wasabi, Backblaze B2, etc.
STORAGE_ENDPOINT=https://s3.your-provider.com # STORAGE_ENDPOINT=https://s3.your-provider.com
STORAGE_REGION=us-east-1 # STORAGE_REGION=us-east-1
STORAGE_BUCKET=synapsis-uploads # STORAGE_BUCKET=synapsis-uploads
STORAGE_ACCESS_KEY=your-access-key # STORAGE_ACCESS_KEY=your-access-key
STORAGE_SECRET_KEY=your-secret-key # STORAGE_SECRET_KEY=your-secret-key
STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com # STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com
# =========================================== # ===========================================
# OPTIONAL: General Settings # OPTIONAL: General Settings
+9 -8
View File
@@ -25,16 +25,17 @@ DB_PASSWORD=your-secure-password-here
DB_NAME=synapsis DB_NAME=synapsis
# =========================================== # ===========================================
# REQUIRED: S3-Compatible Storage # OPTIONAL: S3-Compatible Storage
# =========================================== # ===========================================
# Supports AWS S3, MinIO, Wasabi, Backblaze B2, Cloudflare R2, etc. # Only needed for image uploads. You can run Synapsis without these
# and add them later. Supports AWS S3, MinIO, Wasabi, Backblaze B2, etc.
STORAGE_ENDPOINT=https://s3.your-provider.com # STORAGE_ENDPOINT=https://s3.your-provider.com
STORAGE_REGION=us-east-1 # STORAGE_REGION=us-east-1
STORAGE_BUCKET=synapsis-uploads # STORAGE_BUCKET=synapsis-uploads
STORAGE_ACCESS_KEY=your-access-key # STORAGE_ACCESS_KEY=your-access-key
STORAGE_SECRET_KEY=your-secret-key # STORAGE_SECRET_KEY=your-secret-key
STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com # STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com
# =========================================== # ===========================================
# OPTIONAL: General Settings # OPTIONAL: General Settings