chore(media): retire deluge, qbit is the sole torrent client
Deploy Caddyfile to valhalla / deploy (push) Successful in 1m7s

This commit is contained in:
ginnoir
2026-06-15 20:19:16 -05:00
parent 76679dd030
commit 8ef2f689f6
2 changed files with 0 additions and 24 deletions
-11
View File
@@ -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 {
-13
View File
@@ -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