gitea-app/CloudronManifest.json

34 lines
880 B
JSON
Raw Normal View History

2015-04-26 19:45:32 +00:00
{
"id": "io.gogs.cloudronapp",
"title": "Gogs",
2015-06-18 07:22:53 +00:00
"author": "Gogs developers",
"description": "Easiest, fastest and most painless Git service.",
"tagline": "A painless 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
"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
],
"tags": [ "version control", "git", "code hosting", "development" ]
2015-04-26 19:45:32 +00:00
}