Added email config to authentik
This commit is contained in:
parent
3a73f85aa1
commit
5e2abd7713
@ -1,2 +1,15 @@
|
||||
PG_PASS={{ authentik_pg_pass }}
|
||||
AUTHENTIK_SECRET_KEY={{ authentik_secret_key }}
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user