mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
51 lines
2.2 KiB
Markdown
51 lines
2.2 KiB
Markdown
|
# Kresus pour YunoHost
|
|||
|
|
|||
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/kresus.svg)](https://dash.yunohost.org/appci/app/kresus) ![](https://ci-apps.yunohost.org/ci/badges/kresus.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/kresus.maintain.svg)
|
|||
|
[![Installer Kresus avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kresus)
|
|||
|
|
|||
|
*[Read this readme in english.](./README.md)*
|
|||
|
*[Lire ce readme en français.](./README_fr.md)*
|
|||
|
|
|||
|
> *Ce package vous permet d'installer Kresus rapidement et simplement sur un serveur YunoHost.
|
|||
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
|||
|
|
|||
|
## Vue d'ensemble
|
|||
|
|
|||
|
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 how you are spending money using categories!
|
|||
|
|
|||
|
|
|||
|
**Version incluse :** 0.17.4~ynh1
|
|||
|
|
|||
|
**Démo :** https://kresus.org/en/demo.html
|
|||
|
|
|||
|
## Captures d'écran
|
|||
|
|
|||
|
![](./doc/screenshots/screenshot.png)
|
|||
|
|
|||
|
## Avertissements / informations importantes
|
|||
|
|
|||
|
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.
|
|||
|
|
|||
|
## Documentations et ressources
|
|||
|
|
|||
|
* Site officiel de l'app : https://framagit.org/kresusapp/kresus
|
|||
|
* Dépôt de code officiel de l'app : https://framagit.org/kresusapp/kresus
|
|||
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_kresus
|
|||
|
* Signaler un bug : https://github.com/YunoHost-Apps/kresus_ynh/issues
|
|||
|
|
|||
|
## Informations pour les développeurs
|
|||
|
|
|||
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/kresus_ynh/tree/testing).
|
|||
|
|
|||
|
Pour essayer la branche testing, procédez comme suit.
|
|||
|
```
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/kresus_ynh/tree/testing --debug
|
|||
|
ou
|
|||
|
sudo yunohost app upgrade kresus -u https://github.com/YunoHost-Apps/kresus_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|