Sign inSign up

zhouc1230/webdav

By zhouc1230

•Updated 3 days ago

Simple webdav server

Image
Networking
Web servers
0

494

zhouc1230/webdav repository overview

A simple WebDAV Server deployed with Docker.
Just install Docker and use the command to deploy!

You can see the deploy guide HERE⁠

sudo docker run -d \
--restart always \
-v <host-path>:/app/dir \
-e USERNAME=<webdav-username> \
-e PASSWORD=<webdav-password> \
-p <host-port>:3000 \
zhouc1230/webdav:latest

Tag summary

Content type

Image

Digest

sha256:847e1281f…

Size

10.2 MB

Last updated

3 days ago

docker pull zhouc1230/webdav