cloudron-drone-app/CloudronManifest.json
Felix Bartels 32c4e2e929 Update cloudron base image and Drone version to their latest releases
Also updates the wording in the readmes and removes the sponsorware block since the repo is public now.

Signed-off-by: Felix Bartels <felix@9wd.eu>
2023-08-02 17:27:46 +02:00

20 lines
536 B
JSON

{
"version": "1.0.0",
"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"
}