Allow login sessions to last longer than 1hr

This commit is contained in:
2025-05-18 20:45:26 +10:00
parent 08a2e458b2
commit b10df52f1c

View File

@@ -66,7 +66,7 @@ access_control:
session: session:
name: authelia_session name: authelia_session
secret: "{{ with nomadVar "nomad/jobs/authelia" }}{{ .session_secret }}{{ end }}" secret: "{{ with nomadVar "nomad/jobs/authelia" }}{{ .session_secret }}{{ end }}"
expiration: 3600 expiration: "1 day and 9 hours"
cookies: cookies:
- domain: othrayte.one - domain: othrayte.one
authelia_url: "https://auth.othrayte.one" authelia_url: "https://auth.othrayte.one"