mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
22 lines
515 B
Markdown
22 lines
515 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
|
|
|
|
+ [x] Rename files
|
|
+ [ ] Upload files and drag & drop
|
|
+ [x] Delete files
|
|
+ [x] Download files
|
|
+ [x] Preview files
|
|
+ [ ] Search ?
|
|
|
|
```
|
|
filemanager {
|
|
show path
|
|
on url
|
|
styles filepath
|
|
}
|
|
```
|