fix(authelia): remove deprecated password_file from storage.postgres
Authelia v4.38+ uses AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE env var instead.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# Authelia configuration — Template
|
# Authelia configuration â Template
|
||||||
# Deploy to: /mnt/user/appdata/authelia/config/configuration.yml
|
# Deploy to: /mnt/user/appdata/authelia/config/configuration.yml
|
||||||
# Docs: https://www.authelia.com/configuration/
|
# Docs: https://www.authelia.com/configuration/
|
||||||
# WICHTIG: Diese Datei NICHT in Git committen wenn user-spezifische Daten enthalten!
|
# WICHTIG: Diese Datei NICHT in Git committen wenn user-spezifische Daten enthalten!
|
||||||
@@ -30,7 +30,7 @@ access_control:
|
|||||||
- domain: auth.kaleschke.info
|
- domain: auth.kaleschke.info
|
||||||
policy: bypass
|
policy: bypass
|
||||||
|
|
||||||
# Oeffentliche Apps — kein Login noetig
|
# Oeffentliche Apps â kein Login noetig
|
||||||
- domain:
|
- domain:
|
||||||
- immich.kaleschke.info
|
- immich.kaleschke.info
|
||||||
- paperless.kaleschke.info
|
- paperless.kaleschke.info
|
||||||
@@ -41,7 +41,7 @@ access_control:
|
|||||||
- homepage.kaleschke.info
|
- homepage.kaleschke.info
|
||||||
policy: bypass
|
policy: bypass
|
||||||
|
|
||||||
# Admin-Dienste — 2FA erforderlich
|
# Admin-Dienste â 2FA erforderlich
|
||||||
- domain:
|
- domain:
|
||||||
- komodo.kaleschke.info
|
- komodo.kaleschke.info
|
||||||
- uptime.kaleschke.info
|
- uptime.kaleschke.info
|
||||||
@@ -50,7 +50,7 @@ access_control:
|
|||||||
- beszel.kaleschke.info
|
- beszel.kaleschke.info
|
||||||
policy: two_factor
|
policy: two_factor
|
||||||
|
|
||||||
# Alles andere — 1FA
|
# Alles andere â 1FA
|
||||||
- domain: "*.kaleschke.info"
|
- domain: "*.kaleschke.info"
|
||||||
policy: one_factor
|
policy: one_factor
|
||||||
|
|
||||||
@@ -75,13 +75,12 @@ storage:
|
|||||||
address: tcp://postgresql17:5432
|
address: tcp://postgresql17:5432
|
||||||
database: authelia
|
database: authelia
|
||||||
username: authelia
|
username: authelia
|
||||||
password_file: /secrets/postgres_password.txt
|
|
||||||
|
|
||||||
notifier:
|
notifier:
|
||||||
disable_startup_check: false
|
disable_startup_check: false
|
||||||
filesystem:
|
filesystem:
|
||||||
filename: /config/notifications.log
|
filename: /config/notifications.log
|
||||||
# SMTP (fuer 2FA-Codes per Mail — optional, empfohlen fuer Produktion):
|
# SMTP (fuer 2FA-Codes per Mail â optional, empfohlen fuer Produktion):
|
||||||
# smtp:
|
# smtp:
|
||||||
# address: smtp://smtp.example.com:587
|
# address: smtp://smtp.example.com:587
|
||||||
# username: user@example.com
|
# username: user@example.com
|
||||||
|
|||||||
Reference in New Issue
Block a user