terminusdb-app/CloudronManifest.json

28 lines
1002 B
JSON
Raw Permalink Normal View History

2021-03-10 02:27:37 +00:00
{
"id": "com.terminusdb.cloudronapp",
"title": "TerminusDB",
"author": "TerminusDB",
"description": "TerminusDB is an open-source graph database and document store. It is designed for collaboratively building data-intensive applications and knowledge graphs.",
"tagline": "If you want to collaborate with colleagues or build data-intensive applications, nothing will make you more productive.",
"version": "0.0.8",
2021-03-10 02:27:37 +00:00
"healthCheckPath": "/",
"httpPort": 3000,
"addons": {
2021-03-10 16:33:46 +00:00
"localstorage": {},
2021-03-10 04:58:40 +00:00
"proxyAuth": {}
2021-03-10 02:27:37 +00:00
},
"optionalSso": true,
"memoryLimit": 1610612736,
"manifestVersion": 2,
"website": "https://terminusdb.com",
"contactEmail": "support@clourdon.io",
2021-03-10 04:58:40 +00:00
"icon": "logo512.png",
2021-03-10 02:27:37 +00:00
"tags": [ "graph database", "revision control" ],
"mediaLinks": [],
"postInstallMessage": "good luck",
"minBoxVersion": "5.3.0",
"documentationUrl": "https://terminusdb.com/docs/terminusdb/#/",
"forumUrl": "https://forum.cloudron.io/",
2021-03-10 04:12:31 +00:00
"changelog": "Build from source"
2021-03-10 02:27:37 +00:00
}