app-store/apps/actual-budget/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

20 lines
672 B
JSON

{
"$schema": "../schema.json",
"name": "Actual Budget",
"available": true,
"exposable": true,
"port": 8011,
"id": "actual-budget",
"tipi_version": 11,
"version": "23.10.0",
"categories": [
"finance"
],
"description": "Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.",
"short_desc": "Local-first OpenSource Budget tool",
"author": "Shift Reset LLC",
"source": "https://github.com/actualbudget/actual-server",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}