mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-22 00:11:03 +00:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"version": "0.1.0",
|
|
"id": "io.prometheus.cloudronapp",
|
|
"author": "Erik Tadevosyan",
|
|
"healthCheckPath": "/status",
|
|
"httpPort": 9090,
|
|
"icon": "logo.png",
|
|
"addons": {
|
|
"localstorage": {},
|
|
"proxyAuth": {}
|
|
},
|
|
"manifestVersion": 2
|
|
}
|