feat: initial commit

This commit is contained in:
nikola
2026-05-19 14:53:36 +02:00
commit 6536b5fa23
39 changed files with 2257 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# .env — Video Surveillance Portal
# Copy this to .env and fill in your values
# PlateRecognizer (free tier: https://app.platerecognizer.com/)
PLATERECOGNIZER_TOKEN=
# SMTP for email alerts
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
SMTP_FROM=
ALERT_EMAIL_TO=
# Twilio for SMS alerts
TWILIO_SID=
TWILIO_TOKEN=
TWILIO_FROM=
ALERT_SMS_TO=
# Telegram Bot
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Alert cooldown (seconds between alerts per camera)
ALERT_COOLDOWN_SEC=30