From c26eec7affc949f04ddf654289e0d2fb47ad0b0c Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 25 Jun 2017 20:55:44 +0100 Subject: [PATCH] Add info to README Former-commit-id: c0d4e6c322602a9ee25600675f594068c58668fb [formerly faef052b63afc8eb952ebd136aaf8938c3ec0ede] [formerly bcbb632dc510bf7a52bbbe81fc9ead742b085dd6 [formerly 430338ff61e352efefea0eebfa2e20a523ececc6]] Former-commit-id: d1e6ca081ea02bbbbc608c8aa311816ea0d47cc3 [formerly 4b3a41eaa497e10b1ec619a169f795377faeddeb] Former-commit-id: 028c0e0f6b091ed9dbece4416ebe4ceecb6c0524 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf5b0a5d..5db9909a 100644 --- a/README.md +++ b/README.md @@ -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.