Sign inSign up

xama/nginx-webdav

By xama

Updated over 9 years ago

SabreDAV running on nginx. Features digest authentication for windows mounting.

Image
2

100K+

xama/nginx-webdav repository overview

docker-nginx-webdav

WebDAV (SabreDAV) Docker Image with authentication running on nginx.

About

This is probably the first one working WebDAV image for docker. It uses nginx as webserver and SabreDAV as WebDAV backend. This way this image is compatible with windows mounting. Also, it features a digest authentication.

Getting started

You can run this container the following way:

docker run -d \
           -e WEBDAV_USERNAME=admin \
           -e WEBDAV_PASSWORD=admin \
           -p 8080:80 \
           -v /path/to/your/files:/var/webdav/public \
           xama/nginx-webdav

This will start a new webdav instance on http://localhost:8080 with the given username and password for authentication.

Tag summary

Content type

Image

Digest

Size

90.9 MB

Last updated

over 9 years ago

docker pull xama/nginx-webdav