prometheus-server-app/CloudronManifest.json

31 lines
975 B
JSON
Raw Normal View History

2020-11-05 12:54:41 +00:00
{
2022-02-22 18:01:38 +00:00
"version": "1.11.4",
2020-11-10 22:37:32 +00:00
"id": "io.prometheus.cloudronapp",
2020-11-11 03:44:31 +00:00
"title": "Prometheus Server",
2020-11-06 18:55:38 +00:00
"author": "Erik Tadevosyan",
2020-11-11 00:31:14 +00:00
"description": "file://DESCRIPTION.md",
"tagline": "From metrics to insight",
"healthCheckPath": "/",
2020-11-10 22:40:38 +00:00
"httpPort": 9090,
2020-11-05 12:54:41 +00:00
"icon": "logo.png",
"addons": {
2020-12-11 05:27:08 +00:00
"localstorage": {},
2021-03-17 18:17:26 +00:00
"proxyAuth": {
"basicAuth": true
}
2020-11-05 12:54:41 +00:00
},
2020-11-11 00:31:14 +00:00
"manifestVersion": 2,
"website": "https://prometheus.io/",
"contactEmail": "support@cloudron.io",
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
"changelog": "file://CHANGELOG",
2020-12-11 05:49:39 +00:00
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
2020-12-11 05:27:08 +00:00
"minBoxVersion": "6.0.0",
2020-11-11 00:37:37 +00:00
"forumUrl": "https://forum.cloudron.io/category/112/prometheus",
"mediaLinks": [
"https://screenshots.cloudron.io/io.prometheus.cloudronapp/1.png",
"https://screenshots.cloudron.io/io.prometheus.cloudronapp/2.png",
"https://screenshots.cloudron.io/io.prometheus.cloudronapp/3.png"
]
2020-11-10 22:37:32 +00:00
}