CloudronManifest.json 822 B

123456789101112131415161718192021222324252627282930
  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. "sendmail": { }
  12. },
  13. "tcpPorts": {
  14. "SSH_PORT": {
  15. "title": "SSH Port",
  16. "description": "SSH Port over which repos can be pushed & pulled",
  17. "defaultValue": 29418
  18. }
  19. },
  20. "minBoxVersion": "0.0.1",
  21. "manifestVersion": 1,
  22. "website": "http://gogs.io",
  23. "contactEmail": "apps@cloudron.io",
  24. "icon": "gogs-lg.png",
  25. "mediaLinks": [
  26. "http://gogs.io/imgs/screenshoots/1.png",
  27. "http://gogs.io/imgs/screenshoots/2.png",
  28. "http://gogs.io/imgs/screenshoots/5.png"
  29. ]
  30. }