Bump Fly.io proxy VM to 512MB, fix TruffleHog scanning #152

Merged
eblume merged 1 commit from fix/flyio-proxy-oom into main 2026-02-11 12:03:52 -08:00
4 changed files with 7 additions and 3 deletions

View file

@ -23,7 +23,7 @@ repos:
rev: v3.92.5
hooks:
- id: trufflehog
entry: trufflehog git file://. --no-verification --fail
entry: trufflehog git file://. --since-commit HEAD --no-verification --fail
stages: [pre-commit, pre-push]
# YAML linting

View file

@ -0,0 +1 @@
Bump Fly.io proxy VM memory from 256MB to 512MB to prevent Alloy OOM kills.

View file

@ -172,9 +172,9 @@ ReoLink cameras need go2rtc as an intermediary (direct RTSP from Frigate can dro
go2rtc:
streams:
front_floodlight:
- "ffmpeg:http://admin:password@192.168.3.X/flv?port=1935&app=bcs&stream=channel0_main.bcs#video=copy#audio=copy#audio=opus"
- "ffmpeg:http://admin:<your-password>@192.168.3.X/flv?port=1935&app=bcs&stream=channel0_main.bcs#video=copy#audio=copy#audio=opus"
front_floodlight_sub:
- "ffmpeg:http://admin:password@192.168.3.X/flv?port=1935&app=bcs&stream=channel0_sub.bcs"
- "ffmpeg:http://admin:<your-password>@192.168.3.X/flv?port=1935&app=bcs&stream=channel0_sub.bcs"
cameras:
front_floodlight:

View file

@ -3,6 +3,9 @@ primary_region = "sjc"
[build]
[[vm]]
memory = "512mb"
[deploy]
strategy = "bluegreen"