Skip to content

Commit

Permalink
Fixed torrents2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Nov 28, 2023
1 parent 170c1c5 commit 6534bcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ access_control:
networks:
- internal
- domain_regex:
- '^(traefik|torrents|netdata|readarr|prowlarr|sonarr|radarr|bazarr|jellyseerr|mail|kavita)\.(files|(o|r|)pi)\.home\.arhipov\.net$'
- '^(traefik|torrents|torrents-unsafe|netdata|readarr|prowlarr|sonarr|radarr|bazarr|jellyseerr|mail|kavita)\.(files|(o|r|)pi)\.home\.arhipov\.net$'
- '^(mail)\.u8\.lv$'
policy: bypass
networks:
Expand Down Expand Up @@ -104,7 +104,7 @@ access_control:
policy: one_factor
subject:
- "group:residents"
- domain_regex: '^(torrents|prowlarr|sonarr|radarr|bazarr|readarr|jellyseerr|kavita|immich)\.files\.home\.arhipov\.net$'
- domain_regex: '^(torrents|torrents-unsafe|prowlarr|sonarr|radarr|bazarr|readarr|jellyseerr|kavita|immich)\.files\.home\.arhipov\.net$'
policy: one_factor
subject:
- "group:residents"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,18 @@ services:
environment:
DOCKER_MODS: ghcr.io/gabe565/linuxserver-mod-vuetorrent
<<: *arr_env
ports:
- 49152:49152/tcp
- 49152:49152/udp
volumes:
- qbittorrent-unsafe-data:/config
- /var/data/shares/tmp:/downloads
labels:
- "traefik.enable=true"
- "traefik.http.services.torrents.loadbalancer.server.port=8080"
- "traefik.http.routers.torrents.rule=Host(`torrents-unsafe.${DOMAIN}`)"
- "traefik.http.routers.torrents.entrypoints=https"
- "traefik.http.routers.torrents.middlewares=authelia@docker"
- "traefik.http.services.torrents-unsafe.loadbalancer.server.port=8080"
- "traefik.http.routers.torrents-unsafe.rule=Host(`torrents-unsafe.${DOMAIN}`)"
- "traefik.http.routers.torrents-unsafe.entrypoints=https"
- "traefik.http.routers.torrents-unsafe.middlewares=authelia@docker"
# Indexer manager
prowlarr:
image: lscr.io/linuxserver/prowlarr:develop
Expand Down

0 comments on commit 6534bcb

Please sign in to comment.