cloudron-drone-app/CloudronManifest.json
Felix Bartels a10742633f Add some more field to the manifest
Signed-off-by: Felix Bartels <felix@9wd.eu>
2022-01-17 10:16:26 +01:00

20 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"
}