Add MinIO object storage

This commit is contained in:
2025-10-22 13:40:06 -07:00
commit a21406974a
4 changed files with 149 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# MinIO Configuration
# Copy this to .env and set your credentials
# MinIO Root Credentials
# These are used for both S3 API access and web console login
MINIO_ROOT_USER=admin
MINIO_ROOT_PASSWORD=change-this-to-a-strong-password
# Note: In production, use a password manager to generate a strong password
# Example: openssl rand -base64 32