From e8d4e5673c060056d8a31c28a545c9d03b464189 Mon Sep 17 00:00:00 2001 From: Christomatt Date: Sun, 1 Feb 2026 03:44:09 +0100 Subject: [PATCH] docs: S3 storage is optional, not required --- .env.example | 17 +++++++++-------- docker/.env.example | 17 +++++++++-------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/.env.example b/.env.example index 031bde3..e9b694b 100644 --- a/.env.example +++ b/.env.example @@ -25,16 +25,17 @@ DB_PASSWORD=your-secure-password-here 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_REGION=us-east-1 -STORAGE_BUCKET=synapsis-uploads -STORAGE_ACCESS_KEY=your-access-key -STORAGE_SECRET_KEY=your-secret-key -STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com +# STORAGE_ENDPOINT=https://s3.your-provider.com +# STORAGE_REGION=us-east-1 +# STORAGE_BUCKET=synapsis-uploads +# STORAGE_ACCESS_KEY=your-access-key +# STORAGE_SECRET_KEY=your-secret-key +# STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com # =========================================== # OPTIONAL: General Settings diff --git a/docker/.env.example b/docker/.env.example index 031bde3..e9b694b 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -25,16 +25,17 @@ DB_PASSWORD=your-secure-password-here 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_REGION=us-east-1 -STORAGE_BUCKET=synapsis-uploads -STORAGE_ACCESS_KEY=your-access-key -STORAGE_SECRET_KEY=your-secret-key -STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com +# STORAGE_ENDPOINT=https://s3.your-provider.com +# STORAGE_REGION=us-east-1 +# STORAGE_BUCKET=synapsis-uploads +# STORAGE_ACCESS_KEY=your-access-key +# STORAGE_SECRET_KEY=your-secret-key +# STORAGE_PUBLIC_BASE_URL=https://cdn.your-domain.com # =========================================== # OPTIONAL: General Settings