infra/.env.example
Jeremie Fraeys e95eac3016
docs(env): update .env.example with Postmark SMTP configuration
- Add POSTFIX_RELAYHOST_PORT=2525 for Postmark
- Clarify Postmark server token usage for username/password
- Remove outdated AUTHELIA_USE_POSTFIX option
2026-03-06 10:37:10 -05:00

48 lines
No EOL
1.3 KiB
Text

ANSIBLE_PRIVATE_KEY_FILE=
TF_VAR_region=ca-central
TF_VAR_instance_type=g6-nanode-1
TF_VAR_image=linode/debian13
TF_VAR_ssh_port=22
TF_VAR_timezone=America/Toronto
TF_VAR_add_cloudflare_ips=false
TF_VAR_enable_cloudflare_dns=false
TF_VAR_enable_services_wildcard=true
TF_VAR_object_storage_bucket=
TF_VAR_object_storage_region=us-east-1
S3_BUCKET=
S3_REGION=us-east-1
S3_ENDPOINT=https://us-east-1.linodeobjects.com
RESTIC_REPOSITORY=
RESTIC_AWS_DEFAULT_REGION=us-east-1
INFRA_BACKUP_ONCALENDAR=daily
RESTIC_KEEP_DAILY=7
RESTIC_KEEP_WEEKLY=4
RESTIC_KEEP_MONTHLY=6
ALERTMANAGER_SLACK_CHANNEL=#alerts
ALERTMANAGER_SLACK_USERNAME=alertmanager
AUTHELIA_SMTP_ADDRESS=
AUTHELIA_SMTP_USERNAME=
AUTHELIA_SMTP_PASSWORD=
AUTHELIA_SMTP_SENDER=
AUTHELIA_SMTP_IDENTIFIER=
AUTHELIA_SMTP_STARTUP_CHECK_ADDRESS=
AUTHELIA_NOTIFIER_DISABLE_STARTUP_CHECK=false
# AUTHELIA_NOTIFIER_TYPE=filesystem
# Postmark SMTP Configuration
# POSTFIX_RELAYHOST=smtp.postmarkapp.com
# POSTFIX_RELAYHOST_PORT=2525
# POSTFIX_RELAYHOST_USERNAME=your-postmark-server-token
# POSTFIX_RELAYHOST_PASSWORD=your-postmark-server-token
# POSTFIX_SMTP_TLS_SECURITY_LEVEL=may
# POSTFIX_ALLOWED_SENDER_DOMAINS=yourdomain.com
# POSTFIX_ALLOW_EMPTY_SENDER_DOMAINS=true
# Deployment token for webhook authentication (must match DEPLOY_TOKEN secret in app repos)
VAULT_DEPLOY_TOKEN=