CloudronManifest.json 746 B

123456789101112131415161718192021
  1. {
  2. "id": "io.taiga.cloudronapp",
  3. "title": "Taiga",
  4. "author": "Taiga Authors",
  5. "description": "Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.",
  6. "tagline": "Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.",
  7. "version": "0.0.1",
  8. "healthCheckPath": "/",
  9. "httpPort": 8000,
  10. "addons": {
  11. "localstorage": {},
  12. "sendmail": {},
  13. "postgresql": {}
  14. },
  15. "minBoxVersion": "0.0.1",
  16. "manifestVersion": 1,
  17. "website": "https://taiga.io/",
  18. "contactEmail": "support@cloudron.io",
  19. "icon": "logo.png",
  20. "mediaLinks": [ ]
  21. }