qbt: adjust settings + vuetorrent bump
This commit is contained in:
parent
4091e39e05
commit
cc0b98448b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user