ABOUT
TrueNAS Community Edition is the world's most deployed storage software. Free, flexible and build on OpenZFS with Docker.
infoOnce the script finishes, proceed with the OS installation via the console. For more details, please refer to this discussion: `https://github.com/community-scripts/ProxmoxVE/discussions/11344`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU8192 MB RAM16 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/vm/truenas-vm.sh'; sha='daaff3fd60c14c9739954d9bff0e8831f34b40d718d29a5b4c8fb14e1c2860da'; 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 vm/truenas-vm.shSHA-256 daaff3fd60c14c9739954d9bff0e8831f34b40d718d29a5b4c8fb14e1c2860da LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.