From 487039a330d4028193f18f2f00ffd9c5aa0ac996 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 9 Feb 2022 20:21:14 +0100 Subject: [PATCH] Updating disclaimer --- doc/DISCLAIMER.md | 19 +++++++++++++++++++ manifest.json | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 5cb6b3b..e7b2a0f 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,5 +1,24 @@ +## Demo + +* [Official demo](https://kresus.org/en/demo.html) ⚠️ Don't set up a connection to your bank accounts, or everybody would be able to look at your private bank information! + 32 bits architectures are not supported because nodejs does not provide builds for 32 bits anymore. ## Limitations * By default, all users have access to the accounts. The admin needs to manually select the authorised user through YunoHost Administration Panel. + +## Roadmap + +* works fine: + + * [x] install/remove/backup/remove/upgrade with x86_64 + +* to be confirmed + * [x] ARM support + +* to be added: + * [ ] URL cannot be changed + * [ ] Email support + * [ ] Improve log file and add logrotate + * [ ] Add user who will access the app (by default every one has access to the installed app) \ No newline at end of file diff --git a/manifest.json b/manifest.json index 05851d1..612fb6b 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,6 @@ "upstream": { "license": "free", "website": "https://framagit.org/kresusapp/kresus", - "demo": "https://kresus.org/en/demo.html", "code": "https://framagit.org/kresusapp/kresus" }, "license": "AGPL-3.0-only",