Configure Authelia GMX SMTP notifier
This commit is contained in:
@@ -77,15 +77,13 @@ storage:
|
||||
|
||||
notifier:
|
||||
disable_startup_check: false
|
||||
filesystem:
|
||||
filename: /config/notifications.log
|
||||
# SMTP (fuer 2FA-Codes per Mail - optional, empfohlen fuer Produktion):
|
||||
# smtp:
|
||||
# address: smtp://smtp.example.com:587
|
||||
# username: user@example.com
|
||||
# password: your_password
|
||||
# sender: Authelia <authelia@kaleschke.info>
|
||||
# subject: "[Authelia] {title}"
|
||||
smtp:
|
||||
address: submission://mail.gmx.net:587
|
||||
username: michideheld@gmx.de
|
||||
sender: "Authelia <michideheld@gmx.de>"
|
||||
identifier: auth.kaleschke.info
|
||||
subject: "[Authelia] {title}"
|
||||
startup_check_address: michideheld@gmx.de
|
||||
|
||||
totp:
|
||||
issuer: kaleschke.info
|
||||
|
||||
@@ -9,12 +9,18 @@ services:
|
||||
AUTHELIA_SESSION_SECRET_FILE: /secrets/session_secret.txt
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: /secrets/storage_encryption_key.txt
|
||||
AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE: /secrets/postgres_password.txt
|
||||
AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: /secrets/smtp_password.txt
|
||||
volumes:
|
||||
- /mnt/user/appdata/authelia/config:/config
|
||||
- /mnt/user/appdata/secrets/authelia_jwt_secret.txt:/secrets/jwt_secret.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_session_secret.txt:/secrets/session_secret.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_storage_encryption_key.txt:/secrets/storage_encryption_key.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_postgres_password.txt:/secrets/postgres_password.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_smtp_password.txt:/secrets/smtp_password.txt:ro
|
||||
dns:
|
||||
- 192.168.178.58
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
networks:
|
||||
- frontend_net
|
||||
- backend_net
|
||||
|
||||
Reference in New Issue
Block a user