Skip to content

A docker that exposes a webdav partition with configurable username/password

Notifications You must be signed in to change notification settings

Gmousse/docker-webdav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

This is an NGINX WebDAV docker with some basic WebDAV functionality. Its main purpose is in end-to-end test environments to upload files.

Via two environment variables basic authentication can be set:

WEBDAV_USERNAME
WEBDAV_PASSWORD

If either environment variable is missing, basic authentication is removed.

Basic usage:

docker run -d --name webdav -p 80:80 -v "$PWD":/var/www visity/webdav

About

A docker that exposes a webdav partition with configurable username/password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 70.6%
  • Shell 29.4%