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

56 lines
2.6 KiB
Markdown
Raw Normal View History

<!--
2024-03-29 07:02:57 +01: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.
-->
# Firefly III Importer for YunoHost
[![Integration level](https://dash.yunohost.org/integration/firefly-iii-di.svg)](https://dash.yunohost.org/appci/app/firefly-iii-di) ![Working status](https://ci-apps.yunohost.org/ci/badges/firefly-iii-di.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/firefly-iii-di.maintain.svg)
[![Install Firefly III Importer with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=firefly-iii-di)
2024-06-23 13:30:49 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2024-03-29 07:02:57 +01:00
> *This package allows you to install Firefly III Importer quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
Firefly III Data Importer is the nr. 1 tool to import data into [Firefly III](https://www.firefly-iii.org/). This tools helps you import transactions from files or bank APIs into your
Firefly-III server. Please follow the documentation at https://docs.firefly-iii.org/data-importer/.
If your Firefly-III server is installed as a YunoHost app, please note:
- It should be accessible to all visitors (using its internal user management instead of YunoHosts') for the Data Importer to communicate with it.
- When configuring the Data Importer, use the public Firefly-III domain and path, not *localhost*, even if both services are on the same machine.
**Shipped version:** 1.2.2~ynh1
## Screenshots
![Screenshot of Firefly III Importer](./doc/screenshots/firefly-iii-di-start-screen.png)
## Documentation and resources
2024-03-29 07:02:57 +01:00
- Official app website: <https://docs.firefly-iii.org/data-importer/>
- Official admin documentation: <https://docs.firefly-iii.org/data-importer/how-to-use/>
- Upstream app code repository: <https://github.com/firefly-iii/data-importer>
- YunoHost Store: <https://apps.yunohost.org/app/firefly-iii-di>
- Report a bug: <https://github.com/YunoHost-Apps/firefly-iii-di_ynh/issues>
## Developer info
2024-03-29 07:02:57 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/firefly-iii-di_ynh/tree/testing).
2024-03-29 07:02:57 +01:00
To try the `testing` branch, please proceed like that:
2024-03-29 07:02:57 +01:00
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/firefly-iii-di_ynh/tree/testing --debug
or
sudo yunohost app upgrade firefly-iii-di -u https://github.com/YunoHost-Apps/firefly-iii-di_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>