1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00
firefly-iii_ynh/README.md

64 lines
2.8 KiB
Markdown
Raw Normal View History

2020-06-11 00:45:03 +02:00
# Firefly III for YunoHost
2018-06-18 19:03:28 +02:00
2020-11-29 09:59:46 +01:00
[![Integration level](https://dash.yunohost.org/integration/firefly-iii.svg)](https://dash.yunohost.org/appci/app/firefly-iii) ![](https://ci-apps.yunohost.org/ci/badges/firefly-iii.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/firefly-iii.maintain.svg)
2020-06-11 00:45:03 +02:00
[![Install Firefly III with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=firefly-iii)
2018-06-17 20:51:48 +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
"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. It can import data from external sources and it has many neat financial reports available. You can [read all about it in the main repository](https://github.com/firefly-iii/firefly-iii) and in the [official documentation](https://docs.firefly-iii.org/).
2018-06-17 20:51:48 +02:00
2021-05-25 17:42:51 +02:00
**Shipped version:** 5.5.11
2018-06-17 20:51:48 +02:00
2020-06-11 00:45:03 +02:00
## Screenshots
2018-06-17 20:51:48 +02:00
2020-06-11 13:32:14 +02:00
![](index.png)
2018-06-17 20:51:48 +02:00
2020-06-11 00:45:03 +02:00
## Demo
2019-06-23 01:19:50 +02:00
2020-06-11 00:45:03 +02:00
* [Demo 1](https://demo.firefly-iii.org/login)
* [Demo 2](http://www.softaculous.com/softaculous/demos/Firefly_III)
2020-06-11 00:45:03 +02:00
## Documentation
2018-06-17 20:51:48 +02:00
2020-06-11 00:45:03 +02:00
* Official documentation: https://docs.firefly-iii.org/
2018-06-18 19:03:28 +02:00
2020-06-11 00:45:03 +02:00
## YunoHost specific features
2018-06-17 20:51:48 +02:00
2020-06-11 00:45:03 +02:00
#### Multi-user support
2020-02-25 18:39:05 +01:00
- The admin user should be the first user to log into Firefly III
2020-02-23 21:10:31 +01:00
- SSO is not working yet
- You will probably be warned about missing locale from your system. Once you change the language to those corresponding to your system, the warning will desapear
2020-06-11 00:45:03 +02:00
#### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/firefly-iii%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/firefly-iii/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/firefly-iii%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/firefly-iii/)
## Links
* Report a bug: https://github.com/YunoHost-Apps/firefly-iii_ynh/issues
* App website: https://firefly-iii.org/
* Upstream app repository: https://github.com/firefly-iii/firefly-iii
* YunoHost website: https://yunohost.org/
2020-02-23 21:10:31 +01:00
TODO
2020-02-25 18:39:05 +01:00
- [ ] Make Firefly III admin user dependant of the user choosen at installation
- [ ] Make SSO work
- [ ] Define default language according to system language
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.
```
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
```