From 4203b3ca7a9bc6a8623a10b1c9cf4db3c7fcc0b1 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 17 Jan 2023 13:17:33 +0100 Subject: [PATCH] demo is back --- docs/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7899ca2..b0abb8f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,15 @@ File upload supports drag&drop, progress bar, pause and resume. Upload is chunke - No database required - Framework free [™](https://www.youtube.com/watch?v=L5jI9I03q8E) -## 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