Initial commit
This commit is contained in:
36
authelia/configuration.yml
Normal file
36
authelia/configuration.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
host: 0.0.0.0
|
||||
port: 9091
|
||||
logs_level: trace
|
||||
jwt_secret: {{ env.Getenv "PRIVATE_DOMAIN" }}-jwt-secret
|
||||
authentication_backend:
|
||||
file:
|
||||
path: /opt/authelia/users_database.yml
|
||||
|
||||
# {{ env.Getenv "ROOT_DOMAIN" }}
|
||||
session:
|
||||
name: authelia_session
|
||||
secret: {{ env.Getenv "PRIVATE_DOMAIN" }}-token-secret
|
||||
domain: {{ env.Getenv "PRIVATE_DOMAIN" }}
|
||||
expiration: 3600
|
||||
inactivity: 300
|
||||
|
||||
storage:
|
||||
local:
|
||||
path: /opt/authelia/db.sqlite3
|
||||
|
||||
totp:
|
||||
issuer: {{ env.Getenv "PRIVATE_DOMAIN" }}
|
||||
|
||||
access_control:
|
||||
default_policy: one_factor
|
||||
|
||||
|
||||
regulation:
|
||||
max_retries: 1000
|
||||
find_time: 120
|
||||
ban_time: 300
|
||||
|
||||
notifier:
|
||||
filesystem:
|
||||
filename: /opt/authelia/notification.txt
|
||||
|
||||
Reference in New Issue
Block a user