Skip to content

Proxmox

Switch to Community Edition repos

Case for Proxmox VE 9.0.10:

1
2
3
rm /etc/apt/sources.list.d/pve-enterprise.list
echo "deb http://download.proxmox.com/debian/pve trixie pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list
apt update && apt full-upgrade -y

Case for Proxmox VE 9.2:

1
2
3
4
5
6
7
cat >/etc/apt/sources.list.d/pve-no-subscription.sources <<EOT
Types: deb
URIs: http://download.proxmox.com/debian/pve
Suites: trixie
Components: pve-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
EOT

OpenMediaVault

Create VM using ISO image.

OR

  1. Install debian 12 (13 should be ok) in a VM
  2. wget -O - https://get.openmediavault.io | sh - (see)

OR

Run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omv.sh)" (see) in PVE shell. It may fail on bad certs at *.opemnediavault.org (hoster's not site's)…

See this page for tuning info.

Frigate NVR

  1. install as docker image into podman of OMV (see)

OR

  1. go to frigate community script
  2. run mode=generated var_cpu='4' var_ssh="yes" var_fuse="yes" var_ipv6_method="dhcp" var_mknod="1" var_ns='192.168.1.1' bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)" in PVE shell. It may fail at intel.com downloads…