2015-04-26 19:45:32 +00:00
|
|
|
{
|
|
|
|
"id": "io.gogs.cloudronapp",
|
2015-07-01 13:25:50 +00:00
|
|
|
"title": "Gogs",
|
2015-06-18 07:22:53 +00:00
|
|
|
"author": "Gogs developers",
|
2015-07-06 23:08:26 +00:00
|
|
|
"description": "file://DESCRIPTION.md",
|
2015-08-16 16:11:43 +00:00
|
|
|
"tagline": "A painless self-hosted Git Service",
|
2015-10-14 08:02:17 +00:00
|
|
|
"version": "0.6.11",
|
2015-08-18 22:03:27 +00:00
|
|
|
"healthCheckPath": "/healthcheck",
|
2015-04-26 19:45:32 +00:00
|
|
|
"httpPort": 3000,
|
|
|
|
"addons": {
|
2015-04-29 00:12:16 +00:00
|
|
|
"mysql": { },
|
2015-06-18 07:22:53 +00:00
|
|
|
"sendmail": { },
|
2015-06-23 17:15:46 +00:00
|
|
|
"localstorage": { },
|
2015-06-23 23:50:59 +00:00
|
|
|
"ldap": { }
|
2015-04-29 00:12:16 +00:00
|
|
|
},
|
|
|
|
"tcpPorts": {
|
|
|
|
"SSH_PORT": {
|
|
|
|
"title": "SSH Port",
|
|
|
|
"description": "SSH Port over which repos can be pushed & pulled",
|
|
|
|
"defaultValue": 29418
|
|
|
|
}
|
2015-04-26 19:45:32 +00:00
|
|
|
},
|
|
|
|
"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"
|
2015-07-01 04:40:18 +00:00
|
|
|
],
|
2015-10-13 22:50:20 +00:00
|
|
|
"tags": [ "version control", "git", "code hosting", "development" ],
|
2015-11-24 18:15:24 +00:00
|
|
|
"targetBoxVersion": "0.4.0",
|
2015-10-13 22:50:20 +00:00
|
|
|
"changelog": "file://CHANGELOG"
|
2015-04-26 19:45:32 +00:00
|
|
|
}
|