This commit is contained in:
Michael Grote 2023-03-31 12:14:40 +02:00
parent c8e47739c4
commit 72d9c15633
1 changed files with 44 additions and 0 deletions

View File

@ -1,3 +1,47 @@
---
default_redirection_url: https://mgrote.net
server:
host: 0.0.0.0
port: 9091
log:
level: debug
totp:
issuer: authelia.com
access_control:
default_policy: deny
rules:
# Rules applied to everyone
- domain: audio.mgrote.net
policy: bypass
# - domain: traefik.example.com
# policy: one_factor
# - domain: secure.example.com
# policy: two_factor
session:
cookies:
- name: authelia_session
domain: mgrote.net # Should match whatever your root protected domain is
expiration: 3600 # 1 hour
inactivity: 300 # 5 minutes
regulation:
max_retries: 3
find_time: 120
ban_time: 300
#notifier:
# smtp:
# username: test
# # This secret can also be set using the env variables AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE
# password: password
# host: mail.example.com
# port: 25
# sender: admin@example.com
# This is just the LDAP part of the Authelia configuration!