Add info to README
Former-commit-id: c0d4e6c322602a9ee25600675f594068c58668fb [formerly faef052b63afc8eb952ebd136aaf8938c3ec0ede] [formerly bcbb632dc510bf7a52bbbe81fc9ead742b085dd6 [formerly 430338ff61
]]
Former-commit-id: d1e6ca081ea02bbbbc608c8aa311816ea0d47cc3 [formerly 4b3a41eaa497e10b1ec619a169f795377faeddeb]
Former-commit-id: 028c0e0f6b091ed9dbece4416ebe4ceecb6c0524
pull/726/head
parent
c930324e2f
commit
c26eec7aff
|
@ -4,7 +4,7 @@
|
|||
[![community](https://img.shields.io/badge/community-forum-ff69b4.svg?style=flat-square)](https://forum.caddyserver.com)
|
||||
[![Go Report Card](https://goreportcard.com/badge/github.com/hacdias/caddy-filemanager?style=flat-square)](https://goreportcard.com/report/hacdias/caddy-filemanager)
|
||||
|
||||
filemanager provides WebDAV features and a file managing interface within the specified directory and it can be used to upload, delete, preview, rename and edit your files within that directory.
|
||||
filemanager provides WebDAV features and a file managing interface within the specified directory and it can be used to upload, delete, preview, rename and edit your files within that directory. It is an implementation of [hacdias/filemanager](https://github.com/hacdias/filemanager) library.
|
||||
|
||||
It is extremely important for security reasons to cover the path of filemanager with some kind of authentication. You can use, for example, [`basicauth`](https://caddyserver.com/docs/basicauth) directive.
|
||||
|
||||
|
|
Loading…
Reference in New Issue