49e9316685
* feat(jackett): change config to support local domain * feat(matrix-conduit): change config to support local domain * feat(mealie): change config to support local domain * feat(memos): change config to support local domain * feat(mind): change config to support local domain * feat(minecraft-server): change config to support local domain * feat(mixpost): change config to support local domain * feat(mixpost-pro): change config to support local domain * feat(moneroblock): change config to support local domain * feat(monerod): change config to support local domain * feat(monica): change config to support local domain * feat(movary): change config to support local domain * feat(mstream): change config to support local domain * feat(mylar3): change config to support local domain * feat(n8n): change config to support local domain * feat(navidrome): change config to support local domain * feat(nitter): change config to support local domain * feat(nocodb): change config to support local domain * feat(nodered): change config to support local domain * feat(onedev): change config to support local domain * feat(openbooks): change config to support local domain * feat(overseerr): change config to support local domain * feat(owncloud): change config to support local domain
36 lines
912 B
JSON
36 lines
912 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "NocoDB",
|
|
"port": 8146,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "nocodb",
|
|
"tipi_version": 11,
|
|
"version": "0.108.1",
|
|
"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"
|
|
}
|
|
]
|
|
}
|