CloudronManifest.json 962 B

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