truenas-proxmox APT repository

Native Proxmox VE storage plugin for TrueNAS iSCSI volumes.
Source: github.com/TheGrandWazoo/freenas-proxmox

Install (v3.x — current stable)

curl -fsSL https://thegrandwazoo.github.io/freenas-proxmox/public.gpg.key \
  | gpg --dearmor \
  | sudo tee /etc/apt/keyrings/truenas-proxmox.gpg > /dev/null

echo "deb [signed-by=/etc/apt/keyrings/truenas-proxmox.gpg] \
https://thegrandwazoo.github.io/freenas-proxmox v3 main" \
  | sudo tee /etc/apt/sources.list.d/truenas-proxmox.list

sudo apt update
sudo apt install truenas-proxmox

Stay on v2.x (existing users)

# Replace your existing sources.list entry with:
deb [signed-by=/etc/apt/keyrings/truenas-proxmox.gpg] \
    https://thegrandwazoo.github.io/freenas-proxmox main main

The main dist only receives v2.x point releases — you will never be automatically upgraded to v3.

Available dist tracks

DistContentUse
v3v3.x releasesNew installs and v3 upgrades
mainv2.x releasesExisting users — backward-compatible
v2v2.x releases (alias for main)Explicit v2 pin

GPG signing key

curl -fsSL https://thegrandwazoo.github.io/freenas-proxmox/public.gpg.key