app-store/apps/nocodb/config.json
Neo dc25365e85
[App] add DB_QUERY_LIMIT_DEFAULT env to NocoDB (#2392)
* add env for NOCODB_TABLE_ROWS

* fix(envs): set default rows value to 25

---------

Co-authored-by: JigSawFr <JigSawFr@users.noreply.github.com>
2024-02-04 13:43:17 +01:00

49 lines
1.2 KiB
JSON

{
"$schema": "../schema.json",
"name": "NocoDB",
"port": 8146,
"available": true,
"exposable": true,
"id": "nocodb",
"tipi_version": 34,
"version": "0.204.0",
"categories": [
"utilities"
],
"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",
"label": "NOCODB_DB_PASSWORD",
"min": 32,
"env_variable": "NOCODB_DB_PASSWORD"
},
{
"type": "random",
"label": "NOCODB_JWT_SECRET",
"min": 32,
"env_variable": "NOCODB_JWT_SECRET"
},
{
"type": "random",
"label": "REDIS_PASSWORD",
"min": 32,
"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"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
}