Runs Apache configured as a WebDAV server. I use it as a sync server for [OmniFocus](https://www.omnigroup.com/omnifocus), for example.
10K+
Runs Apache configured as a WebDAV server. Exposes volume /srv/webdav at yourdomain.com/webdav for user "webdav" with a password of your choosing over HTTPS. I use it as a sync server for OmniFocus, for example.
docker run -dP -e PASSWORD=$( read -p "Password: " -s PASSWORD && echo $PASSWORD ) parente/webdav
Content type
Image
Digest
sha256:2ffd39b53…
Size
97.8 MB
Last updated
almost 11 years ago
docker pull parente/webdav