diff --git a/webserver/docker_uffd/templates/uffd.cfg b/webserver/docker_uffd/templates/uffd.cfg index ed19c680d0a51b4b63746edd16d6613648ee5cb1..a2c5f9867f6d954f9ed3e3906c87534b79c6e072 100644 --- a/webserver/docker_uffd/templates/uffd.cfg +++ b/webserver/docker_uffd/templates/uffd.cfg @@ -104,7 +104,7 @@ SERVICES=[ 'title': 'Gitlab', 'description': 'Gitlab Server', 'url': 'https://gitlab.{{ global_domains.warpzonems.domain }}', - 'logo_url': 'https://gitlab.{{ global_domains.warpzonems.domain }}/favicon.ico', + 'logo_url': 'https://about.gitlab.com/nuxt-images/ico/favicon-192x192.png', 'required_group': 'gitlab_access', 'confidential': True }, @@ -113,7 +113,7 @@ SERVICES=[ 'title': 'HedgeDoc', 'description': 'HedgeDoc, ehemals: CodiMD / HackMD', 'url': 'https://md.{{ global_domains.warpzonems.domain }}', - 'logo_url': 'https://md.{{ global_domains.warpzonems.domain }}/icons/favicon-32x32.png', + 'logo_url': 'https://hedgedoc.org/icons/favicon-32x32.png', 'required_group': 'hackmd_access', 'confidential': True }, @@ -122,7 +122,7 @@ SERVICES=[ 'title': 'Icinga', 'description': 'Icinga Monitoring', 'url': 'https://icinga.{{ global_domains.warpzonems.domain }}', - 'logo_url': 'https://icinga.{{ global_domains.warpzonems.domain }}/icingaweb2/img/favicon.png', + 'logo_url': 'https://icinga.com/wp-content/uploads/2020/11/cropped-icinga-favicon-512x512px-192x192.png', 'required_group': 'icinga_access', 'confidential': True }, @@ -140,7 +140,7 @@ SERVICES=[ 'title': 'Mailu (Mailserver)', 'description': 'Mailu Mailserver - Administration und Webmail', 'url': 'https://mailserver.{{ global_domains.warpzonems.domain }}', - 'logo_url': 'https://mailserver.{{ global_domains.warpzonems.domain }}/favicon.ico', + 'logo_url': 'https://mailu.io/favicon.ico', 'confidential': True }, @@ -148,7 +148,7 @@ SERVICES=[ 'title': 'Mailman (Mailinglisten)', 'description': 'Mailman Mailinglistenverwaltung', 'url': 'https://listserver.{{ global_domains.warpzonems.domain }}', - 'logo_url': 'https://listserver.{{ global_domains.warpzonems.domain }}/static/postorius/img/favicon.ico', + 'logo_url': 'https://list.org/images/favicon.ico', 'confidential': True }, @@ -212,9 +212,9 @@ SERVICES_BANNER_PUBLIC=False SERVICES_PUBLIC=False # An optional banner that will be displayed above the login form -LOGIN_BANNER='Always check the URL. Never enter your SSO password on any other site.' +LOGIN_BANNER='Willkommen bei <a href='https://git.cccv.de/uffd/uffd/'>uffd</a>, der warpzone-Passwortverwaltung. Always check the URL. Never enter your SSO password on any other site.' -BRANDING_LOGO_URL='/static/empty.png' +BRANDING_LOGO_URL='https://wiki.{{ global_domains.warpzonems.domain }}/_media/wiki:logo.png' SITE_TITLE='uffd @ {{ global_domains.warpzonems.domain }}' # Name and contact mail address are displayed to users in a few places (plain text only!)