Prepare production and Coolify deployment with original exports and datetime pickers

This commit is contained in:
2026-09-09 17:59:20 -04:00
parent 574f29a68e
commit 64d7acc9c0
38 changed files with 1296 additions and 8 deletions
+21
View File
@@ -0,0 +1,21 @@
# Copy to .env.production; never commit the filled-in file.
# Use a long random URL-safe password (e.g. hexadecimal).
POSTGRES_PASSWORD=
NEXT_PUBLIC_APP_URL=https://photos.example.com
BETTER_AUTH_URL=https://photos.example.com
BETTER_AUTH_SECRET=
EMAIL_PROVIDER=resend
EMAIL_FROM=Manyangles <photos@example.com>
RESEND_API_KEY=
RESEND_WEBHOOK_SECRET=
S3_ENDPOINT=https://s3.example.com
S3_PUBLIC_ENDPOINT=https://s3.example.com
S3_REGION=us-east-1
S3_BUCKET=manyangles
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_FORCE_PATH_STYLE=true
AUTHENTIK_ISSUER=
AUTHENTIK_CLIENT_ID=
AUTHENTIK_CLIENT_SECRET=
WORKER_CONCURRENCY=1