chore(media): retire deluge, qbit is the sole torrent client
Deploy Caddyfile to valhalla / deploy (push) Successful in 1m7s
Deploy Caddyfile to valhalla / deploy (push) Successful in 1m7s
This commit is contained in:
@@ -174,17 +174,6 @@ qbittorrent.ginnoir.com {
|
||||
}
|
||||
}
|
||||
|
||||
deluge.ginnoir.com {
|
||||
import internal_only
|
||||
route {
|
||||
import authentik_outpost
|
||||
handle {
|
||||
import authentik_forward_auth
|
||||
reverse_proxy deluge:8112
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
nzbget.ginnoir.com {
|
||||
import internal_only
|
||||
route {
|
||||
|
||||
@@ -9,19 +9,6 @@
|
||||
# per-service environment blocks.
|
||||
|
||||
services:
|
||||
deluge:
|
||||
container_name: deluge
|
||||
image: lscr.io/linuxserver/deluge:latest
|
||||
restart: unless-stopped
|
||||
networks: [media, edge]
|
||||
env_file:
|
||||
- stack.env
|
||||
volumes:
|
||||
- /storage1/torrents:/downloads
|
||||
- /config/deluge:/config
|
||||
ports:
|
||||
- "8112:8112"
|
||||
|
||||
nzbget:
|
||||
container_name: nzbget
|
||||
image: lscr.io/linuxserver/nzbget:latest
|
||||
|
||||
Reference in New Issue
Block a user