[GH-ISSUE #664] no upload button in UI when --auth is used #403

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

Originally created by @bittorf on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/664

# dir has write permissions for the user running dufs:
klaus@box:~/software/dufs$ stat /var/www/html/media
  File: /var/www/html/media
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 8,1     Inode: 8164181     Links: 2
Access: (0755/drwxr-xr-x)  Uid: ( 1000/ bastian)   Gid: ( 1000/ klaus)
Access: 2026-01-19 14:25:27.882795779 +0100
Modify: 2026-01-19 14:25:22.526830641 +0100
Change: 2026-01-19 14:25:22.526830641 +0100
 Birth: 2024-04-28 18:25:49.645382182 +0200

klaus@box:~/software/dufs$ dufs --version
dufs 0.45.0

klaus@box:~/software/dufs$ dufs /var/www/html/media -A -a peter:peter@/ -b 0.0.0.0
Listening on:
...
Image
Originally created by @bittorf on GitHub (Jan 19, 2026). Original GitHub issue: https://github.com/sigoden/dufs/issues/664 ``` # dir has write permissions for the user running dufs: klaus@box:~/software/dufs$ stat /var/www/html/media File: /var/www/html/media Size: 4096 Blocks: 8 IO Block: 4096 directory Device: 8,1 Inode: 8164181 Links: 2 Access: (0755/drwxr-xr-x) Uid: ( 1000/ bastian) Gid: ( 1000/ klaus) Access: 2026-01-19 14:25:27.882795779 +0100 Modify: 2026-01-19 14:25:22.526830641 +0100 Change: 2026-01-19 14:25:22.526830641 +0100 Birth: 2024-04-28 18:25:49.645382182 +0200 klaus@box:~/software/dufs$ dufs --version dufs 0.45.0 klaus@box:~/software/dufs$ dufs /var/www/html/media -A -a peter:peter@/ -b 0.0.0.0 Listening on: ... ``` <img width="901" height="183" alt="Image" src="https://github.com/user-attachments/assets/f2456097-8388-4a5c-86b2-ed3555378b24" />
zhus closed this issue 2026-04-08 16:52:39 +03:00
Author
Owner

@bittorf commented on GitHub (Jan 19, 2026):

My mistake - it works with:

-a username:password@/:rw

so:

dufs /var/www/html/media -A -a peter:peter@/:rw -b 127.0.0.1
<!-- gh-comment-id:3768640794 --> @bittorf commented on GitHub (Jan 19, 2026): My mistake - it works with: ``` -a username:password@/:rw so: dufs /var/www/html/media -A -a peter:peter@/:rw -b 127.0.0.1 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#403