File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 152152 } ;
153153
154154 notifier . smtp = {
155- address = "submissions ://smtp.fastmail.com:465 " ;
155+ address = "submission ://smtp.fastmail.com:587 " ;
156156 sender = "Authelia <noreply+auth@kclj.io>" ;
157157 subject = "[Authelia] {title}" ;
158158 disable_require_tls = false ;
217217 AUTHELIA_NOTIFIER_SMTP_STARTUP_CHECK_ADDRESS=${ config . sops . placeholder . "authelia/smtp_username" }
218218 '' ;
219219 } ;
220- systemd . services . "authelia-${ autheliaInstance } " . serviceConfig . EnvironmentFile = [
221- config . sops . templates . "authelia-smtp.env" . path
222- ] ;
220+ systemd . services . "authelia-${ autheliaInstance } " = {
221+ after = [ "redis-authelia.service" ] ;
222+ requires = [ "redis-authelia.service" ] ;
223+ serviceConfig . EnvironmentFile = [
224+ config . sops . templates . "authelia-smtp.env" . path
225+ ] ;
226+ } ;
223227
224228 # ACME / Let's Encrypt via Cloudflare DNS-01 challenge
225229 security . acme = {
You can’t perform that action at this time.
0 commit comments