From 0bfb7fd32befa37a59bbe641a6f123e0ed14936d Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 19 May 2023 13:46:22 -0500 Subject: [PATCH] updated configs for new domain name --- authelia/configuration.yml | 52 +++++++++---------- .../npnmsnippets/authelia-authrequest.conf | 2 +- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index c368363..b7e4f5f 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -1,7 +1,7 @@ theme: dark jwt_secret: yyArMUrcQx4KXJLZm454NS -default_redirection_url: https://www.wettsten.duckdns.org +default_redirection_url: https://www.wettsten.com server: host: 0.0.0.0 @@ -28,7 +28,7 @@ log: totp: disable: true - issuer: wettsten.duckdns.org + issuer: wettsten.com algorithm: sha1 digits: 6 period: 30 @@ -51,42 +51,42 @@ access_control: default_policy: deny rules: ## bypass api for subdomains - - domain: "*.wettsten.duckdns.org" + - domain: "*.wettsten.com" resources: - "^/api([/?].*)?$" policy: bypass # bypass subdomains - domain: - - auth.wettsten.duckdns.org - - bitwarden.wettsten.duckdns.org - - overseerr.wettsten.duckdns.org - - plex.wettsten.duckdns.org + - auth.wettsten.com + - bitwarden.wettsten.com + - overseerr.wettsten.com + - plex.wettsten.com policy: bypass # two_factor subdomains - domain: - - wettsten.duckdns.org - - bazarr.wettsten.duckdns.org - - dozzle.wettsten.duckdns.org - - jackett.wettsten.duckdns.org - - jdownloader.wettsten.duckdns.org - - jellyfin.wettsten.duckdns.org - - lidarr.wettsten.duckdns.org - - metube.wettsten.duckdns.org - - monitorr.wettsten.duckdns.org - - mstream.wettsten.duckdns.org - - nzbhydra.wettsten.duckdns.org - - portainer.wettsten.duckdns.org - - prowlarr.wettsten.duckdns.org - - qbittorrent.wettsten.duckdns.org - - radarr.wettsten.duckdns.org - - sabnzbd.wettsten.duckdns.org - - sonarr.wettsten.duckdns.org - - www.wettsten.duckdns.org + - wettsten.com + - bazarr.wettsten.com + - dozzle.wettsten.com + - jackett.wettsten.com + - jdownloader.wettsten.com + - jellyfin.wettsten.com + - lidarr.wettsten.com + - metube.wettsten.com + - monitorr.wettsten.com + - mstream.wettsten.com + - nzbhydra.wettsten.com + - portainer.wettsten.com + - prowlarr.wettsten.com + - qbittorrent.wettsten.com + - radarr.wettsten.com + - sabnzbd.wettsten.com + - sonarr.wettsten.com + - www.wettsten.com policy: one_factor session: name: authelia_session - domain: wettsten.duckdns.org + domain: wettsten.com same_site: lax secret: MEMPBs5aRRDfWNRJLX6E expiration: 6h diff --git a/authelia/npnmsnippets/authelia-authrequest.conf b/authelia/npnmsnippets/authelia-authrequest.conf index 60029e3..58a60ec 100644 --- a/authelia/npnmsnippets/authelia-authrequest.conf +++ b/authelia/npnmsnippets/authelia-authrequest.conf @@ -22,4 +22,4 @@ proxy_set_header Remote-Name $name; proxy_set_header Remote-Email $email; ## If the subreqest returns 200 pass to the backend, if the subrequest returns 401 redirect to the portal. -error_page 401 =302 https://auth.wettsten.duckdns.org/?rd=$target_url; \ No newline at end of file +error_page 401 =302 https://auth.wettsten.com/?rd=$target_url; \ No newline at end of file