cloudron-drone-app/CloudronManifest.json
Felix Bartels 9193367505 add logo
add a readme with instructions into the workdir of the running app
prepare a line for adding an admin

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2020-06-09 12:08:43 +02:00

13 lines
216 B
JSON

{
"version": "0.0.1",
"id": "com.github.drone",
"icon": "file://logo.png",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {},
"postgresql": {}
},
"manifestVersion": 2
}