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 ouch
inetutils inetutils
fd fd
file
rclone
# used for yazi epub previews # used for yazi epub previews
epub-thumbnailer epub-thumbnailer
# remote working # remote working

View file

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