diff --git a/nodes/heimdall/recipesage/compose.yaml b/nodes/heimdall/recipesage/compose.yaml index 71009ff..4d82b32 100644 --- a/nodes/heimdall/recipesage/compose.yaml +++ b/nodes/heimdall/recipesage/compose.yaml @@ -1,5 +1,3 @@ -version: "3.8" - networks: proxy-net: external: true @@ -32,7 +30,6 @@ services: - "traefik.http.routers.recipesage.service=recipesage-svc" # --- 2. Public Share Bypass Router (Priority 20) --- - # Bypasses Authentik for public share links, shared profile routes, and media assets - "traefik.http.routers.recipesage-public.rule=Host(`${DOMAIN_NAME}`) && (PathPrefix(`/share`) || PathPrefix(`/p/`) || PathPrefix(`/api/v1/share`) || PathPrefix(`/assets/`))" - "traefik.http.routers.recipesage-public.entrypoints=websecure" - "traefik.http.routers.recipesage-public.tls=true" @@ -80,7 +77,7 @@ services: - recipesage-internal browserless: - image: browserless/chrome:1.53.0-puppeteer-10.1.0 + image: ghcr.io/browserless/chromium:latest container_name: recipesage_browserless restart: unless-stopped networks: