2016-06-10 13:36:43 +00:00
|
|
|
# filemanager - a caddy plugin
|
|
|
|
|
|
|
|
[![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
|
|
|
|
|
|
|
|
+ [ ] Rename files
|
2016-06-10 21:18:44 +00:00
|
|
|
+ [ ] Upload files and drag & drop
|
2016-06-10 20:00:18 +00:00
|
|
|
+ [ ] Delete files
|
|
|
|
+ [ ] Show text files
|
|
|
|
+ [ ] Show pictures
|
|
|
|
+ [ ] Show videos
|
|
|
|
+ [ ] Show music
|
2016-06-10 19:54:19 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
filemanager {
|
|
|
|
show path
|
|
|
|
on url
|
|
|
|
styles filepath
|
|
|
|
}
|
|
|
|
```
|