123456789101112131415161718192021222324252627 |
- {
- "id": "org.nodebb.cloudronapp",
- "title": "NodeBB",
- "author": "NodeBB Team",
- "description": "file://DESCRIPTION.md",
- "tagline": "Next generation forum software",
- "version": "0.1.1",
- "healthCheckPath": "/",
- "httpPort": 4567,
- "addons": {
- "localstorage": {},
- "mongodb": {},
- "sendmail": {}
- },
- "manifestVersion": 1,
- "website": "https://nodebb.org/",
- "contactEmail": "support@cloudron.io",
- "icon": "logo.png",
- "mediaLinks": [
- "https://raw.githubusercontent.com/cloudron-io/nodebb-app/480c26ba681780ef1c460c7c34bb117b8ae33227/screenshots/1.png",
- "https://raw.githubusercontent.com/cloudron-io/nodebb-app/480c26ba681780ef1c460c7c34bb117b8ae33227/screenshots/2.png",
- "https://raw.githubusercontent.com/cloudron-io/nodebb-app/480c26ba681780ef1c460c7c34bb117b8ae33227/screenshots/3.png"
- ],
- "memoryLimit": 524288000,
- "changelog": "file://CHANGELOG",
- "tags": [ "forum", "collaboration", "community", "discourse", "bb" ]
- }
|