replace jackett with prowlarr

This commit is contained in:
Neale Pickett 2022-10-13 10:22:51 -06:00
parent 583eeb45bb
commit da04d25864
2 changed files with 6 additions and 9 deletions

View File

@ -68,10 +68,9 @@ deergrove.woozle.org, sweetums.woozle.org {
import restricted-access
reverse_proxy readarr:8787
}
handle /jackett/* {
handle /prowlarr/* {
import restricted-access
reverse_proxy jackett:9117
reverse_proxy prowlarr:9696
}
handle_path /sucker/* {

View File

@ -103,13 +103,11 @@ services:
- type: bind
source: /srv/ext/incoming
target: /srv/ext/incoming
jackett:
image: lscr.io/linuxserver/jackett
prowlarr:
image: lscr.io/linuxserver/prowlarr:develop
volumes:
- type: bind
source: /srv/ext/sys/jackett
source: /srv/ext/sys/prowlarr
target: /config
nzbget:
@ -211,7 +209,7 @@ configs:
name: dave.yaml-v3
Caddyfile:
file: Caddyfile
name: Caddyfile-v51
name: Caddyfile-v53
index.html:
file: index.html
name: index.html-v28