mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 11:42:57 +00:00
22 lines
501 B
Markdown
22 lines
501 B
Markdown
# filemanager - a caddy plugin
|
|
|
|
[](https://forum.caddyserver.com)
|
|
[](http://godoc.org/github.com/hacdias/caddy-filemanager)
|
|
|
|
## Roadmap
|
|
|
|
+ [ ] Rename files
|
|
+ [ ] Delete files
|
|
+ [ ] Show text files
|
|
+ [ ] Show pictures
|
|
+ [ ] Show videos
|
|
+ [ ] Show music
|
|
|
|
```
|
|
filemanager {
|
|
show path
|
|
on url
|
|
styles filepath
|
|
}
|
|
```
|