replace jackett with prowlarr
This commit is contained in:
parent
583eeb45bb
commit
da04d25864
|
@ -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/* {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue