WebDav

command module
v0.0.0-...-ad62d8b Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2023 License: MIT Imports: 18 Imported by: 0

README

WebDav

簡単に動かせると思いたいWebDav Server
HTTP HTTPS Basic認証対応
golang: go version go1.20.1 linux/amd64

How To Use

Boot: go run main.go <flags>
flags:

  • -config: webdav config json file path
  • -user <Username> -pass <Password>: create user data hash
config.json
{
  "customize": "<template files path>",
  "users": "<user list json file path>",
  "directory": "<use directory path>",
  "httpPort": 80,
  "httpsPort": 8080,
  "ssl": false,
  "authorization": false,
  "shareDirectory": false
}
users.json
{
  "<UserName>": "<Hash>",
  "<UserName>": "<Hash>",
  "<UserName>": "<Hash>",
}

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