From a23ece5f1db5865d62da210d31ef08f54d5759f6 Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <6413499+elberfeld@users.noreply.github.com> Date: Sun, 2 Jun 2024 00:06:17 +0200 Subject: [PATCH] update uffd config --- webserver/docker_uffd/templates/uffd.cfg | 26 ++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/webserver/docker_uffd/templates/uffd.cfg b/webserver/docker_uffd/templates/uffd.cfg index 9c0884ee..f718da02 100644 --- a/webserver/docker_uffd/templates/uffd.cfg +++ b/webserver/docker_uffd/templates/uffd.cfg @@ -85,12 +85,34 @@ SERVICES=[ # ] # }, +# { +# 'title': 'Grafana', +# 'url': 'https://grafana.{{ global_domains.warpzonems.domain }}', +# 'logo_url': 'https://grafana.{{ global_domains.warpzonems.domain }}/public/img/fav32.png' +# }, + { 'title': 'Icinga', 'url': 'https://icinga.{{ global_domains.warpzonems.domain }}', 'logo_url': 'https://icinga.{{ global_domains.warpzonems.domain }}/icingaweb2/img/favicon.png' } +# { +# 'title': 'Nextcloud', +# 'url': 'https://cloud.{{ global_domains.warpzonems.domain }}', +# 'logo_url': 'https://cloud.{{ global_domains.warpzonems.domain }}/core/img/favicon-touch.png' +# }, +# { +# 'title': 'Paperless', +# 'url': 'https://docs.{{ global_domains.warpzonems.domain }}', +# 'logo_url': 'https://docs.warpzone.ms/favicon.ico' +# }, +# { +# 'title': 'Wordpress', +# 'url': 'https://www.{{ global_domains.warpzonems.domain }}', +# 'logo_url': 'https://www.{{ global_domains.warpzonems.domain }}/favicon.ico' +# } + ] # A banner text that will be displayed above the services list @@ -110,10 +132,10 @@ SITE_TITLE='uffd @ {{ global_domains.warpzonems.domain }}' # Name and contact mail address are displayed to users in a few places (plain text only!) ORGANISATION_NAME='Warpzone' -ORGANISATION_CONTACT='uffd@{{ mail_domains.warpzonems.maildomain }}' +ORGANISATION_CONTACT='admin@{{ mail_domains.warpzonems.maildomain }}' # Optional text included in account registration mails (plain text only!) -WELCOME_TEXT='Im Zweifel ist void schuld.' +WELCOME_TEXT='Warpzone uffd Server' # DO set in production -- GitLab