[Deluge] Removes server since I don't use it in favor of qbittorrent
This commit is contained in:
@@ -73,29 +73,29 @@ in
|
||||
# GUID = "993";
|
||||
# };
|
||||
};
|
||||
deluge = {
|
||||
image = "lscr.io/linuxserver/deluge:latest";
|
||||
autoStart = true;
|
||||
dependsOn = [
|
||||
"gluetun"
|
||||
];
|
||||
extraOptions = [
|
||||
"--pull=always"
|
||||
"--network=container:gluetun"
|
||||
"-l=homepage.group=Arr"
|
||||
"-l=homepage.name=Deluge"
|
||||
"-l=homepage.icon=deluge.svg"
|
||||
"-l=homepage.href=https://deluge.${havenisms}"
|
||||
"-l=homepage.description=Torrent client"
|
||||
"-l=homepage.widget.type=deluge"
|
||||
"-l=homepage.widget.password={{HOMEPAGE_FILE_DELUGE_PASSWORD}}"
|
||||
"-l=homepage.widget.url=http://gluetun:8112"
|
||||
];
|
||||
volumes = [
|
||||
"/tank/media:/data"
|
||||
"/tank/config/deluge:/config"
|
||||
];
|
||||
};
|
||||
# deluge = {
|
||||
# image = "lscr.io/linuxserver/deluge:latest";
|
||||
# autoStart = true;
|
||||
# dependsOn = [
|
||||
# "gluetun"
|
||||
# ];
|
||||
# extraOptions = [
|
||||
# "--pull=always"
|
||||
# "--network=container:gluetun"
|
||||
# "-l=homepage.group=Arr"
|
||||
# "-l=homepage.name=Deluge"
|
||||
# "-l=homepage.icon=deluge.svg"
|
||||
# "-l=homepage.href=https://deluge.${havenisms}"
|
||||
# "-l=homepage.description=Torrent client"
|
||||
# "-l=homepage.widget.type=deluge"
|
||||
# "-l=homepage.widget.password={{HOMEPAGE_FILE_DELUGE_PASSWORD}}"
|
||||
# "-l=homepage.widget.url=http://gluetun:8112"
|
||||
# ];
|
||||
# volumes = [
|
||||
# "/tank/media:/data"
|
||||
# "/tank/config/deluge:/config"
|
||||
# ];
|
||||
# };
|
||||
qbittorrent = {
|
||||
image = "lscr.io/linuxserver/qbittorrent:latest";
|
||||
autoStart = true;
|
||||
|
||||
Reference in New Issue
Block a user