move my copyparty files to allow webDAV login

This commit is contained in:
Khaïs COLIN 2025-10-13 19:53:09 +02:00
parent 27d0e39020
commit 0145ba721c
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -401,7 +401,17 @@
};
volumes = {
"/" = {
path = "/pile/copyparty/";
path = "/pile/copyparty";
access = {
"gr" = "*";
"A" = ["khais"];
};
flags = {
fk = 8;
};
};
"/kha" = {
path = "/pile/copyparty/kha";
access = {
"g" = "*";
"A" = ["khais"];