mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-25 06:20:59 +00:00
9193367505
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>
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"version": "0.0.1",
|
|
"id": "com.github.drone",
|
|
"icon": "file://logo.png",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 8000,
|
|
"addons": {
|
|
"localstorage": {},
|
|
"postgresql": {}
|
|
},
|
|
"manifestVersion": 2
|
|
}
|