2023-07-30 09:02:42 +00:00
{
"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." ,
2024-04-15 21:19:59 +00:00
"tipi_version" : 12 ,
"version" : "1.1.13" ,
2023-08-03 18:09:16 +00:00
"categories" : [
"utilities"
] ,
2023-07-30 09:02:42 +00:00
"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" : [
2023-08-03 18:09:16 +00:00
{
"label" : "unsandboxed" ,
"value" : "unsandboxed"
} ,
{
"label" : "gvisor" ,
"value" : "gvisor"
}
2023-07-30 09:02:42 +00:00
] ,
"env_variable" : "GRIST_SANDBOX_FLAVOR"
}
2023-10-29 19:43:17 +00:00
] ,
2023-11-07 03:19:00 +00:00
"supported_architectures" : [
"arm64" ,
"amd64"
]
2023-08-03 18:09:16 +00:00
}