ABOUT
Grafana Loki is a set of open source components that can be composed into a fully featured logging stack. A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki.
infoPromtail can be optionally installed during setup to collect and ship logs to Loki.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM2 GB disk
Config pathDebian: /etc/loki/config.yml | Alpine: /etc/loki/loki-local-config.yaml
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/loki.sh'; sha='8a1b853f9c722e9ad932e6a91b1c298f3e005bf13c449b0f9a65db1ee1733e9f'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config pathDebian: /etc/loki/config.yml | Alpine: /etc/loki/loki-local-config.yaml
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-loki.sh'; sha='d731f065a9134271c531253b72ce305ae5ac5adb13ab349c2853086d93ba8d1e'; 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-loki.shSHA-256 d731f065a9134271c531253b72ce305ae5ac5adb13ab349c2853086d93ba8d1e LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.