Go to file
Henrique Dias ee1536160e fix file info URL and webdav move destination URL 2017-01-21 21:10:01 +00:00
_embed fix file info URL and webdav move destination URL 2017-01-21 21:10:01 +00:00
assets
config fix hacdias/caddy-hugo#105 2017-01-18 18:20:56 +00:00
file fix file info URL and webdav move destination URL 2017-01-21 21:10:01 +00:00
frontmatter rewrite some frontmatter and editor-related stuff 2017-01-18 18:40:20 +00:00
handlers rewrite some frontmatter and editor-related stuff 2017-01-18 18:40:20 +00:00
page rewrite some frontmatter and editor-related stuff 2017-01-18 18:40:20 +00:00
utils
.editorconfig
.gitignore
.jsbeautifyrc
.travis.yml
ISSUE_TEMPLATE update issue template 2017-01-14 17:05:59 +00:00
LICENSE.md
README.md remove frontmatter from README 2017-01-18 18:22:58 +00:00
filemanager.go update go generate 2017-01-14 16:53:56 +00:00
setup.go

README.md

filemanager - a caddy plugin

Build community Documentation Go Report Card

This package is a plugin for Caddy server that provides an online file manager (based on browse middleware) that is able to: rename files, delete files and upload files. Some new features that can be implemented in the future can be seen at issues.

Syntax

filemanager url {
  show              path
  webdav            [path]
  styles            filepath
  allow_new         [true|false]
  allow_edit        [true|false]
  allow_commands    [true|false]
  allow_command     command
  block_command     command
  before_save       command
  after_save        command
  allow             [path|dotfiles]
  allow_r           path regex
  block             [path|dotfiles]
  block_r           path regex
}

NOTE FOR DEVELOPERS

You need to run go generate on $GOPATH/src/github.com/hacdias/caddy-filemanager before building any binary. Otherwise, you will receive an undefined: Asset error.