prometheus-server-app/CloudronManifest.json

32 lines
1,015 B
JSON
Raw Normal View History

2020-11-05 12:54:41 +00:00
{
2024-04-16 09:48:07 +00:00
"version": "1.30.2",
"upstreamVersion": "2.51.2",
2020-11-10 22:37:32 +00:00
"id": "io.prometheus.cloudronapp",
2020-11-11 03:44:31 +00:00
"title": "Prometheus Server",
2023-05-05 07:24:01 +00:00
"author": "Prometheus Developers",
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" ],
2022-11-08 10:41:37 +00:00
"changelog": "file://CHANGELOG.md",
2020-12-11 05:49:39 +00:00
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
2022-03-08 17:37:45 +00:00
"minBoxVersion": "7.1.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
}