Skip to content

yosebyte/webd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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