mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Updating disclaimer
This commit is contained in:
parent
a021703276
commit
487039a330
2 changed files with 19 additions and 1 deletions
|
@ -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.
|
32 bits architectures are not supported because nodejs does not provide builds for 32 bits anymore.
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* By default, all users have access to the accounts. The admin needs to manually select the authorised user through YunoHost Administration Panel.
|
* 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)
|
|
@ -11,7 +11,6 @@
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"website": "https://framagit.org/kresusapp/kresus",
|
"website": "https://framagit.org/kresusapp/kresus",
|
||||||
"demo": "https://kresus.org/en/demo.html",
|
|
||||||
"code": "https://framagit.org/kresusapp/kresus"
|
"code": "https://framagit.org/kresusapp/kresus"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
Loading…
Reference in a new issue