Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

docker-webdav

A webdav docker deployment

The image is based on https://github.com/BytemarkHosting/docker-webdav with Elbosso's patch BytemarkHosting/docker-webdav#15 .

This docker-compose file will start the service for you, with self-signed SSL certificate and digest settings.

Create mulitple logins with

touch user.passwd
htdigest user.passwd WebDAV alice
htdigest user.passwd WebDAV bob

Modify the .env file and set the WEBDAVPATH variable to the path where you want to store the webdav files.

Finally run the docker service

docker-compose -d up

About

A webdav docker deployment

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors