Frigate on Proxmox
- Install with helper script, using default settings.
- Open console on the Proxmox web interface on the host.
- Stop the Friate LXC
pct stop <container_id>
. - Edit the config file
nano /etc/pve/lxc/<container_id>.conf
. - Add
mp0: /<location>/<of>/<mount>,mp=/media/frigate
. Note that the path /media/frigate is mandatory for Frigate to use the external drive. - Set the permissions for the drive
chown -R 1000:1000 /mnt/storage/frigate
andchmod -R 775 /mnt/storage/frigate
. - Start the container again
pct start <container_id>
.