12345678910111213141516171819202122232425262728293031323334 |
- {
- "id": "io.gogs.cloudronapp",
- "title": "A self-hosted Git service",
- "author": "Gogs developers",
- "description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are administrator:admin123",
- "tagline": "painless self-hosted Git Service",
- "version": "0.1.0",
- "healthCheckPath": "/",
- "httpPort": 3000,
- "addons": {
- "mysql": { },
- "sendmail": { },
- "localstorage": { },
- "oauth": { },
- "ldap": { }
- },
- "tcpPorts": {
- "SSH_PORT": {
- "title": "SSH Port",
- "description": "SSH Port over which repos can be pushed & pulled",
- "defaultValue": 29418
- }
- },
- "minBoxVersion": "0.0.1",
- "manifestVersion": 1,
- "website": "http://gogs.io",
- "contactEmail": "apps@cloudron.io",
- "icon": "gogs-lg.png",
- "mediaLinks": [
- "http://gogs.io/imgs/screenshoots/1.png",
- "http://gogs.io/imgs/screenshoots/2.png",
- "http://gogs.io/imgs/screenshoots/5.png"
- ]
- }
|