From 99f62189f6a03d4bfd49749a21467bbf9c2f2630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=88nke=20Domro=CC=88se?= Date: Thu, 19 Jun 2025 12:33:46 +0200 Subject: [PATCH] refine urls --- homarr/docker-compose.yml | 2 +- homepage/docker-compose.yml | 2 +- ittools/docker-compose.yml | 2 +- nas/Caddyfilepart | 13 +++++++++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/homarr/docker-compose.yml b/homarr/docker-compose.yml index 9677480..7e417b3 100644 --- a/homarr/docker-compose.yml +++ b/homarr/docker-compose.yml @@ -18,5 +18,5 @@ services: kuma.organization.tag.name: 'Organization' kuma.organization.tag.color: '#FF99AA' kuma.homarr.http.name: 'homarr' - kuma.homarr.http.url: 'https://homarr.domr.ovh/guacamole' + kuma.homarr.http.url: 'https://homarr.domr.ovh/' kuma.homarr.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]' \ No newline at end of file diff --git a/homepage/docker-compose.yml b/homepage/docker-compose.yml index 41c86ec..1d681da 100644 --- a/homepage/docker-compose.yml +++ b/homepage/docker-compose.yml @@ -17,5 +17,5 @@ services: kuma.organization.tag.name: 'Organization' kuma.organization.tag.color: '#FF99AA' kuma.homepage.http.name: 'homepage' - kuma.homepage.http.url: 'https://homepage.domr.ovh/guacamole' + kuma.homepage.http.url: 'https://homepage.domr.ovh/' kuma.homepage.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]' diff --git a/ittools/docker-compose.yml b/ittools/docker-compose.yml index 1d5c4cd..7c996d9 100644 --- a/ittools/docker-compose.yml +++ b/ittools/docker-compose.yml @@ -16,5 +16,5 @@ services: kuma.organization.tag.name: 'Organization' kuma.organization.tag.color: '#FF99AA' kuma.ittools.http.name: 'ittools' - kuma.ittools.http.url: 'https://ittools.domr.ovh/guacamole' + kuma.ittools.http.url: 'https://ittools.domr.ovh/' kuma.ittools.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]' diff --git a/nas/Caddyfilepart b/nas/Caddyfilepart index e69de29..93c00d8 100644 --- a/nas/Caddyfilepart +++ b/nas/Caddyfilepart @@ -0,0 +1,13 @@ +nas.domr.ovh, +nas.home.domroese.eu { + tls soenke@domroese.eu { + client_auth { + mode request + } + } + reverse_proxy https://192.168.1.194:5001 { + transport http { + tls_insecure_skip_verify # Disable TLS Verification, as we don't have a real certificate on the nas + } + } +} \ No newline at end of file