updated authelia config
This commit is contained in:
@@ -19,7 +19,7 @@ server:
|
||||
ntp:
|
||||
address: "0.debian.pool.ntp.org:123"
|
||||
version: 3
|
||||
max_desync: 10s
|
||||
max_desync: 3s
|
||||
disable_startup_check: true
|
||||
disable_failure: true
|
||||
|
||||
@@ -32,7 +32,7 @@ totp:
|
||||
algorithm: sha1
|
||||
digits: 6
|
||||
period: 30
|
||||
skew: 2
|
||||
skew: 1
|
||||
secret_size: 32
|
||||
|
||||
authentication_backend:
|
||||
@@ -81,6 +81,8 @@ access_control:
|
||||
policy: two_factor
|
||||
- domain: "kavita.akanealw.com"
|
||||
policy: two_factor
|
||||
- domain: "lidarr.akanealw.com"
|
||||
policy: two_factor
|
||||
- domain: "metube.akanealw.com"
|
||||
policy: two_factor
|
||||
- domain: "monitorr.akanealw.com"
|
||||
@@ -101,8 +103,6 @@ access_control:
|
||||
policy: two_factor
|
||||
- domain: "sonarr.akanealw.com"
|
||||
policy: two_factor
|
||||
- domain: "tdarr.akanealw.com"
|
||||
policy: two_factor
|
||||
- domain: "www.akanealw.com"
|
||||
policy: two_factor
|
||||
|
||||
@@ -111,7 +111,7 @@ session:
|
||||
domain: akanealw.com
|
||||
same_site: lax
|
||||
secret: 8r9y4d8mY7NfQtpCe2oU
|
||||
expiration: 1h
|
||||
expiration: 6h
|
||||
inactivity: 5m
|
||||
remember_me_duration: 1w
|
||||
|
||||
|
||||
Reference in New Issue
Block a user