qbt: adjust settings + vuetorrent bump

This commit is contained in:
Simon Gardling 2025-03-21 15:34:48 -04:00
parent 4091e39e05
commit cc0b98448b
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -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;