CloudronManifest.json 945 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "id": "io.gogs.cloudronapp",
  3. "title": "A self-hosted Git service",
  4. "author": "Gogs developers",
  5. "description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are administrator:admin123",
  6. "tagline": "painless self-hosted Git Service",
  7. "version": "0.1.0",
  8. "healthCheckPath": "/",
  9. "httpPort": 3000,
  10. "addons": {
  11. "mysql": { },
  12. "sendmail": { },
  13. "localstorage": { },
  14. "oauth": { }
  15. },
  16. "tcpPorts": {
  17. "SSH_PORT": {
  18. "title": "SSH Port",
  19. "description": "SSH Port over which repos can be pushed & pulled",
  20. "defaultValue": 29418
  21. }
  22. },
  23. "minBoxVersion": "0.0.1",
  24. "manifestVersion": 1,
  25. "website": "http://gogs.io",
  26. "contactEmail": "apps@cloudron.io",
  27. "icon": "gogs-lg.png",
  28. "mediaLinks": [
  29. "http://gogs.io/imgs/screenshoots/1.png",
  30. "http://gogs.io/imgs/screenshoots/2.png",
  31. "http://gogs.io/imgs/screenshoots/5.png"
  32. ]
  33. }