CloudronManifest.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "id": "alt.org.etherpad.cloudronapp",
  3. "title": "Etherpad",
  4. "author": "Etherpad Developers",
  5. "description": "file://DESCRIPTION.md",
  6. "tagline": " Collaborating in real-time",
  7. "version": "0.0.1",
  8. "healthCheckPath": "/healthcheck",
  9. "httpPort": 9001,
  10. "manifestVersion": 1,
  11. "website": "http://etherpad.org/",
  12. "contactEmail": "support@iske.dk",
  13. "icon": "file://logo.png",
  14. "postInstallMessage": "file://POSTINSTALL.md",
  15. "mediaLinks": [
  16. "https://s3.amazonaws.com/cloudron-app-screenshots/org.etherpad.cloudronapp/9bce548d411c917ef0a758fddf07a3ba94fe08bb/etherpad-01.png",
  17. "https://s3.amazonaws.com/cloudron-app-screenshots/org.etherpad.cloudronapp/9bce548d411c917ef0a758fddf07a3ba94fe08bb/etherpad-02.png",
  18. "https://s3.amazonaws.com/cloudron-app-screenshots/org.etherpad.cloudronapp/9bce548d411c917ef0a758fddf07a3ba94fe08bb/etherpad-03.png"
  19. ],
  20. "addons": {
  21. "mysql": {},
  22. "ldap": {},
  23. "localstorage": {}
  24. },
  25. "memoryLimit": 524288000,
  26. "tags": [
  27. "document",
  28. "docs",
  29. "collaboration",
  30. "editor",
  31. "notes"
  32. ],
  33. "changelog": "file://CHANGELOG",
  34. "minBoxVersion": "1.8.1",
  35. "documentationUrl": "https://cloudron.io/documentation/apps/etherpad/",
  36. "optionalSso": true
  37. }