godavd
1.0.0
godavd is a CGI application that implements essential webdav functionalities.
godavd is intentionally kept as minimal as possible, leaving most of the heavy
work to whatever battle-tested http stack you want to use to deploy it.
godavd simply glues together webdav package with
standard's library CGI module.
CGI application can be generated by running make build. Resulting static
binary can then be deployed to whatever location your CGI-aware http server is
expecting to find it.
Configuration is done using environment variables:
GODAV_DIR: directory that shall be exposed through WebDAV server. Default to DOCUMENT_ROOT;GODAV_URL_PREFIX: URL prefix. Default to SCRIPT_NAME.If you feel like to contribute, just follow github guidelines on forking then send a pull request