prometheus-server-app/CloudronManifest.json
2020-11-10 16:37:47 -08:00

28 lines
917 B
JSON

{
"version": "0.1.0",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus",
"author": "Erik Tadevosyan",
"description": "file://DESCRIPTION.md",
"tagline": "From metrics to insight",
"healthCheckPath": "/",
"httpPort": 9090,
"icon": "logo.png",
"addons": {
"localstorage": {}
},
"manifestVersion": 2,
"website": "https://prometheus.io/",
"contactEmail": "support@cloudron.io",
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
"changelog": "file://CHANGELOG",
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
"minBoxVersion": "5.5.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"
]
}