Skip to content

tvdstaaij/webdav-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebDAV Docker

Docker Automated build
GitHub stars Docker Stars Docker Pulls

A WebDAV docker image.

Usage

docker run --name=webdav -d -v <path to location>:/webdav -p 80:80 idelsink/webdav

If you want to secure it with a username and password, pass the USERNAME and PASSWORD environment variable. For example:

docker run --name=webdav -d -e USERNAME=user -e PASSWORD=pass -v <path to location>:/webdav -p 80:80 idelsink/webdav

Or using an environment variable file. For example:

$ cat env_file
USERNAME=user
PASSWORD=pass
docker run --name=webdav -d –env-file env_file -v <path to location>:/webdav -p 80:80 idelsink/webdav

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

About

A WebDAV docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%