Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 793 Bytes

WEBD GitHub License Go Report Card

WEBD

  • 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.

Usage

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