Last active 1755353341

My settings to get Frigate working on proxmox

santiago's Avatar santiago revised this gist 1755353341. Go to revision

No changes

santiago's Avatar santiago revised this gist 1755353286. Go to revision

1 file changed, 0 insertions, 0 deletions

frigateProxmox.conf renamed to 130.conf

File renamed without changes

santiago's Avatar santiago revised this gist 1755353219. Go to revision

1 file changed, 36 insertions

frigateProxmox.conf(file created)

@@ -0,0 +1,36 @@
1 + # USB Coral device
2 + #Intel GPU accel for proxmox-A
3 + #Enable EFI for
4 + #cpu%3A x86-64-v2-AES,flags=+aes
5 + #hostpci0%3A 0000%3A00%3A02.0,pcie=1,x-vga=1
6 + #
7 + #vga%3Anone is the only way it will work with acceleration
8 + #so VNC will not work
9 + #usb0%3A host=1a6e%3A089a
10 + args: -cpu host,hv-vapic,hv-evmcs
11 + bios: ovmf
12 + boot: order=ide2;scsi0
13 + cores: 4
14 + cpu: kvm64,flags=+hv-evmcs
15 + efidisk0: local:130/vm-130-disk-4.raw,efitype=4m,pre-enrolled-keys=0,size=528K
16 + hostpci0: 0000:00:02.0,pcie=1,x-vga=1
17 + ide2: none,media=cdrom
18 + machine: q35
19 + memory: 5120
20 + meta: creation-qemu=9.2.0,ctime=1749914445
21 + name: frigate
22 + net0: virtio=BC:24:11:03:74:30,bridge=vmbr0,firewall=1
23 + numa: 0
24 + onboot: 1
25 + ostype: l26
26 + scsi0: local:130/vm-130-disk-5.qcow2,discard=on,iothread=1,size=8G
27 + scsi1: ext_A_big_slow_vms:vm-130-disk-0,backup=0,cache=writeback,iothread=1,replicate=0,size=128G
28 + scsihw: virtio-scsi-single
29 + smbios1: uuid=c4dc6c48-ce0d-4365-b2dc-904b2e14bc50
30 + sockets: 1
31 + startup: down=30
32 + usb0: host=1a6e:089a
33 + usb1: host=18d1:9302
34 + vga: none
35 + virtio0: local:130/vm-130-disk-0.qcow2,cache=writeback,iothread=1,size=16G
36 + vmgenid: 68e249e7-9fe0-4071-bbd0-80fa9d131a3f
Newer Older