qbt: use pkgs.vuetorrent

This commit is contained in:
Simon Gardling 2025-08-25 13:08:27 -04:00
parent 32e1f6771a
commit 9e39ce41d0
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -27,12 +27,7 @@
serverConfig.Preferences = {
WebUI = {
AlternativeUIEnabled = true;
RootFolder = builtins.toString (
pkgs.fetchzip {
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.28.2/vuetorrent.zip";
sha256 = "8aKmiXcr2pp8qt4w/lYBAIjLPh8tlgYsx6PbovY54KM=";
}
);
RootFolder = builtins.toString pkgs.vuetorrent;
# disable auth because we use caddy for auth
AuthSubnetWhitelist = "0.0.0.0/0";