From b10df52f1c9c08a4e2ccaead09ff5c0f72c9197b Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Sun, 18 May 2025 20:45:26 +1000 Subject: [PATCH] Allow login sessions to last longer than 1hr --- 2-nomad-config/authelia.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-nomad-config/authelia.nomad.hcl b/2-nomad-config/authelia.nomad.hcl index 00062ef..a66a241 100644 --- a/2-nomad-config/authelia.nomad.hcl +++ b/2-nomad-config/authelia.nomad.hcl @@ -66,7 +66,7 @@ access_control: session: name: authelia_session secret: "{{ with nomadVar "nomad/jobs/authelia" }}{{ .session_secret }}{{ end }}" - expiration: 3600 + expiration: "1 day and 9 hours" cookies: - domain: othrayte.one authelia_url: "https://auth.othrayte.one"