besn0847 / arm-webdav

A Webdav server for Raspberry Pi based on Apache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm-webdav

A Webdav server for Raspberry Pi based on Apache

To start the container with default config :

docker run -d -P arm-webdav

But you can also use your local datastore :

docker run -d -P -v <your local datastore 1>:/data -v <your local datastore 2>:/config arm-webdav

The default login is : "default / passw0rd"

To change this, run :

htdigest /config/apache/user.passwd DAV-upload default

Tributes to https://github.com/Undergrid/docker-apache-webdav.

About

A Webdav server for Raspberry Pi based on Apache


Languages

Language:Shell 79.8%Language:Dockerfile 17.1%Language:HTML 3.1%