add smtp to authelia
This commit is contained in:
parent
61c4f93bba
commit
6e624127ea
1 changed files with 9 additions and 3 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
};
|
};
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
"AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE" = config.sops.secrets.authelia-backend-ldap-password.path;
|
"AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE" = config.sops.secrets.authelia-backend-ldap-password.path;
|
||||||
|
"AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE" = config.sops.secrets.authelia-backend-ldap-password.path;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
theme = "dark";
|
theme = "dark";
|
||||||
|
|
@ -140,8 +140,14 @@
|
||||||
|
|
||||||
notifier = {
|
notifier = {
|
||||||
disable_startup_check = false;
|
disable_startup_check = false;
|
||||||
filesystem = {
|
# filesystem = {
|
||||||
filename = "/var/lib/authelia-main/notification.txt";
|
# filename = "/var/lib/authelia-main/notification.txt";
|
||||||
|
# };
|
||||||
|
smtp = {
|
||||||
|
host = "mail.cloonar.com";
|
||||||
|
port = 25;
|
||||||
|
username = "authelia@cloonar.com";
|
||||||
|
sender = "Authelia <authelia@cloonar.com>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
identity_providers = {
|
identity_providers = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue