diff --git a/README.md b/README.md index 90f4d80..79e82eb 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,28 @@ -WARNING: this package has not been tested. Use it at your own risks, for testing purposes and not on a daily used server. - - # Kresus for YunoHost Kresus is an open-source libre self-hosted personal finance manager. It allows you to safely track your banking history, check your overall balance and know exactly on what you are spending money with the use of tags! -It has started as a fork of cozy-pfm but is way different now. -It was continued following this https://framagit.org/bnjbvr/kresus/issues/515 +**Shipped version:** 0.13.2 -**More information on the documentation page:** -https://framagit.org/bnjbvr/kresus -https://kresus.org -https://yunohost.org/ +# State of this package + +* works fine: + + * [x] install/remove/backup/remove/upgrade with x86_64 + +* to be confirmed + * [x] ARM support + +* to be added: + * [ ] Email support + * [ ] Restrict more file access ($app is owner of everything, we should limit it more) + * [ ] Add user who will access the app (by default every one has access to the installed app) + * [ ] Email admin about installation with ynh_send_readme_to_admin helper + +## Links + + * Report a bug about this package: https://github.com/YunoHost-Apps/kresus_ynh + * Report a bug about Kresus itself: https://framagit.org/bnjbvr/kresus + * Documentation: https://docs.funkwhale.audio + * Kresus website: https://kresus.org + * YunoHost website: https://yunohost.org/ diff --git a/manifest.json b/manifest.json index 1771056..06db9f8 100644 --- a/manifest.json +++ b/manifest.json @@ -9,13 +9,13 @@ "url": "https://framagit.org/bnjbvr/kresus", "license": "AGPL-3.0-only", "maintainer": { - "name": "Scith", - "url": "https://github.com/scith" + "name": "Jean-Baptiste Holcroft", + "email": "jean-baptiste@holcroft.fr" }, "requirements": { - "yunohost": ">= 2.7.10" + "yunohost": ">= 2.7.14" }, - "version": "0.13.2-2", + "version": "0.13.2~ynh2", "multi_instance": true, "services": [ "nginx"