added email config

This commit is contained in:
Jakub Kropáček 2025-02-11 20:28:08 +01:00
parent 6facbdeef0
commit 40cf93dfb2
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
{{ pw "82043f19-dfa4-4c95-9720-24609d12fedd" }}

View file

@ -8,6 +8,14 @@ postgresql:
authentik: authentik:
secret_key: {{ readFile "../.envs/.authentik-secret-key" }} secret_key: {{ readFile "../.envs/.authentik-secret-key" }}
email:
host: smtp.seznam.cz
port: 465
use_ssl: true
from: no-reply@kropcloud.net
username: no-reply@kropcloud.net
password: {{ readFile "../.envs/.authentik-email-password" }}
postgresql: postgresql:
password: {{ readFile "../.envs/.authentik-postgresql" }} password: {{ readFile "../.envs/.authentik-postgresql" }}