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

37 lines
976 B
JSON

{
"name": "Grist",
"available": true,
"port": 8484,
"exposable": true,
"id": "grist",
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
"tipi_version": 5,
"version": "1.1.6",
"categories": [
"utilities"
],
"short_desc": "Grist is the evolution of spreadsheets.",
"author": "https://github.com/gristlabs",
"source": "https://github.com/gristlabs/grist-core",
"website": "https://www.getgrist.com/",
"form_fields": [
{
"type": "",
"label": "GRIST_SANDBOX_FLAVOR",
"required": true,
"options": [
{
"label": "unsandboxed",
"value": "unsandboxed"
},
{
"label": "gvisor",
"value": "gvisor"
}
],
"env_variable": "GRIST_SANDBOX_FLAVOR"
}
],
"supported_architectures": ["arm64", "amd64"]
}