Skip to content

ScanDocOrg/rpi-alpine-webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Tiny webdav Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages