qbt: use pkgs.vuetorrent
This commit is contained in:
parent
32e1f6771a
commit
9e39ce41d0
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user