From 78cdb6d020fe6c7650afcd52874b5dc3da71d4aa Mon Sep 17 00:00:00 2001 From: emillumine Date: Mon, 4 Jul 2022 16:05:43 +0200 Subject: [PATCH] update README with online demo info --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7cfa6ac8..c3dae580 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,20 @@ cd demo ./run.sh # or `docker-compose up` to run it with docker ``` +or try our [online demo](https://demo.canaille.yaal.coop)! + +You have access to: +- a canaille server at [https://demo.canaille.yaal.coop](https://demo.canaille.yaal.coop) +- a dummy client at [https://demo.client1.yaal.coop](https://demo.client1.yaal.coop) +- another dummy client at [https://demo.client2.yaal.coop](https://demo.client2.yaal.coop) + +The canaille server has some default users: +- A regular user which login and password are **user** +- A moderator user which login and password are **moderator** +- An admin user which login and password are **admin** + +Online demo data are reset every night at 02:00 CEST. + # Documentation ⚠ Canaille is under heavy development and may not fit a production environment yet. However, [contributions](CONTRIBUTING.rst) are welcome! ⚠