CloudronManifest.json 743 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "id": "io.taiga.cloudronapp",
  3. "title": "Taiga",
  4. "author": "Taiga Authors",
  5. "tagline": "Taiga is a 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. "developmentMode": false,
  17. "minBoxVersion": "0.4.0",
  18. "manifestVersion": 1,
  19. "website": "https://taiga.io/",
  20. "contactEmail": "support@cloudron.io",
  21. "icon": "logo.png",
  22. "mediaLinks": [
  23. "https://i.imgur.com/lwD0kKR.png",
  24. "https://i.imgur.com/mgQu5QD.png",
  25. "https://i.imgur.com/YMXzySO.png",
  26. "https://i.imgur.com/zMEzCHv.png",
  27. "https://i.imgur.com/muT1pMw.png"
  28. ]
  29. }