CloudronManifest.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "id": "io.gogs.cloudronapp",
  3. "title": "Gogs",
  4. "author": "Gogs developers",
  5. "description": "file://DESCRIPTION.md",
  6. "tagline": "A painless self-hosted Git Service",
  7. "version": "1.5.0",
  8. "healthCheckPath": "/healthcheck",
  9. "httpPort": 3000,
  10. "addons": {
  11. "mysql": { },
  12. "sendmail": { },
  13. "localstorage": { },
  14. "ldap": { }
  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. "manifestVersion": 1,
  24. "website": "https://gogs.io",
  25. "contactEmail": "apps@cloudron.io",
  26. "icon": "file://logo.png",
  27. "optionalSso": true,
  28. "mediaLinks": [
  29. "https://gogs.io/img/screenshots/1.png",
  30. "https://gogs.io/img/screenshots/2.png",
  31. "https://gogs.io/img/screenshots/4.png",
  32. "https://gogs.io/img/screenshots/5.png"
  33. ],
  34. "tags": [ "version control", "git", "code", "development" ],
  35. "changelog": "file://CHANGELOG",
  36. "postInstallMessage": "file://POSTINSTALL.md",
  37. "minBoxVersion": "1.10.0",
  38. "documentationUrl": "https://cloudron.io/documentation/apps/gogs/"
  39. }