Files
Claude 273d6191bd Add VM config examples and Frigate NVR setup
vm-configs/:
- 100-frigate.conf.example: Frigate VM with Quadro P2200 #1, Coral USB, bays 1-8
- 101.conf.example: GPU VM with Quadro P2200 #2, bays 9-10
- 102.conf.example: Utility VM, bays 11-12

frigate/:
- docker-compose.yml: nvidia runtime + Coral USB passthrough, healthcheck
- config.yml: NVDEC hwaccel (preset-nvidia-h264), Coral USB detector,
  motion-based recording retain, per-object score thresholds

https://claude.ai/code/session_01TxTSnxDjgEVuNztdsWQjMD
2026-04-24 01:07:21 +00:00

31 lines
667 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Proxmox VM 102 — Storage / utility VM
#
# Copy to /etc/pve/qemu-server/102.conf after filling in:
# - scsi1scsi2: real /dev/disk/by-id paths for bays 1112
agent: 1
bios: ovmf
boot: order=scsi0
cores: 4
cpu: host
machine: q35
memory: 8192
name: vm102
numa: 0
ostype: l26
scsihw: virtio-scsi-single
sockets: 1
# OS disk
scsi0: local-lvm:vm-102-disk-0,cache=writeback,size=32G
# Data drives — bays 1112
scsi1: /dev/disk/by-id/PLACEHOLDER_BAY11,size=0
scsi2: /dev/disk/by-id/PLACEHOLDER_BAY12,size=0
# Network
net0: virtio=BC:24:11:00:00:66,bridge=vmbr0,firewall=1
# EFI disk
efidisk0: local-lvm:vm-102-disk-1,efitype=4m,pre-enrolled-keys=0,size=4M