umbrel-apps/firefly-iii-importer/umbrel-app.yml
2024-07-30 14:27:35 +10:00

42 lines
1.6 KiB
YAML

manifestVersion: 1.1
id: firefly-iii-importer
category: finance
name: Firefly III Importer
version: "1.5.3"
tagline: Import your transactions into Firefly III
description: >-
Firefly III is a manager for your personal finances. The data importer is built to help you import transactions into Firefly III. It is separated from Firefly III for security and maintenance reasons.
The data importer does not connect to your bank directly. Instead, it uses Nordigen and SaltEdge to connect to over 6000 banks worldwide. These services are free for Firefly III users, but require registration. Keep in mind these services have their own privacy and data usage policies.
The data importer can import CSV files you've downloaded from your bank.
You can run the data importer once, for a bulk import. You can also run it regularly to keep up with new transactions.
developer: Firefly III
website: https://www.firefly-iii.org/
dependencies:
- firefly-iii
repo: https://github.com/firefly-iii/data-importer
support: https://docs.firefly-iii.org/references/data-importer/json/
port: 30010
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
deterministicPassword: false
torOnly: false
releaseNotes: >-
This update includes several bug fixes and improvements:
- Support for another bank's debit indicator.
- Fixed case-sensitive matching on bank debit indicator.
- Improved handling of account mapping for automated imports.
- Fixed minor issue in AutoImport.php related to 'bad path' error.
Full release notes can be found at https://github.com/firefly-iii/data-importer/releases
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/948