notea-app/CloudronManifest.json

28 lines
885 B
JSON

{
"id": "com.notea.cloudronapp",
"title": "Notea",
"author": "QingWei-Li",
"description": "Self hosted note taking app",
"tagline": "Notea is a privacy-first, open-source note-taking application. It supports Markdown syntax, sharing, responsive and more.",
"version": "0.0.1-9",
"healthCheckPath": "/",
"httpPort": 3000,
"addons": {
"localstorage": {},
"proxyAuth": {}
},
"optionalSso": true,
"memoryLimit": 1610612736,
"manifestVersion": 2,
"website": "https://cinwell.com/notea/",
"contactEmail": "support@clourdon.io",
"icon": "",
"tags": [ "note taking", "markdown" ],
"mediaLinks": [],
"postInstallMessage": "good luck",
"minBoxVersion": "5.3.0",
"documentationUrl": "https://github.com/QingWei-Li/notea#quickstart",
"forumUrl": "https://forum.cloudron.io/topic/5011/notea?_=1620158318691",
"changelog": "Build from source"
}