CloudronManifest.json 636 B

12345678910111213141516171819202122232425262728
  1. {
  2. "id": "io.hackmd",
  3. "title": "HackMD",
  4. "author": "HackMD authors",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "file://CHANGELOG",
  7. "tagline": "Best way to write and share your knowledge in markdown",
  8. "version": "0.0.2",
  9. "healthCheckPath": "/status",
  10. "httpPort": 3000,
  11. "addons": {
  12. "localstorage": {},
  13. "postgresql": {},
  14. "ldap": {}
  15. },
  16. "manifestVersion": 1,
  17. "website": "https://hackmd.io",
  18. "contactEmail": "support@cloudron.io",
  19. "icon": "logo.png",
  20. "tags": [
  21. "markdown",
  22. "wiki",
  23. "document",
  24. "collaboration"
  25. ],
  26. "mediaLinks": [ "https://hackmd.io/screenshot.png" ]
  27. }