CloudronManifest.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "id": "io.taiga.cloudronapp",
  3. "title": "Taiga",
  4. "author": "Taiga Authors",
  5. "tagline": "Project management platform",
  6. "version": "0.4.0",
  7. "description": "file://DESCRIPTION.md",
  8. "changelog": "file://CHANGELOG",
  9. "healthCheckPath": "/",
  10. "httpPort": 8000,
  11. "optionalSso": true,
  12. "addons": {
  13. "sendmail": {},
  14. "postgresql": {},
  15. "localstorage": {},
  16. "ldap": {}
  17. },
  18. "tags": [
  19. "scrum",
  20. "kanban",
  21. "project management",
  22. "agile",
  23. "backlog",
  24. "srints",
  25. "issue tracking",
  26. "bug tracking"
  27. ],
  28. "memoryLimit": 314572800,
  29. "developmentMode": false,
  30. "minBoxVersion": "0.80.0",
  31. "manifestVersion": 1,
  32. "website": "https://taiga.io",
  33. "contactEmail": "support@cloudron.io",
  34. "icon": "file://logo.png",
  35. "mediaLinks": [
  36. "https://i.imgur.com/lwD0kKR.png",
  37. "https://i.imgur.com/mgQu5QD.png",
  38. "https://i.imgur.com/YMXzySO.png",
  39. "https://i.imgur.com/zMEzCHv.png",
  40. "https://i.imgur.com/muT1pMw.png"
  41. ],
  42. "postInstallMessage": "file://POSTINSTALL.md"
  43. }