Add Homer dashboard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user