cloudron-drone-app/CloudronManifest.json
Felix Bartels 0a3ce6a062 Update Cloudron base image and drone
Also adds postinst message

Signed-off-by: Felix Bartels <felix@9wd.eu>
2022-01-17 09:58:25 +01:00

14 lines
265 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"
}