2016-06-10 13:36:43 +00:00
|
|
|
# filemanager - a caddy plugin
|
|
|
|
|
2016-06-23 07:26:44 +00:00
|
|
|
[![Build](https://img.shields.io/travis/hacdias/caddy-filemanager.svg?style=flat-square)](https://travis-ci.org/hacdias/caddy-filemanager)
|
2016-06-10 13:36:43 +00:00
|
|
|
[![community](https://img.shields.io/badge/community-forum-ff69b4.svg?style=flat-square)](https://forum.caddyserver.com)
|
|
|
|
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/hacdias/caddy-filemanager)
|
2016-06-10 19:54:19 +00:00
|
|
|
|
2016-06-10 20:00:18 +00:00
|
|
|
## Roadmap
|
|
|
|
|
2016-06-21 13:23:42 +00:00
|
|
|
+ [x] Rename files
|
2016-06-10 21:18:44 +00:00
|
|
|
+ [ ] Upload files and drag & drop
|
2016-06-14 15:13:38 +00:00
|
|
|
+ [x] Delete files
|
2016-06-14 19:34:19 +00:00
|
|
|
+ [x] Download files
|
|
|
|
+ [x] Preview files
|
2016-06-12 11:00:34 +00:00
|
|
|
+ [ ] Search ?
|
2016-06-10 19:54:19 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
filemanager {
|
|
|
|
show path
|
|
|
|
on url
|
|
|
|
styles filepath
|
|
|
|
}
|
|
|
|
```
|