mholt / caddy-webdav

WebDAV handler module for Caddy
Apache License 2.0
222 stars 23 forks source link

FR: hide option #34

Open xsteadfastx opened 1 year ago

xsteadfastx commented 1 year ago

i would love to hide a folder on webdav listening. something like the hide option in file_server.

mholt commented 1 year ago

This can probably be done; it might require some clever wrapping of the file system / Dir since we don't control the underlying library.