20 lines
470 B
JSON
20 lines
470 B
JSON
{
|
|
"manifestVersion": 2,
|
|
"id": "io.knel.rundeck",
|
|
"title": "Rundeck Job Scheduler",
|
|
"author": "KNEL",
|
|
"description": "Cloudron packaging template for Rundeck Job Scheduler",
|
|
"website": "https://example.com",
|
|
"contactEmail": "admin@example.com",
|
|
"version": "0.1.0",
|
|
"changelog": "Initial package template",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 4440,
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"tags": ["template", "example"],
|
|
"icon": "logo.png"
|
|
}
|
|
|