mholt / caddy-webdav

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

Make Missing Caddy 1 WebDav Plugin features available #5

Closed Flameborn closed 4 years ago

Flameborn commented 4 years ago

Hello,

Are there plans to expose features available in https://github.com/hacdias/caddy-webdav, such as blocking dot files, allowing modifications for files/folders per user, or allowing/denying user access to resources, for Caddy 2?

I am currently using Caddy v1.

mholt commented 4 years ago

Access and authentication features are handled in another part of Caddy, this handler is only for the webdav protocol. Authentication and authorization features can be added to our growing list of auth plugins: https://caddy.community/t/list-of-caddy-2-modules/7839

You can block dot files with request matchers: https://caddyserver.com/docs/json/apps/http/servers/routes#match