[GH-ISSUE #621] Login not working #372

Closed
opened 2026-04-08 16:52:25 +03:00 by zhus · 4 comments
Owner

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:

  • tmp
  • '*.log'
  • '*.lock'
    auth:

- admin:admin@/:rw

- user:pass@/src:rw,/share

- '@/' # According to the YAML spec, quoting is required.

  • user1:pass1C@/:rw
  • '@/'
    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

  • Dufs version: 0.44.0
  • Browser/Webdav info: Brave/Edge
  • OS info: Debian 13 Trixie
  • Proxy server (if any): Cloudflare Tunnel
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: - tmp - '*.log' - '*.lock' auth: # - admin:admin@/:rw # - user:pass@/src:rw,/share # - '@/' # According to the YAML spec, quoting is required. - user1:pass1C@/:rw - '@/' 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** - Dufs version: 0.44.0 - Browser/Webdav info: Brave/Edge - OS info: Debian 13 Trixie - Proxy server (if any): Cloudflare Tunnel
zhus closed this issue 2026-04-08 16:52:25 +03:00
Author
Owner

@sigoden commented on GitHub (Aug 21, 2025):

Fixed by #620

<!-- gh-comment-id:3209687541 --> @sigoden commented on GitHub (Aug 21, 2025): Fixed by #620
Author
Owner

@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!

<!-- gh-comment-id:3209725098 --> @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!
Author
Owner

@mfide commented on GitHub (Aug 24, 2025):

@sigoden: Please make a new docker release, currently it is not functional with this bug. Thank you.

<!-- gh-comment-id:3217962553 --> @mfide commented on GitHub (Aug 24, 2025): @sigoden: Please make a new docker release, currently it is not functional with this bug. Thank you.
Author
Owner

@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!

<!-- gh-comment-id:3239276009 --> @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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#372