CloudronManifest.json 1.0 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "id": "org.nodebb.cloudronapp",
  3. "title": "NodeBB",
  4. "author": "NodeBB Team",
  5. "description": "file://DESCRIPTION.md",
  6. "tagline": "Next generation forum software",
  7. "version": "0.4.0",
  8. "healthCheckPath": "/",
  9. "httpPort": 4567,
  10. "addons": {
  11. "localstorage": {},
  12. "mongodb": {},
  13. "sendmail": {}
  14. },
  15. "manifestVersion": 1,
  16. "website": "https://nodebb.org/",
  17. "contactEmail": "support@cloudron.io",
  18. "icon": "logo.png",
  19. "mediaLinks": [
  20. "https://s3.amazonaws.com/cloudron-app-screenshots/org.nodebb.cloudronapp/480c26ba681780ef1c460c7c34bb117b8ae33227/1.png",
  21. "https://s3.amazonaws.com/cloudron-app-screenshots/org.nodebb.cloudronapp/480c26ba681780ef1c460c7c34bb117b8ae33227/2.png",
  22. "https://s3.amazonaws.com/cloudron-app-screenshots/org.nodebb.cloudronapp/480c26ba681780ef1c460c7c34bb117b8ae33227/3.png"
  23. ],
  24. "memoryLimit": 524288000,
  25. "changelog": "file://CHANGELOG",
  26. "tags": [ "forum", "collaboration", "community", "discourse", "bb" ],
  27. "postInstallMessage": "file://POSTINSTALL.md",
  28. "minBoxVersion": "0.80.0"
  29. }