From 65a7706f77afbbfec357d4ab6f43c4402bfdcdbe Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 28 Feb 2025 17:56:51 +0000 Subject: [PATCH] add helptext for volflags dk, dks, dky --- copyparty/cfg.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/cfg.py b/copyparty/cfg.py index 7f0f86c0..51dd14c6 100644 --- a/copyparty/cfg.py +++ b/copyparty/cfg.py @@ -293,6 +293,9 @@ flagcats = { "dots": "allow all users with read-access to\nenable the option to show dotfiles in listings", "fk=8": 'generates per-file accesskeys,\nwhich are then required at the "g" permission;\nkeys are invalidated if filesize or inode changes', "fka=8": 'generates slightly weaker per-file accesskeys,\nwhich are then required at the "g" permission;\nnot affected by filesize or inode numbers', + "dk=8": 'generates per-directory accesskeys,\nwhich are then required at the "g" permission;\nkeys are invalidated if filesize or inode changes', + "dks": "per-directory accesskeys allow browsing into subdirs", + "dky": 'allow seeing files (not folders) inside a specific folder\nwith "g" perm, and does not require a valid dirkey to do so', "rss": "allow '?rss' URL suffix (experimental)", "ups_who=2": "restrict viewing the list of recent uploads", "zip_who=2": "restrict access to download-as-zip/tar",