feat: Frigate NVR with Coral TPU and tiered gold storage #88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/frigate-nvr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.env.encfrigate/reviewsMQTT alert events, callsfrigate.export_recordingto write clips to/mnt/nas/frigate-gold/frigate-gold-cleanup.timeron Nexus prunes gold clips older than 180 days at 03:00 dailyKey fixes discovered during setup
env_filefrom/mnt/server/� must use relative./envin repo dirstr.format()so RTSP credential substitution requires{FRIGATE_VAR}syntax (not${VAR})FRIGATE_to be substitutedTest plan
yardzone on frontyard camerahttp://192.168.1.226:5000/mnt/nas/frigate-gold/systemctl list-timers frigate-gold-cleanup.timer?? Generated with Claude Code
- Change env_file to relative ./.env (snap Docker can't access /mnt/server) - Fix RTSP URL template syntax: use {FRIGATE_VAR} not ${FRIGATE_VAR} (Frigate uses Python str.format(), not shell variable substitution) - Prefix all env vars with FRIGATE_ as required by Frigate's substitution engine - Add README with bootstrap instructions and secrets workflow - Inline RTSP path values to avoid leading-whitespace YAML parse issue Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>