GitHub - exjet/webdav: Simple Webdav docker container. Slight modification from morrisjobke/webdav to set / to the webdav server vs. /webdav · GitHub
Skip to content

Latest commit

 

History

12 Commits

Folders and files

Repository files navigation

WebDAV container with Windows digest authentication support

You can run this container in following way. You can then access the WebDAV instance at http://localhost:8888/. Internally the folder /var/webdav is used as WebDAV root.

docker run -d -e USERNAME=test -e PASSWORD=test -p 8888:80 exprime/webdav

For data persistance/access use a volume.

docker run -d -e USERNAME=test -e PASSWORD=test -p 8888:80 -v some/dir:/var/webdav exprime/webdav

About

Simple Webdav docker container. Slight modification from morrisjobke/webdav to set / to the webdav server vs. /webdav

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages