mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-01-30 10:26:29 +00:00
22 lines
597 B
JSON
22 lines
597 B
JSON
{
|
|
"id": "io.baserow.cloudronapp",
|
|
"title": "Baserow",
|
|
"author": "Bram Wiepjes",
|
|
"description": "file://DESCRIPTION.md",
|
|
"tagline": "Collaborate on any form of data",
|
|
"website": "https://baserow.io",
|
|
"contactEmail": "bram@baserow.io",
|
|
"icon": "file://logo.png",
|
|
"tags": ["no-code", "nocode", "database", "data", "collaborate", "airtable"],
|
|
"version": "1.30.1",
|
|
"healthCheckPath": "/api/_health/",
|
|
"httpPort": 80,
|
|
"addons": {
|
|
"postgresql": {},
|
|
"sendmail": {},
|
|
"localstorage": {}
|
|
},
|
|
"memoryLimit": 2147483648,
|
|
"manifestVersion": 2,
|
|
"multiDomain": true
|
|
}
|