From cc0b98448b3c41d68b4d094e830723a972e8a2d0 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 21 Mar 2025 15:34:48 -0400 Subject: [PATCH] qbt: adjust settings + vuetorrent bump --- services/qbittorrent.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index a716648..28b4617 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -34,10 +34,12 @@ serverConfig.Preferences = { WebUI = { AlternativeUIEnabled = true; - RootFolder = "${pkgs.fetchzip { - url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.23.0/vuetorrent.zip"; - sha256 = "GCrKmv1jvN6bZb3s5E96KE3PsJ3ju63sVfCtU1RF/u8="; - }}"; + RootFolder = builtins.toString ( + pkgs.fetchzip { + url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.23.1/vuetorrent.zip"; + sha256 = "yZmnRmYoinJ8uSuUpjGIRCQWBrK59hwyEkCq8aWiOvQ="; + } + ); # disable auth because we use caddy for auth AuthSubnetWhitelist = "0.0.0.0/0"; @@ -52,7 +54,7 @@ serverConfig.BitTorrent = { Session = { - GlobalUPSpeedLimit = 500; # 500 KiB/s + GlobalUPSpeedLimit = 1500; # 500 KiB/s GlobalDLSpeedLimit = 5000; # 5 MiB/s IgnoreLimitsOnLAN = true;