From 291a0ac6dbfad3d11139346093826df213f3bf90 Mon Sep 17 00:00:00 2001 From: john Date: Sun, 14 Dec 2025 23:09:48 +0000 Subject: [PATCH] Update authelia/authelia/configuration.yml --- authelia/authelia/configuration.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/authelia/authelia/configuration.yml b/authelia/authelia/configuration.yml index 972d7d5..896b816 100644 --- a/authelia/authelia/configuration.yml +++ b/authelia/authelia/configuration.yml @@ -14,7 +14,7 @@ totp: identity_validation: reset_password: - jwt_secret: 'a_very_important_secret' + jwt_secret: '5MTF55m2tytLkXbSs95xXmVkmKRSxuvFk4pRhzHy' # duo_api: # hostname: api-123456789.example.com @@ -32,19 +32,19 @@ access_control: # Rules applied to everyone - domain: 'public.example.com' policy: 'bypass' - - domain: 'traefik.example.com' + - domain: '*.johnsnexus.com' policy: 'one_factor' - domain: 'secure.example.com' policy: 'two_factor' session: # This secret can also be set using the env variables AUTHELIA_SESSION_SECRET_FILE - secret: 'insecure_session_secret' + secret: '5MTF55m2tytLkXbSs95xXmVkmKRSxuvFk4pRhzHy' cookies: - name: 'authelia_session' - domain: 'example.com' # Should match whatever your root protected domain is - authelia_url: 'https://authelia.example.com' + domain: 'johnsnexus.com' # Should match whatever your root protected domain is + authelia_url: 'https://authelia.johnsnexus.com' expiration: '1 hour' inactivity: '5 minutes' @@ -52,7 +52,7 @@ session: host: 'redis' port: 6379 # This secret can also be set using the env variables AUTHELIA_SESSION_REDIS_PASSWORD_FILE - # password: authelia + password: authelia regulation: max_retries: 3