This repository has been archived on 2026-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
Henrique Dias 1f6f759d70 GET req with Accept JSON header now returns JSON File Info
Former-commit-id: 49499ad674d707034438bf85b749908ceb37fe12
2017-01-25 14:43:13 +00:00
2017-01-25 14:08:38 +00:00
2016-10-22 12:11:08 +01:00
2017-01-25 14:08:38 +00:00
2016-10-31 21:26:47 +00:00
2017-01-03 17:06:04 +00:00
2017-01-14 16:36:40 +00:00
2017-01-03 17:35:13 +00:00
2017-01-03 17:10:30 +00:00
2017-01-25 14:01:30 +00:00
2017-01-14 17:05:59 +00:00
2016-06-10 14:36:43 +01:00
2017-01-18 18:22:58 +00:00
2016-06-28 10:24:02 +01:00

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.

Description
Fork of filebrowser for specific needs.
Readme Apache-2.0 23 MiB
v2.32.0-2 Latest
2025-05-15 21:15:57 +02:00
Languages
Go 42.2%
Vue 33.3%
TypeScript 13.2%
CSS 8.4%
HTML 1.5%
Other 1.4%