Home security system (for funsies).
Go to file
Aaron D. Lee 2c79e0c044 feat(F1): notification content mapping and Web Push sender
Add vigilar/alerts/sender.py with _CONTENT_MAP for human-readable push
notification titles/bodies, build_notification(), and send_alert() which
retrieves VAPID key, iterates push subscriptions, calls pywebpush, and
logs results to alert_log with auto-cleanup of expired (410) endpoints.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 18:01:07 -04:00
config Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
docs Add visitor recognition design spec (S3) 2026-04-03 15:32:12 -04:00
kiosk Add kiosk setup and deployment scripts (Phases 5 + 9) 2026-04-02 23:25:03 -04:00
remote Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
scripts Add presence detection, person/vehicle AI detection, health monitoring 2026-04-03 00:06:45 -04:00
systemd Add kiosk setup and deployment scripts (Phases 5 + 9) 2026-04-02 23:25:03 -04:00
tests feat(F1): notification content mapping and Web Push sender 2026-04-03 18:01:07 -04:00
vigilar feat(F1): notification content mapping and Web Push sender 2026-04-03 18:01:07 -04:00
.gitignore Add .worktrees/ and .superpowers/ to .gitignore 2026-04-03 13:02:10 -04:00
.python-version Fix lint issues in pet detection integration 2026-04-03 13:32:17 -04:00
CLAUDE.md Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
pyproject.toml Add ultralytics and torchvision dependencies for pet detection 2026-04-03 13:23:23 -04:00
requirements-dev.txt Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
requirements.txt Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00