app-store/apps/firefly-iii-data-importer/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

38 lines
990 B
JSON

{
"$schema": "../schema.json",
"name": "Firefly III Data Importer",
"available": true,
"exposable": true,
"port": 8150,
"tipi_version": 4,
"version": "version-1",
"id": "firefly-iii-data-importer",
"categories": ["finance"],
"description": "",
"short_desc": "The Firefly III Data Importer can import data into Firefly III",
"author": "JC5",
"website": "https://www.firefly-iii.org/",
"source": "https://github.com/firefly-iii/data-importer",
"form_fields": [
{
"type": "text",
"label": "Firefly III URL",
"required": false,
"env_variable": "FIREFLY_III_URL"
},
{
"type": "number",
"label": "Firefly III Public Client ID",
"required": false,
"env_variable": "FIREFLY_III_CLIENT_ID"
},
{
"type": "text",
"label": "Firefly III OAuth Access Token",
"required": false,
"env_variable": "FIREFLY_III_ACCESS_TOKEN"
}
],
"supported_architectures": ["arm64", "amd64"]
}