[GH-ISSUE #581] Public folder ask login information for uploading/deleting files #345

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

Originally created by @manprint on GitHub (Apr 30, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/581

Hi @sigoden

I'm trying out dufs and it's a fantastic project.

I started the app with docker:

docker run --name=dufs -v `pwd`:/data -p 5005:5000 --rm -it sigoden/dufs /data -A \
	-a user:pass@/:rw \
	-a @/public:rw

The root folder is protected and is ok.

The public folder, however, although it is accessible without entering a username and password, when I try to upload or delete from it, I am asked for authentication credentials.

Is it a bug? Or did I do something wrong in the configuration?

my goal is to have a private root dirctory with user and password and a public folder where I can do all the operations without authentication.

Thank you very much.

Originally created by @manprint on GitHub (Apr 30, 2025). Original GitHub issue: https://github.com/sigoden/dufs/issues/581 Hi @sigoden I'm trying out dufs and it's a fantastic project. I started the app with docker: ``` docker run --name=dufs -v `pwd`:/data -p 5005:5000 --rm -it sigoden/dufs /data -A \ -a user:pass@/:rw \ -a @/public:rw ``` The root folder is protected and is ok. The public folder, however, although it is accessible without entering a username and password, when I try to upload or delete from it, I am asked for authentication credentials. Is it a bug? Or did I do something wrong in the configuration? my goal is to have a private root dirctory with user and password and a public folder where I can do all the operations without authentication. Thank you very much.
zhus closed this issue 2026-04-08 16:52:12 +03:00
Author
Owner

@manprint commented on GitHub (Apr 30, 2025):

OK, it's a regression in the 0.43.0 and 0.42.0.

I tested with version 0.41.0 and it works fine.
Waiting for the fix.
Thanks!

<!-- gh-comment-id:2840514375 --> @manprint commented on GitHub (Apr 30, 2025): OK, it's a regression in the 0.43.0 and 0.42.0. I tested with version 0.41.0 and it works fine. Waiting for the fix. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#345