cafe-plaetschwiesle/docker/authelia/configuration.yml
2023-07-04 11:51:13 +02:00

50 lines
699 B
YAML

default_redirection_url: http://cafe.test
server:
host: authelia
path: auth
port: 9091
buffers:
read: 8192
write: 8192
log:
level: error
theme: auto
authentication_backend:
password_reset:
disable: true
file:
path: /config/users_database.yml
access_control:
default_policy: deny
rules:
- domain_regex: 'cafe.test'
policy: one_factor
totp:
disable: true
webauthn:
disable: true
session:
name: auth_cafe_plaetschwiesle
domain: cafe.test
regulation:
max_retries: 3
find_time: 2m
ban_time: 5m
storage:
local:
path: /config/db.sqlite3
notifier:
disable_startup_check: false
filesystem:
filename: /config/notification.txt