app-store/apps/nocodb/config.json

38 lines
920 B
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": 19,
"version": "0.111.0",
"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"
2023-02-28 08:12:01 +00:00
}
]
}