[GH-ISSUE #206] multi-user support #104

Closed
opened 2026-04-08 16:50:22 +03:00 by zhus · 1 comment
Owner

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:password with same kind of access control.

-A -a /@user:p -a /@user2:pp

thank you!

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:password` with same kind of access control. ``` -A -a /@user:p -a /@user2:pp ``` thank you!
zhus closed this issue 2026-04-08 16:50:22 +03:00
Author
Owner

@junjieim commented on GitHub (Apr 15, 2023):

-A -a /@user:p -a /sub/@user2:pp

And the user can login localhost:5000/ and user2 can only login localhost:5000/sub/.

I will close this issue but can @sigoden memtion this situation in README with further description?

Thank you for your dufs!

<!-- gh-comment-id:1509838725 --> @junjieim commented on GitHub (Apr 15, 2023): ``` -A -a /@user:p -a /sub/@user2:pp ``` And the `user` can login `localhost:5000/` and `user2` can only login `localhost:5000/sub/`. I will close this issue but can @sigoden memtion this situation in README with further description? Thank you for your dufs!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#104