Init
This commit is contained in:
commit
f90fdc0598
99 changed files with 15260 additions and 0 deletions
50
docker/authelia/configuration.yml
Normal file
50
docker/authelia/configuration.yml
Normal file
|
@ -0,0 +1,50 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue