2016-06-10 21:36:43 +08:00
|
|
|
# filemanager - a caddy plugin
|
|
|
|
|
2016-06-23 15:26:44 +08:00
|
|
|
[![Build](https://img.shields.io/travis/hacdias/caddy-filemanager.svg?style=flat-square)](https://travis-ci.org/hacdias/caddy-filemanager)
|
2016-06-10 21:36:43 +08: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-11 03:54:19 +08:00
|
|
|
|
2016-06-11 04:00:18 +08:00
|
|
|
## Roadmap
|
|
|
|
|
2016-06-21 21:23:42 +08:00
|
|
|
+ [x] Rename files
|
2016-06-23 22:13:22 +08:00
|
|
|
+ [x] Upload files and drag & drop
|
2016-06-14 23:13:38 +08:00
|
|
|
+ [x] Delete files
|
2016-06-15 03:34:19 +08:00
|
|
|
+ [x] Download files
|
|
|
|
+ [x] Preview files
|
2016-06-12 19:00:34 +08:00
|
|
|
+ [ ] Search ?
|
2016-06-11 03:54:19 +08:00
|
|
|
|
|
|
|
```
|
|
|
|
filemanager {
|
|
|
|
show path
|
|
|
|
on url
|
|
|
|
styles filepath
|
|
|
|
}
|
|
|
|
```
|