Skip to content

vppuzakov/docker-nginx-webdav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-nginx-webdav

runs a webdav service based on nginx. the data is protected by basic auth.

Every user has its own directory. To set the users link in /etc/nginx/htpasswd.

usage

docker run --rm -it -p 80:80 -v /path/to/htpasswd:/etc/nginx/htpasswd -v $PWD/data:/data oliverlorenz/docker-nginx-webdav

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%