CloudronManifest.json 628 B

12345678910111213141516171819202122
  1. {
  2. "id": "io.gogs.cloudronapp",
  3. "title": "A self-hosted Git service",
  4. "description": "easiest, fastest and most painless way to set up a self-hosted Git service",
  5. "tagline": "painless self-hosted Git Service",
  6. "version": "0.0.1",
  7. "healthCheckPath": "/",
  8. "httpPort": 3000,
  9. "addons": {
  10. "mysql": { }
  11. },
  12. "minBoxVersion": "0.0.1",
  13. "manifestVersion": 1,
  14. "website": "http://gogs.io",
  15. "contactEmail": "apps@cloudron.io",
  16. "icon": "gogs-lg.png",
  17. "mediaLinks": [
  18. "http://gogs.io/imgs/screenshoots/1.png",
  19. "http://gogs.io/imgs/screenshoots/2.png",
  20. "http://gogs.io/imgs/screenshoots/5.png"
  21. ]
  22. }