Refine workspaces and event publishing; harden uploads and email delivery

This commit is contained in:
2026-09-09 15:44:00 -04:00
parent f5702caaea
commit 574f29a68e
93 changed files with 2885 additions and 535 deletions
+6 -2
View File
@@ -10,11 +10,15 @@ AUTHENTIK_CLIENT_ID=
AUTHENTIK_CLIENT_SECRET=
EMAIL_PROVIDER=mailpit
EMAIL_FROM=Album <photos@album.test>
EMAIL_FROM=Manyangles <photos@manyangles.test>
SMTP_HOST=127.0.0.1
SMTP_PORT=1027
RESEND_API_KEY=
RESEND_FROM=Album <photos@album.test>
# Signing secret for POST /api/webhooks/resend (not the API key).
RESEND_WEBHOOK_SECRET=
# Production: set EMAIL_PROVIDER=resend and EMAIL_FROM to a verified Resend domain.
# Run the worker with the same email configuration. Never use production for tests.
RESEND_FROM=Manyangles <photos@manyangles.test>
S3_ENDPOINT=http://127.0.0.1:3900
S3_PUBLIC_ENDPOINT=http://127.0.0.1:3900