diff --git a/webserver/docker_uffd/templates/uffd.cfg b/webserver/docker_uffd/templates/uffd.cfg index 1f14e4e2bbfe4521800e78316670b1a250af65e8..9c0884eea01cd4d6462ca75984af08ad55d462ac 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' } ]