this post was submitted on 01 May 2025
1 points (100.0% liked)

Self Hosted - Self-hosting your services.

14938 readers
2 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

Hi, I want to get Frigate installed on DELL Optiplex 3020. Given its a Intel Gen4 i5, I suspect I would be asking too much if I installed it on a VM that is running on Proxmox? From the Frigate website "Frigate runs best with Docker installed on bare metal Debian-based distributions. For ideal performance, Frigate needs low overhead access to underlying hardware for the Coral and GPU devices. Running Frigate in a VM on top of Proxmox, ESXi, Virtualbox, etc. is not recommended though some users have had success with Proxmox.". Anyone had any luck getting it up and running on a VM?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Zwuzelmaus@feddit.org 1 points 2 months ago (1 children)

You can passthru the GPU hardware to a qemu VM on proxmox. Proxmox itself will not get in your way, because proxmox is just an administative helper for qemu there. The setup for this passthru is a qemu thing.

I don't know if the same kind of passthru is possible to a docker container.

[โ€“] lankydryness@lemmy.world 1 points 2 months ago

Pass thru is in fact possible in docker. The example compose for Frigate has an entry that specifically passes the Coral device through to the container. I use this exact setup. Also, docker is not a VM