- Simple webdav server from the Yosebyte Collections.
- Written in Golang, using 1-URL command to start.
- Support basic-auth, tls and different log levels.
- Container image provided at ghcr.io/yosebyte/webd.
webd http://<username>:<password>@<server_addr>/<prefix>?<log=level>#<root_dir>
# Run as http webdav server
webd http://qwer:[email protected]:10101/secret?log=debug#/root
# Run as https webdav server
webd https://qwer:[email protected]:10101/secret?log=warn#/root