- update translations

- add mail_from env var
- update docs for swarm deployment
This commit is contained in:
Amruth Pillai
2023-11-22 22:05:54 +01:00
parent da2f4dba60
commit 1580455b3f
59 changed files with 950 additions and 1170 deletions

View File

@ -25,6 +25,7 @@ export const configSchema = z.object({
CHROME_URL: z.string().url(),
// Mail Server
MAIL_FROM: z.string().includes("@").default("noreply@localhost"),
SMTP_URL: z.string().url().startsWith("smtp://").optional(),
// Storage