Skip to content

pirmd/godavd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GODAVD - GO essential webDAV server

Go Reference Go Report Card

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.

INSTALLATION

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

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.

CONTRIBUTION

If you feel like to contribute, just follow github guidelines on forking then send a pull request

About

Essential webdav server implementated as a CGI endpoint.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors