diff --git a/README.md b/README.md index 6303654..d0ce2f7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@

+Live demo Build Status PHP master Build Status Node master Code Coverage @@ -25,7 +26,7 @@ If allowed, users can download multiple files or folders at once. File upload supports drag&drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server configuration.

-Screenshot +Screenshot

@@ -73,7 +74,14 @@ FileGator is a free, open-source project. It's an independent project with its o -## Demo with docker +## Demo +[https://demo.filegator.io](https://demo.filegator.io) + +This is read-only demo with guest account enabled +- you can log in as `john/john` to see John's private files +- or `jane/jane` as readonly + download user. + +Rut it with docker: ``` docker run -p 8000:80 -d filegator/filegator visit: http://127.0.0.1:8000 login as admin/admin123