Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadly/webdav
Docker: A alpine linux based webdav server.
https://github.com/tadly/webdav
Last synced: 13 days ago
JSON representation
Docker: A alpine linux based webdav server.
- Host: GitHub
- URL: https://github.com/tadly/webdav
- Owner: tadly
- Created: 2019-01-07T12:52:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T09:18:48.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T03:42:32.381Z (3 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webdav
A alpine linux based webdav server.
It uses [hacdias/webdav](https://github.com/hacdias/webdav) as server which
itself is written in go and is quite slim.## Usage
```sh
docker create \
--name=webdav \
-v *host path config*:/config \
-v *host path to data*:/data \
-p 8801:8801 \
tadly/webdav
```