Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 597 Bytes

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