From faba248b1bd45e0c7354dae622283b2057ed4412 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 23 Aug 2025 15:52:33 -0500 Subject: [PATCH] authelia: Allow from pyrocufflink.net In order to allow access to Authelia from outside the LAN, it needs to be able to handle the _pyrocufflink.net_ domain in addition to _pyrocufflink.blue_. Originally, this was not possible, as Authelia only supported a single cookie/domain. Now that it supports multiple cookies, we can expose both domains. The main reason for doing this now is use Authelia's password reset capability for Mom, since she didn't have a password for her Nextcloud account that she's just begun using. --- authelia/authelia.yaml | 6 ++++-- authelia/configuration.yml | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/authelia/authelia.yaml b/authelia/authelia.yaml index c2b8fdb..8500cd0 100644 --- a/authelia/authelia.yaml +++ b/authelia/authelia.yaml @@ -127,9 +127,10 @@ spec: tls: - hosts: - auth.pyrocufflink.blue + - auth.pyrocufflink.net rules: - host: auth.pyrocufflink.blue - http: + http: &http paths: - path: / pathType: Prefix @@ -138,4 +139,5 @@ spec: name: authelia port: name: http - + - host: auth.pyrocufflink.net + http: *http diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 3b039ae..056e568 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -189,6 +189,8 @@ session: cookies: - domain: pyrocufflink.blue authelia_url: 'https://auth.pyrocufflink.blue' + - domain: pyrocufflink.net + authelia_url: 'https://auth.pyrocufflink.net' server: buffers: