gitea-app/CloudronManifest.json

35 lines
962 B
JSON
Raw Normal View History

2015-04-26 19:45:32 +00:00
{
"id": "io.gogs.cloudronapp",
"title": "A self-hosted Git service",
2015-06-18 07:22:53 +00:00
"author": "Gogs developers",
2015-04-29 19:57:27 +00:00
"description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are administrator:admin123",
2015-04-26 19:45:32 +00:00
"tagline": "painless self-hosted Git Service",
2015-06-18 07:22:53 +00:00
"version": "0.1.0",
2015-04-26 19:45:32 +00:00
"healthCheckPath": "/",
"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
"oauth": { },
"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
},
"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"
]
}