app-store/apps/grist/config.json
2023-07-30 11:02:42 +02:00

27 lines
862 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": 1,
"version": "1.1.2",
"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"
}
]
}