Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.04 KB

File metadata and controls

34 lines (24 loc) · 1.04 KB

rpi-alpine-webdav

A tiny webdav server for Raspberry Pi


Description

A hassles-free webdav server build base on arm36v2:alpine and loosely inspired from jgeusebroek/webdav and adapted for arm36v2 platform.

The use of a volume to encapsulate data allow easy backups and migration of the contained data.

The command run will create a volume containing your files mounted in the /webdav directory of the container.

Usage

docker run -d
-p 0.0.0.0:80:80
--hostname=web
--name=webdac_container
--mount source=/webdav_data_volume,target=/webav
stephanepiriou/rpi-alpine-webdav

  • user : webdav
  • password : BBD079139851B735F1B4A3198E244D3BD691CFD046D5C77FEA70EDDCAF855356

Tips

Github Repository

https://github.com/stephanepiriou/rpi-alpine-webdav

Docker Repository

https://hub.docker.com/r/stephanepiriou/rpi-alpine-webdav/