2021-07-23 13:39:46 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-06-11 00:45:03 +02:00
# Firefly III for YunoHost
2018-06-18 19:03:28 +02:00
2022-06-01 18:25:59 +02:00
[![Integration level ](https://dash.yunohost.org/integration/firefly-iii.svg )](https://dash.yunohost.org/appci/app/firefly-iii) ![Working status ](https://ci-apps.yunohost.org/ci/badges/firefly-iii.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/firefly-iii.maintain.svg )
2021-07-23 13:39:46 +02:00
[![Install Firefly III with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=firefly-iii)
*[Lire ce readme en français.](./README_fr.md)*
2018-06-17 20:51:48 +02:00
2021-07-23 13:39:46 +02:00
> *This package allows you to install Firefly III quickly and simply on a YunoHost server.
2020-06-11 00:45:03 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2018-06-17 20:51:48 +02:00
2020-06-11 00:45:03 +02:00
## Overview
2018-06-18 18:39:23 +02:00
2022-05-01 23:51:09 +02:00
"Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. Using a bunch of external tools, you can import data. It also has many neat financial reports available.
Firefly III should give you insight into and control over your finances. Money should be useful, not scary. You should be able to see where it is going, to feel your expenses and to... wow, I'm going overboard with this aren't I?
But you get the idea: this is your money. These are your expenses. Stop them from controlling you. I built this tool because I started to dislike money. Having money, not having money, paying bills with money, you get the idea. But no more. I want to feel "safe", whatever my balance is. And I hope this tool can help you. I know it helps me.
2018-06-17 20:51:48 +02:00
2022-12-27 07:23:00 +01:00
**Shipped version:** 5.7.16~ynh1
2018-06-18 19:03:28 +02:00
2021-07-23 15:01:57 +02:00
**Demo:** https://demo.firefly-iii.org/login
2018-06-18 18:39:23 +02:00
2021-07-23 14:57:11 +02:00
## Screenshots
2022-06-01 18:25:59 +02:00
![Screenshot of Firefly III ](./doc/screenshots/imac-complete.png )
2021-07-23 14:57:11 +02:00
2021-07-23 13:39:46 +02:00
## Documentation and resources
2020-02-23 21:10:31 +01:00
2022-06-01 18:25:59 +02:00
* Official app website: < https: // firefly-iii . org />
* Official admin documentation: < https: // docs . firefly-iii . org / firefly-iii / about-firefly-iii / introduction />
* Upstream app code repository: < https: // github . com / firefly-iii / firefly-iii >
* YunoHost documentation for this app: < https: // yunohost . org / app_firefly-iii >
* Report a bug: < https: // github . com / YunoHost-Apps / firefly-iii_ynh / issues >
2020-06-11 00:45:03 +02:00
2020-11-29 09:59:46 +01:00
## Developer info
2020-06-11 00:45:03 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/firefly-iii_ynh/tree/testing ).
To try the testing branch, please proceed like that.
2022-06-01 18:25:59 +02:00
``` bash
2020-06-11 00:45:03 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/firefly-iii_ynh/tree/testing --debug
or
sudo yunohost app upgrade firefly-iii -u https://github.com/YunoHost-Apps/firefly-iii_ynh/tree/testing --debug
```
2021-07-23 13:39:46 +02:00
2022-06-01 18:25:59 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >