From 6070a58ead0a2a5d4943b155745198e7215f5c45 Mon Sep 17 00:00:00 2001 From: John Morahan Date: Fri, 20 Jun 2025 16:13:18 +0100 Subject: [PATCH] change HostRegexp syntax I guess it changed? https://doc.traefik.io/traefik/routing/routers/#host-and-hostregexp --- .../owncast/files/opt/containers/owncast/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hetzner/owncast/files/opt/containers/owncast/docker-compose.yml b/apps/hetzner/owncast/files/opt/containers/owncast/docker-compose.yml index a8238d6..901c7a2 100644 --- a/apps/hetzner/owncast/files/opt/containers/owncast/docker-compose.yml +++ b/apps/hetzner/owncast/files/opt/containers/owncast/docker-compose.yml @@ -42,7 +42,7 @@ services: - "--certificatesresolvers.mytlschallenge.acme.storage=/opt/traefik/acme.json" labels: # global redirect HTTPS - - "traefik.http.routers.http-catchall.rule=HostRegexp(`{any:.+}`)" + - "traefik.http.routers.http-catchall.rule=HostRegexp(`.+`)" - "traefik.http.routers.http-catchall.entrypoints=http" - "traefik.http.routers.http-catchall.middlewares=redirect-to-https@docker"