gitea-app/CloudronManifest.json

23 lines
628 B
JSON
Raw Normal View History

2015-04-26 19:45:32 +00:00
{
"id": "io.gogs.cloudronapp",
"title": "A self-hosted Git service",
"description": "easiest, fastest and most painless way to set up a self-hosted Git service",
"tagline": "painless self-hosted Git Service",
"version": "0.0.1",
"healthCheckPath": "/",
"httpPort": 3000,
"addons": {
"mysql": { }
},
"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"
]
}