Added the default credentials to the README
I spent a while looking for this, so I just wanted to help out :)pull/148/head
parent
a550cbb493
commit
48f278e63c
|
@ -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 are:
|
||||
|
||||
**Username:** `admin`
|
||||
**Password:** `admin`
|
||||
|
||||
# Features
|
||||
|
||||
Easy login system.
|
||||
|
|
Loading…
Reference in New Issue