mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-02-16 11:55:14 +00:00
19 lines
536 B
JSON
19 lines
536 B
JSON
{
|
|
"version": "0.0.1",
|
|
"id": "com.github.drone",
|
|
"icon": "file://logo.png",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 8000,
|
|
"addons": {
|
|
"localstorage": {},
|
|
"postgresql": {}
|
|
},
|
|
"manifestVersion": 2,
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
|
"website": "https://drone.io/",
|
|
"title": "Drone CI",
|
|
"author": "Harness",
|
|
"tagline": "Self-service Continuous Integration platform for busy development teams.",
|
|
"tags": [ "golang", "ci" ],
|
|
"documentationUrl": "https://github.com/fbartels/cloudron-drone-app"
|
|
}
|