Clarify Authelia config source and ACLs

Clarify Authelia config source and ACLs
This commit is contained in:
2026-05-04 19:57:45 +02:00
parent 197454931f
commit f858da484b
4 changed files with 13 additions and 14 deletions
+6 -6
View File
@@ -1,8 +1,9 @@
---
# Authelia configuration - Template
# Deploy to: /mnt/user/appdata/authelia/config/configuration.yml
# Authelia configuration - repo source of truth
# Manual host sync required after changes:
# /mnt/user/appdata/authelia/config/configuration.yml
# Docs: https://www.authelia.com/configuration/
# WICHTIG: Diese Datei NICHT in Git committen wenn user-spezifische Daten enthalten!
# Keep user database and secret values outside Git.
theme: dark
@@ -38,18 +39,17 @@ access_control:
- vault.kaleschke.info
- ntfy.kaleschke.info
- git.kaleschke.info
- home.kaleschke.info
policy: bypass
# Admin-Dienste - 2FA erforderlich
- domain:
- komodo.kaleschke.info
- uptime.kaleschke.info
- files.kaleschke.info
- scrutiny.kaleschke.info
policy: two_factor
# Alles andere - 1FA
# Alles andere mit Authelia-Middleware - 1FA.
# Komodo hat bewusst keine ForwardAuth-Middleware und wird hier nicht ausgewertet.
- domain: "*.kaleschke.info"
policy: one_factor