Merge pull request #148 from torch2424/patch-1
Added the default credentials to the README
Former-commit-id: 19ad5cd8ce963d7944dd23ffee9a5d00605feb91 [formerly 82b4809482361bfe2fa680c81571513976f50520] [formerly b1c2ce1f2269086ef2bfef8366600077ab3876af [formerly 09cb280f7a
]]
Former-commit-id: bbfb27e0c6c7dbb37ffac6c8275e6704d22cf383 [formerly 03e08710f51a9c66872bf09275af02ebdd776ece]
Former-commit-id: dd8ddeb55ee85333b88a5fe3b6e7cc8c2073be01
pull/726/head
commit
c443ce7a71
|
@ -20,6 +20,11 @@ This is a library so it can be used on your own applications as a middleware or
|
|||
|
||||
The easiest way to get started is using this with Caddy web server. You just need to download Caddy from its [official website](https://caddyserver.com/download) with `http.filemanager` plugin enabled. For more information about the plugin itself, please refer to its [documentation](https://caddyserver.com/docs/http.filemanager).
|
||||
|
||||
Once you have everything deployed, the default credentials to login to the filemanager are:
|
||||
|
||||
**Username:** `admin`
|
||||
**Password:** `admin`
|
||||
|
||||
# Features
|
||||
|
||||
Easy login system.
|
||||
|
|
Loading…
Reference in New Issue