mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #621] Login not working #372
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 @P4r4n01dB34r on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/621
Problem
I am unable to login with my user if on configuration is present an anonymous access
Configuration
serve-path: '/opt/dufs'
bind: 0.0.0.0
port: 80
path-prefix: /
hidden:
auth:
- admin:admin@/:rw
- user:pass@/src:rw,/share
- '@/' # According to the YAML spec, quoting is required.
allow-all: false
allow-upload: true
allow-delete: true
allow-search: true
allow-symlink: false
allow-archive: true
enable-cors: false
render-index: false
render-try-index: false
render-spa: false
log-format: '$remote_addr $remote_user "$request" $status $http_user_agent $http_referer'
log-file: /var/log/dufs.log
compress: low
Log
2025-08-21T10:39:07+02:00 INFO - 10.10.10.3 - "GET /" 401 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 https://dufs.example.net/
2025-08-21T10:39:10+02:00 INFO - 10.10.10.3 - "GET /" 401 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 https://dufs.example.net/
2025-08-21T10:39:26+02:00 INFO - 10.10.10.3 - "GET /" 200 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 -
2025-08-21T10:39:28+02:00 INFO - 10.10.10.3 - "CHECKAUTH /" 200 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 https://dufs.example.net/
2025-08-21T10:39:28+02:00 INFO - 10.10.10.3 - "GET /" 200 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 https://dufs.example.net/
2025-08-21T10:39:29+02:00 INFO - 10.10.10.3 - "CHECKAUTH /" 200 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 https://dufs.example.net/
2025-08-21T10:39:29+02:00 INFO - 10.10.10.3 - "GET /" 200 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 https://dufs.example.net/
Screenshots/Media
Environment Information
@sigoden commented on GitHub (Aug 21, 2025):
Fixed by #620
@P4r4n01dB34r commented on GitHub (Aug 21, 2025):
Hi @sigoden! Thank you for pointing me to the existing thread, there will be a new release soon fixing this issue?
Thank you!
@mfide commented on GitHub (Aug 24, 2025):
@sigoden: Please make a new docker release, currently it is not functional with this bug. Thank you.
@P4r4n01dB34r commented on GitHub (Aug 30, 2025):
Hi @sigoden, can you please let us know if there is an ETA for a new binary release fixing this? Thank you!