{ "common": { "greeting": "Hello {{displayName}},", "signoff": "Your Dorfteich", "ignoreHint": "If you did not request this e-mail, you can safely ignore it." }, "verifyEmail": { "subject": "Confirm your e-mail address", "body": "welcome to Dorfteich! Please confirm your e-mail address to activate your account:", "action": "Confirm e-mail address", "expiry": "The link is valid for 24 hours." }, "resetPassword": { "subject": "Reset your password", "body": "someone (hopefully you) requested a password reset for your account. Use this link to set a new password:", "action": "Set new password", "expiry": "The link is valid for one hour. Your current password stays valid until you set a new one." }, "smtpTest": { "subject": "SMTP test message", "body": "this test message confirms that your Dorfteich can send e-mail through the configured SMTP server. You can reach your instance here:", "action": "Open Dorfteich", "expiry": "You can simply delete this e-mail." }, "backupFailed": { "subject": "[{{instance}}] Backup failed ({{backupId}})", "intro": "The nightly backup run on {{instance}} failed.", "backupId": "Backup id: {{backupId}}", "error": "Error: {{error}}", "lastSuccess": "Last successful backup: {{finishedAt}}", "lastSuccessNever": "Last successful backup: none yet", "hint": "Check the sidecar logs (docker compose logs backup) and status.json on the backups volume." } }