From 041f685bb9202a6b739d5833e1734b13586e798e Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 12 Jul 2023 03:02:31 +0200 Subject: [PATCH] Kinda fix miniflux oauth --- coreos-config/plays/services/traefik/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-config/plays/services/traefik/docker-compose.yaml b/coreos-config/plays/services/traefik/docker-compose.yaml index 2229897..7a2b417 100644 --- a/coreos-config/plays/services/traefik/docker-compose.yaml +++ b/coreos-config/plays/services/traefik/docker-compose.yaml @@ -37,7 +37,7 @@ services: labels: traefik.enable: 'true' traefik.http.routers.oauth.entrypoints: websecure - traefik.http.routers.oauth.rule: Host(`traefik-fa.tobiasmanske.de`) || PathPrefix(`/oauth2`) + traefik.http.routers.oauth.rule: Host(`traefik-fa.tobiasmanske.de`) || (PathPrefix(`/oauth2`) && !Host(`rss.tobiasmanske.de`)) traefik.http.services.oauth.loadbalancer.server.port: '4180' prometheus-scrape.enabled: "true" prometheus-scrape.port: "9091"