mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #206] multi-user support #104
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 @junjieim on GitHub (Apr 15, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/206
Specific Demand
can dufs support muti-user feature? so we can manage file by a admin account and guest can only download files.
I run dufs in docker. It seems like it can add different
user:passwordwith same kind of access control.thank you!
@junjieim commented on GitHub (Apr 15, 2023):
And the
usercan loginlocalhost:5000/anduser2can only loginlocalhost:5000/sub/.I will close this issue but can @sigoden memtion this situation in README with further description?
Thank you for your dufs!