fix(authelia): use TEMPLATE_AUTHELIA_HOSTNAME in template authelia config

closes #8
This commit is contained in:
Viren070
2025-04-21 01:11:34 +01:00
parent a8cf118fae
commit 328cfdbe40
+1 -1
View File
@@ -840,7 +840,7 @@ session:
## - The above 'domain' option MUST either:
## - Match the host portion of this URI.
## - Match the suffix of the host portion when prefixed with '.'.
authelia_url: 'https://{{ env "TEMPLATE_AUTHELIA_SUBDOMAIN" }}.{{ env "TEMPLATE_DOMAIN" }}'
authelia_url: 'https://{{ env "TEMPLATE_AUTHELIA_HOSTNAME" }}'
## Optional. The fully qualified URI used as the redirection location if the portal is accessed directly. Not
## configuring this option disables the automatic redirection behaviour.