feat(authentik): add email support
This commit is contained in:
parent
8a9d5597d7
commit
e409434263
1 changed files with 11 additions and 1 deletions
|
@ -88,4 +88,14 @@ spec:
|
||||||
name: "authentik" # database name
|
name: "authentik" # database name
|
||||||
user: "authentik"
|
user: "authentik"
|
||||||
redis:
|
redis:
|
||||||
host: "redis-master.database"
|
host: "redis-master.database"
|
||||||
|
|
||||||
|
email:
|
||||||
|
host: exim.default
|
||||||
|
port: 8025
|
||||||
|
username: ""
|
||||||
|
password: ""
|
||||||
|
use_tls: false
|
||||||
|
use ssl: false
|
||||||
|
timeout: 30
|
||||||
|
from: karasu@${SECRET_NEW_DOMAIN}
|
Loading…
Add table
Reference in a new issue