This directory contains utility scripts. Each script has its own documentation file with detailed usage and setup.
- ngrok monitor: see
ngrok_stus_check.md - video acceleration: see
speedup_video.md
- Run ngrok monitor once (uses .env):
uv run python Python_scripts/ngrok_stus_check.py --verbose --show-time- Run ngrok monitor with a one-off test email:
uv run python Python_scripts/ngrok_stus_check.py --test-email- Check LaunchAgent status (scheduled runs):
launchctl list | grep com.ngrok.monitor- Tail logs written by the LaunchAgent:
tail -f /tmp/ngrok-monitor.out /tmp/ngrok-monitor.err- Control LaunchAgent:
launchctl stop com.ngrok.monitor
launchctl unload ~/Library/LaunchAgents/com.ngrok.monitor.plist
launchctl load ~/Library/LaunchAgents/com.ngrok.monitor.plistFor complete details (environment variables, flags, plist content), open ngrok_stus_check.md.