From c9c3c8e9202383e122b8e77ed7f35fa4072ce251 Mon Sep 17 00:00:00 2001 From: Oleg Lobanov Date: Fri, 15 Sep 2023 01:11:47 +0200 Subject: [PATCH] docs: add demo url to README (cherry picked from commit 01f7842a18beb6efdadd7bce522991c1534cdb12) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7e39024d..23afecfc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app. +## Demo + +url: https://demo.filebrowser.org/ + +credentials: `demo`/`demo` + ## Features Please refer to our docs at [https://filebrowser.org/features](https://filebrowser.org/features)