1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00
Kresus (personal finance manager) for YunoHost
Find a file
2020-06-20 10:04:43 +02:00
conf Upgrade to kresus 0.16.0 2020-04-20 17:26:22 +02:00
scripts Add progression messages in backup script 2020-06-20 10:04:43 +02:00
.gitattributes 🎊 Added .gitattributes & .gitignore files 2016-09-09 10:43:52 +02:00
.gitignore First commit 2016-09-09 11:07:28 +02:00
check_process remove update check as package_check is buggy 2019-12-08 22:18:20 +01:00
LICENSE First commit 2016-09-09 11:07:28 +02:00
manifest.json Use npm in nodejs path instead of global npm 2020-05-14 09:46:22 +02:00
README.md Update README.md 2020-06-20 09:39:37 +02:00

Kresus for YunoHost

Integration level
Install Kresus with YunoHost

This package allows you to install Kresus quickly and simply on a YunoHost server. If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

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!

Shipped version: 0.16.0

Screenshots

Kresus reports view

Demo

  • Official demo ⚠️ Don't set up a connection to your bank accounts, or everybody would be able to look at your private bank information!

Configuration

Documentation

YunoHost specific features

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

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. Need to manually select authorised user through YunoHost Administration Panel.

Additional information

Roadmap

  • works fine:

    • install/remove/backup/remove/upgrade with x86_64
  • to be confirmed

    • ARM support
  • to be added:

    • 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)

Developer info

Please send your pull request to the testing branch.

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