caddy-webdav icon indicating copy to clipboard operation
caddy-webdav copied to clipboard

WebDAV handler module for Caddy

Results 14 caddy-webdav issues
Sort by recently updated
recently updated
newest added

I think this is a bug or limitation in the upstream webdav library, but I noticed that when listing the contents of a directory, the whole request returns an error...

help wanted

Caddy server is windows 10. The phone uses photosync+webdav to synchronize photos, and an error will be reported every time a photo is synchronized. Error message: `Cannot create a file...

help wanted

add "..%2F" to url can get the parent of root path

help wanted

Clean download (from https://caddyserver.com/download) and installation of Caddy2+webdav on Mac OS Catalina. Browser gets status code 405 and shows Method not allowed for https://localhost/dav, with Caddyfile extracted from Readme as...

Hi, first of all, thanks a lot for the webdav-module. :) I had some trouble getting things to run smoothly and thought it might be a good idea to share...

Scopes as provided by the webdav "predecessor" addon in caddy 1.0.4 is not available in caddy 2 (2.2.1) I used the following config in caddy 1.0.4 which worked just as...

I'm having some trouble setting this up. I want: * A file browser web interface running on cloud.example.com * This WebDAV server running under cloud.example.com/dav How can I do this?...

I am trying to setup a multi-user WebDAV configuration. I have things configured in the Caddyfile as follows: ``` *.example.com { ... @storage host storage.example.com handle @storage { basicauth {...

Hi, I have these settings as default in webdav: ``` danobe.dev { # Set this path to your site's directory. #root * /usr/share/caddy # Enable the static file server. #file_server...

question

Hi there, really liking caddy and learning a bunch, while trying to contribute a bit! To the forum. I was wondering if you see this plugin evolving so that it...

enhancement