https://github.com/yunohost-apps/firefly-iii-di_ynh
Firefly-III Data Importer packager for YunoHost
https://github.com/yunohost-apps/firefly-iii-di_ynh
firefly-iii firefly-iii-di personal-finance yunohost yunohost-apps
Last synced: about 2 months ago
JSON representation
Firefly-III Data Importer packager for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/firefly-iii-di_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2023-03-13T17:34:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T22:09:26.000Z (about 2 months ago)
- Last Synced: 2025-04-20T23:22:32.479Z (about 2 months ago)
- Topics: firefly-iii, firefly-iii-di, personal-finance, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://docs.firefly-iii.org/data-importer/
- Size: 444 KB
- Stars: 3
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firefly III Importer for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/firefly-iii-di/)

[](https://install-app.yunohost.org/?app=firefly-iii-di)
*[Read this README in other languages.](./ALL_README.md)*
> *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.6.1~ynh1
## Screenshots

## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/firefly-iii-di_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```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:**