From 15279c5a56dc22aee9544fdd25c9c6c5efe379be Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Sun, 6 Sep 2026 12:10:03 -0700 Subject: [PATCH] [Deluge] Removes server since I don't use it in favor of qbittorrent --- system/hosts/mcp/containers/media-system.nix | 46 ++++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/system/hosts/mcp/containers/media-system.nix b/system/hosts/mcp/containers/media-system.nix index f859c0c..f48826b 100644 --- a/system/hosts/mcp/containers/media-system.nix +++ b/system/hosts/mcp/containers/media-system.nix @@ -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;