From e5ea54e0bbe6323cdaeed46f12c124c243d56999 Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Sat, 1 Jun 2024 23:42:42 +0200
Subject: [PATCH] some more fixes for uffd

---
 webserver/docker_uffd/templates/uffd.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webserver/docker_uffd/templates/uffd.cfg b/webserver/docker_uffd/templates/uffd.cfg
index 1f14e4e2..9c0884ee 100644
--- a/webserver/docker_uffd/templates/uffd.cfg
+++ b/webserver/docker_uffd/templates/uffd.cfg
@@ -35,7 +35,7 @@ LOGINNAME_BLOCKLIST=['^admin$', '^root$']
 MFA_RP_NAME = 'Warpzone Uffd' # Service name passed to U2F/FIDO2 authenticators
 
 
-FOOTER_LINKS=[{"url": "https://{{ global_domains.waprzonems.domain }}", "title": "warpzone"}]
+FOOTER_LINKS=[{"url": "https://{{ global_domains.warpzonems.domain }}", "title": "warpzone"}]
 
 # The default page after login or clicking the top left home button is the self-service
 # page. If you would like it to be the services list instead, set this to True.
@@ -87,8 +87,8 @@ SERVICES=[
 
     {
 		'title': 'Icinga',
-		'url': 'https://icinga.{{ global_domains.waprzonems.domain }}',
-		'logo_url': 'https://icinga.{{ global_domains.waprzonems.domain }}/icingaweb2/img/favicon.png'
+		'url': 'https://icinga.{{ global_domains.warpzonems.domain }}',
+		'logo_url': 'https://icinga.{{ global_domains.warpzonems.domain }}/icingaweb2/img/favicon.png'
     }
 
 ]
-- 
GitLab