From 2593b54402492c01e11ddd6b6c92e4da11027253 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Thu, 5 Feb 2026 01:33:04 +0100 Subject: [PATCH] chore: add backquotes for downtify traefik labels removed insecureTransport --- downtify/compose.yaml | 24 ++++++++++++------------ errorpages/compose.yaml | 3 ++- traefik/dynamic/dynamic.yml | 4 ---- traefik/dynamic/nextcloud-apache.yml | 2 -- 4 files changed, 14 insertions(+), 19 deletions(-) diff --git a/downtify/compose.yaml b/downtify/compose.yaml index 070fc99..8b2190d 100644 --- a/downtify/compose.yaml +++ b/downtify/compose.yaml @@ -8,22 +8,22 @@ services: volumes: - ./Downtify_downloads:/downloads labels: - - traefik.enable=true - - traefik.http.services.downtify.loadbalancer.server.port=8000 + - "traefik.enable=true" + - "traefik.http.services.downtify.loadbalancer.server.port=8000" # Prod Router - - traefik.http.routers.downtify.rule=Host(`downtify.forust.xyz`) - - traefik.http.routers.downtify.entrypoints=websecure - - traefik.http.routers.downtify.middlewares=security-chain@file - - traefik.http.routers.downtify.tls=true + - "traefik.http.routers.downtify.rule=Host(`downtify.forust.xyz`)" + - "traefik.http.routers.downtify.entrypoints=websecure" + - "traefik.http.routers.downtify.middlewares=security-chain@file" + - "traefik.http.routers.downtify.tls=true" # Local Router - - traefik.http.routers.downtify-local.rule=Host(`downtify.workstation.internal`) || Host(`downtify.internal`) - - traefik.http.routers.downtify-local.entrypoints=websecure - - traefik.http.routers.downtify-local.tls=true + - "traefik.http.routers.downtify-local.rule=Host(`downtify.workstation.internal`)" + - "traefik.http.routers.downtify-local.entrypoints=websecure" + - "traefik.http.routers.downtify-local.tls=true" # Dev Router - - traefik.http.routers.downtify-dev.rule=Host(`downtify.gigaforust.internal`) - - traefik.http.routers.downtify-dev.entrypoints=websecure - - traefik.http.routers.downtify-dev.tls=true + - "traefik.http.routers.downtify-dev.rule=Host(`downtify.gigaforust.internal`)" + - "traefik.http.routers.downtify-dev.entrypoints=websecure" + - "traefik.http.routers.downtify-dev.tls=true" networks: - proxy networks: diff --git a/errorpages/compose.yaml b/errorpages/compose.yaml index eaa8328..4151a19 100644 --- a/errorpages/compose.yaml +++ b/errorpages/compose.yaml @@ -9,9 +9,10 @@ services: - proxy labels: - "traefik.enable=true" + - "traefik.http.services.error-pages.loadbalancer.server.port=80" # Error handler middleware - "traefik.http.middlewares.error-pages.errors.status=400-599" - - "traefik.http.middlewares.error-pages.errors.service=errorpage" + - "traefik.http.middlewares.error-pages.errors.service=error-pages" - "traefik.http.middlewares.error-pages.errors.query=/{status}.html" networks: proxy: diff --git a/traefik/dynamic/dynamic.yml b/traefik/dynamic/dynamic.yml index 7e569bd..e69de29 100644 --- a/traefik/dynamic/dynamic.yml +++ b/traefik/dynamic/dynamic.yml @@ -1,4 +0,0 @@ -http: - serversTransports: - insecureTransport: - insecureSkipVerify: true diff --git a/traefik/dynamic/nextcloud-apache.yml b/traefik/dynamic/nextcloud-apache.yml index e7d38e3..2242927 100644 --- a/traefik/dynamic/nextcloud-apache.yml +++ b/traefik/dynamic/nextcloud-apache.yml @@ -15,7 +15,6 @@ http: rule: "Host(`nextcloud.workstation.internal`)" entrypoints: - websecure - - web service: nextcloud middlewares: - nextcloud-chain @@ -26,7 +25,6 @@ http: rule: "Host(`nextcloud.gigaforust.internal`)" entrypoints: - websecure - - web service: nextcloud middlewares: - nextcloud-chain