From d5488feef47275c63582de417c098a3be1f720fb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 22 Apr 2026 14:37:46 +0900 Subject: redirect to https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/authelia/files/kube.yaml | 1 + bundles/calibre/files/kube.yaml | 1 + bundles/immich/files/kube.yaml | 1 + bundles/jellyfin/files/kube.yaml | 1 + bundles/vaultwarden/files/kube.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/bundles/authelia/files/kube.yaml b/bundles/authelia/files/kube.yaml index 425eeb8..5c2c202 100644 --- a/bundles/authelia/files/kube.yaml +++ b/bundles/authelia/files/kube.yaml @@ -19,6 +19,7 @@ metadata: traefik.http.routers.authelia.entrypoints: http,https traefik.http.routers.authelia.rule: Host(`login.gzr.im`) traefik.http.routers.authelia.service: authelia + traefik.http.routers.authelia.middlewares: tls-redirect@file traefik.http.services.authelia.loadbalancer.server.port: 9091 # metrics traefik.http.routers.authelia-metrics.entrypoints: metrics diff --git a/bundles/calibre/files/kube.yaml b/bundles/calibre/files/kube.yaml index 28414cc..67db43d 100644 --- a/bundles/calibre/files/kube.yaml +++ b/bundles/calibre/files/kube.yaml @@ -9,6 +9,7 @@ metadata: traefik.http.routers.calibre.entrypoints: http,https traefik.http.routers.calibre.rule: Host(`books.gzr.im`) traefik.http.routers.calibre.service: calibre + traefik.http.routers.calibre.middlewares: tls-redirect@file traefik.http.services.calibre.loadbalancer.server.port: 8083 spec: dnsPolicy: Default diff --git a/bundles/immich/files/kube.yaml b/bundles/immich/files/kube.yaml index a0ef94a..f66f842 100644 --- a/bundles/immich/files/kube.yaml +++ b/bundles/immich/files/kube.yaml @@ -9,6 +9,7 @@ metadata: traefik.http.routers.immich.entrypoints: http,https traefik.http.routers.immich.rule: Host(`photos.gzr.im`) traefik.http.routers.immich.service: immich + traefik.http.routers.immich.middlewares: tls-redirect@file traefik.http.services.immich.loadbalancer.server.port: 2283 # metrics diff --git a/bundles/jellyfin/files/kube.yaml b/bundles/jellyfin/files/kube.yaml index 52d4e04..3b2aa87 100644 --- a/bundles/jellyfin/files/kube.yaml +++ b/bundles/jellyfin/files/kube.yaml @@ -16,6 +16,7 @@ metadata: traefik.http.routers.jellyfin.entrypoints: http,https traefik.http.routers.jellyfin.rule: Host(`tv.gzr.im`) traefik.http.routers.jellyfin.service: jellyfin + traefik.http.routers.jellyfin.middlewares: tls-redirect@file traefik.http.services.jellyfin.loadbalancer.server.port: 8096 # metrics traefik.http.routers.jellyfin-metrics.entrypoints: metrics diff --git a/bundles/vaultwarden/files/kube.yaml b/bundles/vaultwarden/files/kube.yaml index 4cbd5f2..85e24bb 100644 --- a/bundles/vaultwarden/files/kube.yaml +++ b/bundles/vaultwarden/files/kube.yaml @@ -9,6 +9,7 @@ metadata: traefik.http.routers.vaultwarden.entrypoints: http,https traefik.http.routers.vaultwarden.rule: Host(`vault.gzr.im`) traefik.http.routers.vaultwarden.service: vaultwarden + traefik.http.routers.vaultwarden.middlewares: tls-redirect@file traefik.http.services.vaultwarden.loadbalancer.server.port: 80 # TODO: metrics -> https://github.com/Tricked-dev/vwmetrics spec: -- cgit 1.4.1