Categorygithub.com/yosebyte/webd
repository
1.0.4
Repository: https://github.com/yosebyte/webd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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