app-store/apps/nocodb/config.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2023-02-28 08:12:01 +00:00
{
"$schema": "../schema.json",
"name": "NocoDB",
"port": 8146,
"available": true,
"exposable": true,
"id": "nocodb",
"tipi_version": 49,
"version": "0.250.1",
"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"
},
{
"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
}
],
"supported_architectures": ["arm64", "amd64"]
2023-02-28 08:12:01 +00:00
}