mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #581] Public folder ask login information for uploading/deleting files #345
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 @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:
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.
@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!