copyparty + rclone

This commit is contained in:
Khaïs COLIN 2025-10-13 13:24:31 +02:00
parent 76c4464dcd
commit 27d0e39020
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU
2 changed files with 17 additions and 0 deletions

View file

@ -37,6 +37,8 @@ in {
ouch
inetutils
fd
file
rclone
# used for yazi epub previews
epub-thumbnailer
# remote working

View file

@ -389,11 +389,15 @@
no-robots = true;
theme = 2;
shr = "/shr";
daw = true;
};
accounts = {
"khais" = {
passwordFile = "/etc/nixos/secrets/copyparty/khais.password";
};
"tsb" = {
passwordFile = "/etc/nixos/secrets/copyparty/tsb.password";
};
};
volumes = {
"/" = {
@ -406,6 +410,17 @@
fk = 8;
};
};
"/tsb" = {
path = "/pile/copyparty/tsb";
access = {
"g" = "*";
"rwmd." = "tsb";
"A" = ["khais"];
};
flags = {
fk = 8;
};
};
};
};