concourse-app/CloudronManifest.json

28 lines
662 B
JSON
Raw Normal View History

2017-04-18 21:46:15 +00:00
{
"id": "io.concourse.cloudron",
2017-04-18 21:46:15 +00:00
"title": "Concourse",
"description": "file://DESCRIPTION.md",
"tagline": "CI that scales with your project",
"postInstallMessage": "file://POSTINSTALL.md",
"icon": "file://logo.png",
"author": "Concourse Developers",
"website": "https://concourse.ci/",
2017-04-18 21:46:15 +00:00
"version": "0.0.1",
"healthCheckPath": "/",
"httpPort": 8080,
"tcpPorts": {
"TSA_PORT": {
"title": "TSA Port",
"description": "Port for the TSA to run",
"defaultValue": 2222
}
},
"addons": {
"oauth": {},
"postgresql": {},
"localstorage": {}
},
"manifestVersion": 1,
"contactEmail": "ian@iamthefij.com"
}