WebDAV-Daemon icon indicating copy to clipboard operation
WebDAV-Daemon copied to clipboard

Results 12 WebDAV-Daemon issues
Sort by recently updated
recently updated
newest added

Asking for OpenMediaVault-Plugin-Developers/openmediavault-webdav#18.

To facilitate better testing and builds, I need to get a few docker files created for some environments. See [here](https://github.com/couling/WebDAV-Daemon/tree/master/useful/docker) for examples: - [x] Debian - [x] Ubuntu - [...

help wanted
Task

Adds a docker file that builds he daemon from latest Github master and installs it.

Hello @couling , for completeness, I would like to report a webdavd crash. I believe it happened after Microsoft Excel opened a file (from a Win10 machine). Error log: ```...

How to set up to support write for macOS? because now it can read-only.

Users might need custom headers. Especially, if you want to allow CORS. For example: Access-Control-Allow-Origin: 'https://www.example.com' Access-Control-Allow-Headers: 'cache-control' Enhancement #9 Replaces PR #24

webdavd will hang in an infinite loop on startup for various simple mistakes in the xml. Anything malformed, like missing a closing tag for an element. ``` /listen> ``` Any...

This allows using with systemd socket units. It works like the old inetd style activation. The socket(s) to open are described in systemd socket units, and when a connection is...

Bring the service configuration more in line with modern Linux. Add some additional options to the systemd unit for proper start order and additional system protections. Move log files to...

This branch was offered by @sbluhm to implement adding custom headers (see enhancement request #9).