mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
31 lines
1,015 B
JSON
31 lines
1,015 B
JSON
{
|
|
"version": "1.31.0",
|
|
"upstreamVersion": "2.52.0",
|
|
"id": "io.prometheus.cloudronapp",
|
|
"title": "Prometheus Server",
|
|
"author": "Prometheus Developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"tagline": "From metrics to insight",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 9090,
|
|
"icon": "logo.png",
|
|
"addons": {
|
|
"localstorage": {},
|
|
"proxyAuth": {
|
|
"basicAuth": true
|
|
}
|
|
},
|
|
"manifestVersion": 2,
|
|
"website": "https://prometheus.io/",
|
|
"contactEmail": "support@cloudron.io",
|
|
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
|
|
"changelog": "file://CHANGELOG.md",
|
|
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
|
|
"minBoxVersion": "7.1.0",
|
|
"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"
|
|
]
|
|
}
|