qbt: use pkgs.vuetorrent
This commit is contained in:
parent
32e1f6771a
commit
9e39ce41d0
@ -27,12 +27,7 @@
|
|||||||
serverConfig.Preferences = {
|
serverConfig.Preferences = {
|
||||||
WebUI = {
|
WebUI = {
|
||||||
AlternativeUIEnabled = true;
|
AlternativeUIEnabled = true;
|
||||||
RootFolder = builtins.toString (
|
RootFolder = builtins.toString pkgs.vuetorrent;
|
||||||
pkgs.fetchzip {
|
|
||||||
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.28.2/vuetorrent.zip";
|
|
||||||
sha256 = "8aKmiXcr2pp8qt4w/lYBAIjLPh8tlgYsx6PbovY54KM=";
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
# 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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user