Sign inSign up

parente/webdav

By parente

Updated almost 11 years ago

Runs Apache configured as a WebDAV server. I use it as a sync server for [OmniFocus](https://www.omnigroup.com/omnifocus), for example.

Image
5

10K+

parente/webdav repository overview

WebDAV in Docker

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

Tag summary

Content type

Image

Digest

sha256:2ffd39b53

Size

97.8 MB

Last updated

almost 11 years ago

docker pull parente/webdav