Skip to content

Nginx WebDAV container based on Ubuntu 18.04 (Bionic)

Notifications You must be signed in to change notification settings

mine260309/docker-nginx-webdav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx-webdav

Nginx WebDAV container with public read and authenticated uploads based on Ubuntu 18.04 (Bionic)

Usage

docker run --restart always --detach --name webdav --publish 8080:8080 --volume $PWD:/media mine260309/docker-nginx-webdav

Configure Authentication

You can change the authentication by setting the WEBDAV_USERNAME and WEBDAV_PASSWORD environment variables

About

Nginx WebDAV container based on Ubuntu 18.04 (Bionic)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 75.9%
  • Shell 24.1%