qbt: adjust settings + vuetorrent bump
This commit is contained in:
parent
4091e39e05
commit
cc0b98448b
@ -34,10 +34,12 @@
|
|||||||
serverConfig.Preferences = {
|
serverConfig.Preferences = {
|
||||||
WebUI = {
|
WebUI = {
|
||||||
AlternativeUIEnabled = true;
|
AlternativeUIEnabled = true;
|
||||||
RootFolder = "${pkgs.fetchzip {
|
RootFolder = builtins.toString (
|
||||||
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.23.0/vuetorrent.zip";
|
pkgs.fetchzip {
|
||||||
sha256 = "GCrKmv1jvN6bZb3s5E96KE3PsJ3ju63sVfCtU1RF/u8=";
|
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.23.1/vuetorrent.zip";
|
||||||
}}";
|
sha256 = "yZmnRmYoinJ8uSuUpjGIRCQWBrK59hwyEkCq8aWiOvQ=";
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
# disable auth because we use caddy for auth
|
# disable auth because we use caddy for auth
|
||||||
AuthSubnetWhitelist = "0.0.0.0/0";
|
AuthSubnetWhitelist = "0.0.0.0/0";
|
||||||
@ -52,7 +54,7 @@
|
|||||||
|
|
||||||
serverConfig.BitTorrent = {
|
serverConfig.BitTorrent = {
|
||||||
Session = {
|
Session = {
|
||||||
GlobalUPSpeedLimit = 500; # 500 KiB/s
|
GlobalUPSpeedLimit = 1500; # 500 KiB/s
|
||||||
GlobalDLSpeedLimit = 5000; # 5 MiB/s
|
GlobalDLSpeedLimit = 5000; # 5 MiB/s
|
||||||
|
|
||||||
IgnoreLimitsOnLAN = true;
|
IgnoreLimitsOnLAN = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user