Slaviša Arežina cc1c2f84ca
Refactor: Grist (#7681)
* Refactor

* Refactor
2025-09-17 16:42:54 +02:00

36 lines
1.0 KiB
JSON

{
"name": "Grist",
"slug": "grist",
"categories": [
12
],
"date_created": "2024-12-27",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8484,
"documentation": "https://support.getgrist.com/self-managed/#the-essentials",
"website": "https://www.getgrist.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/grist.webp",
"config_path": "/opt/grist/.env",
"description": "Grist is like a spreadsheet + database hybrid. It lets you store structured data, use relational links between tables, apply formulas (even with Python), build custom layouts (cards, forms, dashboards), set fine-grained access rules, and visualize data with charts or pivot-tables.",
"install_methods": [
{
"type": "default",
"script": "ct/grist.sh",
"resources": {
"cpu": 2,
"ram": 3072,
"hdd": 6,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}