28 lines
662 B
JSON
28 lines
662 B
JSON
{
|
|
"id": "ci.concourse.cloudron",
|
|
"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/",
|
|
"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"
|
|
}
|