Skip to content
/ webdav Public
forked from exjet/webdav

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

Notifications You must be signed in to change notification settings

justb81/webdav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%