CloudronManifest.json 927 B

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