[GH-ISSUE #408] not use webdav #218

Closed
opened 2026-04-08 16:51:14 +03:00 by zhus · 2 comments
Owner

Originally created by @wqiucheng on GitHub (Jun 27, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/408

Hello developer, I don't want to use the webdav function when using a static page. Which command parameter should I use?

Originally created by @wqiucheng on GitHub (Jun 27, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/408 Hello developer, I don't want to use the webdav function when using a static page. Which command parameter should I use?
zhus closed this issue 2026-04-08 16:51:14 +03:00
Author
Owner

@sigoden commented on GitHub (Jun 27, 2024):

@wqiucheng

Run dufs without any --allow-* options.

<!-- gh-comment-id:2194499703 --> @sigoden commented on GitHub (Jun 27, 2024): @wqiucheng Run `dufs` without any `--allow-*` options.
Author
Owner

@sigoden commented on GitHub (Jun 27, 2024):

WebDAV is not returning any new data. The key is avaiable operations and access control.

For example, GET / returns html, PROPFIND / returns xml. They are essentially the same.

You should configure the dufs based on your own needs. It's pointless to worry about whether it enables WebDAV.

<!-- gh-comment-id:2194527372 --> @sigoden commented on GitHub (Jun 27, 2024): WebDAV is not returning any new data. The key is avaiable operations and access control. For example, `GET /` returns html, `PROPFIND /` returns xml. They are essentially the same. You should configure the dufs based on your own needs. It's pointless to worry about whether it enables WebDAV.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#218