Add Homer dashboard

This commit is contained in:
2020-08-04 15:07:48 +02:00
parent 5d1b7c06c6
commit e8cd50c857
5 changed files with 55 additions and 16 deletions

View File

@@ -6,13 +6,12 @@ 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: 604800
inactivity: 300
inactivity: 172800
storage:
local:
@@ -22,9 +21,10 @@ totp:
issuer: {{ env.Getenv "PRIVATE_DOMAIN" }}
access_control:
default_policy: two_factor
default_policy: one_factor
rules:
# Allow free access from local network
- domain: "*"
networks:
- 192.168.1.0/23