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

18 lines
565 B
JSON

{
"$schema": "../schema.json",
"name": "Dashy",
"port": 8205,
"available": true,
"exposable": false,
"id": "dashy",
"tipi_version": 1,
"version": "2.1.1",
"categories": ["utilities"],
"description": "A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!",
"short_desc": "A self-hostable personal dashboard built for you.",
"author": "lissy93",
"source": "https://github.com/lissy93/dashy",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}