Provides WebDAV access via SSL. You need to prepare your own password file and provide your own certificate/key.
This repository has been originally forked from https://github.com/groob/docker-webdav.
htpasswd -c htpasswd username
You require a server certificate and a corresponding key for the SSL
connection. They need to be in a directory and called web.crt and
web.key.
/certs: Containing server certificate and key for SSL/htpasswd: Htpasswd file for DAV authentication/var/www: DAV contentdocker run --name webdav-ssl -v /path/to/htpasswd:/htpasswd -v /path/to/certs:/certs -p 10000:443 phylor/webdav-ssl
Content type
Image
Digest
sha256:b73de4698…
Size
90.2 MB
Last updated
almost 11 years ago
docker pull phylor/webdav-ssl