ProxmoxVE/json/grafana.json
Paul 322991244b
Add Alpine Install Types to JSON (#102)
* Include Alpine

* Fixed nextcloud edgecase

* Update json/docker.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/grafana.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/nextcloudpi.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/vaultwarden.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/zigbee2mqtt.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

---------

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-06 21:46:30 +01:00

45 lines
1.5 KiB
JSON

{
"name": "Grafana",
"slug": "grafana",
"categories": [
7
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "3000",
"documentation": null,
"website": "https://grafana.com/",
"logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fdocs.checkmk.com%2Flatest%2Fimages%2Fgrafana_logo.png&f=1&nofb=1",
"description": "Grafana is a data visualization and monitoring platform that enables users to query, visualize, alert on and understand metrics, logs, and other data sources. It integrates with various data sources, including Prometheus, InfluxDB, Elasticsearch, and many others, to present a unified view of the data and enable users to create insightful and interactive dashboards.",
"install_methods": [
{
"type": "default",
"script": "ct/grafana.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "2",
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-grafana.sh",
"resources": {
"cpu": "1",
"ram": "256",
"hdd": "1",
"os": "alpine",
"version": "3.19"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": []
}