ansible/roles/docker/templates/authentik-env.j2

15 lines
564 B
Plaintext
Raw Normal View History

2024-08-14 21:27:05 +02:00
PG_PASS={{ authentik_pg_pass }}
2024-10-09 20:07:05 +02:00
AUTHENTIK_SECRET_KEY={{ authentik_secret_key }}
# SMTP Host Emails are sent to
AUTHENTIK_EMAIL__HOST=smtp.resend.com
AUTHENTIK_EMAIL__PORT=25
# Optionally authenticate (don't add quotation marks to your password)
AUTHENTIK_EMAIL__USERNAME=resend
AUTHENTIK_EMAIL__PASSWORD={{ resend_key }}
# Use StartTLS
AUTHENTIK_EMAIL__USE_TLS=true
# Use SSL
AUTHENTIK_EMAIL__USE_SSL=false
AUTHENTIK_EMAIL__TIMEOUT=10
# Email address authentik will send from, should have a correct @domain
AUTHENTIK_EMAIL__FROM=auth@updates.thesatelliteoflove.com