mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #408] not use webdav #218
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 @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?
@sigoden commented on GitHub (Jun 27, 2024):
@wqiucheng
Run
dufswithout any--allow-*options.@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.