ABOUT
Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database. The project is backed by the Linux Foundation, ensuring it will remain open source forever.
infoShow Login Credentials, type `cat ~/valkey.creds` in the LXC console
infoAlpines Valkey package is compiled without TLS support. For TLS, use the Debian-based valkey script instead.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM4 GB disk
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/valkey.sh'; sha='0d005cef49e28f7c7471450f94365ee119d66639aafdc45e52a618a76aca33f2'; 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/valkey.shSHA-256 0d005cef49e28f7c7471450f94365ee119d66639aafdc45e52a618a76aca33f2 alpinealpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
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-valkey.sh'; sha='3793dd746284f2b59be74f5d984e4439949e0e8d505f261173c6da084e708361'; 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-valkey.shSHA-256 3793dd746284f2b59be74f5d984e4439949e0e8d505f261173c6da084e708361 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.