add smtp to authelia
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user