upade fileshare

This commit is contained in:
Kopatz
2024-06-02 11:57:14 +02:00
parent 28cd081419
commit 1f1562ebdf
3 changed files with 18 additions and 8 deletions

View File

@@ -17,7 +17,10 @@
};
services = {
#adam-site.enable = true;
kop-fileshare.enable = true;
kop-fileshare = {
enable = true;
basePath = "/stash";
};
};
graphical = { lxqt.enable = true; };
};
@@ -29,7 +32,7 @@
"localhost" = {
forceSSL = false;
enableACME = false;
locations."/".proxyPass = "http://127.0.0.1:7777";
locations."/stash".proxyPass = "http://127.0.0.1:7777";
};
};
};