2016-09-09 11:07:28 +02:00
# Kresus for YunoHost
2020-06-19 22:02:11 +02:00
[![Integration level ](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)
2019-01-21 01:26:07 +01:00
[![Install Kresus with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=kresus)
2020-04-11 14:18:16 +02:00
> *This package allows you to install Kresus quickly and simply on a YunoHost server.
2019-10-19 09:38:01 +02:00
If you don't have YunoHost, please see [here ](https://yunohost.org/#/install ) to know how to install and enjoy it.*
## Overview
2019-10-19 13:08:40 +02:00
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!
2016-09-09 11:07:28 +02:00
2020-04-11 14:18:16 +02:00
**Shipped version:** 0.16.0
2018-08-02 07:59:52 +02:00
2019-10-19 09:38:01 +02:00
## Screenshots
2020-04-11 14:18:16 +02:00
![Kresus reports view ](https://kresus.org/images/pages/view-all-accounts.png?20200420 )
2019-10-19 09:38:01 +02:00
## Demo
2019-10-19 13:08:40 +02:00
* [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!
2019-10-19 09:38:01 +02:00
## Configuration
## Documentation
* Official documentation: https://kresus.org/en/doc.html
## YunoHost specific features
### Supported architectures
2020-06-19 22:02:11 +02:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/kresus%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/kresus/)
2019-10-19 09:38:01 +02:00
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/kresus%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/kresus/)
2020-04-11 14:18:16 +02:00
32 bits architectures are not supported because nodejs does not provide builds for 32 bits anymore.
2019-10-19 09:38:01 +02:00
## Limitations
* By default, all users have access to the accounts. Need to manually select authorised user through YunoHost Administration Panel.
# Additional information
## Roadmap
2018-08-02 07:59:52 +02:00
* works fine:
* [x] install/remove/backup/remove/upgrade with x86_64
* to be confirmed
* [x] ARM support
* to be added:
* [ ] Email support
2018-08-08 23:53:57 +02:00
* [ ] Improve log file and add logrotate
2018-08-02 07:59:52 +02:00
* [ ] Add user who will access the app (by default every one has access to the installed app)
## Links
2016-09-09 11:07:28 +02:00
2018-08-02 07:59:52 +02:00
* Report a bug about this package: https://github.com/YunoHost-Apps/kresus_ynh
2018-08-03 23:33:51 +02:00
* Report a bug about Kresus itself: https://framagit.org/kresusapp/kresus
2018-08-02 07:59:52 +02:00
* Kresus website: https://kresus.org
2018-08-08 23:28:10 +02:00
* YunoHost website: https://yunohost.org
2020-06-19 22:02:11 +02:00
---
2020-12-13 21:40:17 +01:00
## Developer info
2020-06-19 22:02:11 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/kresus_ynh/tree/testing ).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/kresus_ynh/tree/testing --debug
or
sudo yunohost app upgrade kresus -u https://github.com/YunoHost-Apps/kresus_ynh/tree/testing --debug
```