2023-02-28 08:12:01 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "NocoDB",
|
|
|
|
"port": 8146,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "nocodb",
|
2024-05-31 18:09:53 +00:00
|
|
|
"tipi_version": 48,
|
|
|
|
"version": "0.207.3",
|
2024-05-20 17:02:08 +00:00
|
|
|
"categories": ["utilities"],
|
2023-02-28 08:12:01 +00:00
|
|
|
"description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.",
|
|
|
|
"short_desc": "Open Source Airtable Alternative",
|
|
|
|
"author": "https://github.com/nocodb",
|
|
|
|
"source": "https://github.com/nocodb/nocodb",
|
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "random",
|
2023-03-01 20:25:24 +00:00
|
|
|
"label": "NOCODB_DB_PASSWORD",
|
2023-02-28 08:12:01 +00:00
|
|
|
"min": 32,
|
2023-03-01 20:20:28 +00:00
|
|
|
"env_variable": "NOCODB_DB_PASSWORD"
|
2023-02-28 08:12:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "random",
|
2023-03-01 20:25:24 +00:00
|
|
|
"label": "NOCODB_JWT_SECRET",
|
2023-02-28 08:12:01 +00:00
|
|
|
"min": 32,
|
2023-03-01 20:20:28 +00:00
|
|
|
"env_variable": "NOCODB_JWT_SECRET"
|
2023-02-28 08:12:01 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "REDIS_PASSWORD",
|
|
|
|
"min": 32,
|
2023-03-01 20:20:28 +00:00
|
|
|
"env_variable": "NOCODB_REDIS_PASSWORD"
|
2024-02-04 12:43:17 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "number",
|
|
|
|
"label": "Choos the number of rows to display in a table.",
|
|
|
|
"hint": "Leave empty for default 25",
|
|
|
|
"required": false,
|
|
|
|
"env_variable": "NOCODB_TABLE_ROWS"
|
2023-02-28 08:12:01 +00:00
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2024-05-20 17:02:08 +00:00
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-02-28 08:12:01 +00:00
|
|
|
}
|