godavd

command module
v0.0.0-...-96e7169 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL