ABOUT
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
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM4 GB disk
Config pathDebian: /etc/grafana/grafana.ini | Alpine: /etc/grafana.ini
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/grafana.sh'; sha='e575892abdc870de3a88f3f7f88aeecfeca8997f053d9d94632943d3f150c39d'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/grafana.shSHA-256 e575892abdc870de3a88f3f7f88aeecfeca8997f053d9d94632943d3f150c39d alpineAlpine 3.24
Approved locally1 CPU512 MB RAM2 GB disk
Config pathDebian: /etc/grafana/grafana.ini | Alpine: /etc/grafana.ini
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-grafana.sh'; sha='fb1f84f395052363cb2653ffdbbd7001e6b8ff81d4738be97d2eebbe930087bc'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-grafana.shSHA-256 fb1f84f395052363cb2653ffdbbd7001e6b8ff81d4738be97d2eebbe930087bc LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.