diff --git a/roles/docker/templates/authentik-env.j2 b/roles/docker/templates/authentik-env.j2 index c5d1c40..ddf6211 100644 --- a/roles/docker/templates/authentik-env.j2 +++ b/roles/docker/templates/authentik-env.j2 @@ -1,2 +1,15 @@ PG_PASS={{ authentik_pg_pass }} -AUTHENTIK_SECRET_KEY={{ authentik_secret_key }} \ No newline at end of file +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 \ No newline at end of file