Skip to content

bjornborg/docker-webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published