concourse-app/CloudronManifest.json

26 lines
571 B
JSON

{
"id": "com.concourse",
"title": "Concourse",
"description": "Automated CI tool",
"tagline": "Deploy it all",
"author": "Ian Fijolek <ian@iamthefij.com>",
"website": "https://ghost.iamthefij.com/",
"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"
}