CloudronManifest.json 885 B

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