Skip to content

Commit

Permalink
Disable serviceworker in vuetorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Jan 12, 2024
1 parent b480276 commit b4084f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.services.torrents.loadbalancer.server.port=8080"
- "traefik.http.routers.torrents.rule=Host(`torrents.${DOMAIN}`)"
- "traefik.http.routers.torrents.rule=Host(`torrents.${DOMAIN}`) && !Path(`/sw.js`, `/registerSW.js`)"
- "traefik.http.routers.torrents.entrypoints=https"
- "traefik.http.routers.torrents.middlewares=authelia@docker"
network_mode: "service:tunnel"
Expand All @@ -135,7 +135,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.services.torrents-unsafe.loadbalancer.server.port=8080"
- "traefik.http.routers.torrents-unsafe.rule=Host(`torrents-unsafe.${DOMAIN}`)"
- "traefik.http.routers.torrents-unsafe.rule=Host(`torrents-unsafe.${DOMAIN}`) && !Path(`/sw.js`, `/registerSW.js`)"
- "traefik.http.routers.torrents-unsafe.entrypoints=https"
- "traefik.http.routers.torrents-unsafe.middlewares=authelia@docker"
# Indexer manager
Expand Down

0 comments on commit b4084f0

Please sign in to comment.