mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
23 lines
560 B
Markdown
23 lines
560 B
Markdown
# 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)
|
|
|
|
## Roadmap
|
|
|
|
**All of this features are already written in backend :)**
|
|
|
|
+ [ ] Rename files
|
|
+ [ ] Upload files and drag & drop
|
|
+ [ ] Delete files
|
|
+ [ ] Download files
|
|
+ [ ] Preview files
|
|
|
|
```
|
|
filemanager {
|
|
show path
|
|
on url
|
|
styles filepath
|
|
}
|
|
```
|