mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #371] different operations for different users #196
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jiangjiangflies on GitHub (Apr 4, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/371
I can add multiple users
dufs -A -a admin:123@/ -a user:user@/But both admin and user have same all operations (delete, upload,etc). Is there a way that only admin have all the operations while other users can only browser files?
@sigoden commented on GitHub (Apr 4, 2024):
-a admin:123@/grants admin only read-only permissions-a admin:123@/:rwto grants admin all permissions.@jiangjiangflies commented on GitHub (Apr 4, 2024):
Sorry, the Advanced topics is folded in the README. I didn't notice that. Thank you!