[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";
|
# GUID = "993";
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
deluge = {
|
# deluge = {
|
||||||
image = "lscr.io/linuxserver/deluge:latest";
|
# image = "lscr.io/linuxserver/deluge:latest";
|
||||||
autoStart = true;
|
# autoStart = true;
|
||||||
dependsOn = [
|
# dependsOn = [
|
||||||
"gluetun"
|
# "gluetun"
|
||||||
];
|
# ];
|
||||||
extraOptions = [
|
# extraOptions = [
|
||||||
"--pull=always"
|
# "--pull=always"
|
||||||
"--network=container:gluetun"
|
# "--network=container:gluetun"
|
||||||
"-l=homepage.group=Arr"
|
# "-l=homepage.group=Arr"
|
||||||
"-l=homepage.name=Deluge"
|
# "-l=homepage.name=Deluge"
|
||||||
"-l=homepage.icon=deluge.svg"
|
# "-l=homepage.icon=deluge.svg"
|
||||||
"-l=homepage.href=https://deluge.${havenisms}"
|
# "-l=homepage.href=https://deluge.${havenisms}"
|
||||||
"-l=homepage.description=Torrent client"
|
# "-l=homepage.description=Torrent client"
|
||||||
"-l=homepage.widget.type=deluge"
|
# "-l=homepage.widget.type=deluge"
|
||||||
"-l=homepage.widget.password={{HOMEPAGE_FILE_DELUGE_PASSWORD}}"
|
# "-l=homepage.widget.password={{HOMEPAGE_FILE_DELUGE_PASSWORD}}"
|
||||||
"-l=homepage.widget.url=http://gluetun:8112"
|
# "-l=homepage.widget.url=http://gluetun:8112"
|
||||||
];
|
# ];
|
||||||
volumes = [
|
# volumes = [
|
||||||
"/tank/media:/data"
|
# "/tank/media:/data"
|
||||||
"/tank/config/deluge:/config"
|
# "/tank/config/deluge:/config"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
qbittorrent = {
|
qbittorrent = {
|
||||||
image = "lscr.io/linuxserver/qbittorrent:latest";
|
image = "lscr.io/linuxserver/qbittorrent:latest";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user