{% extends "base.html" %} {% block title %}Vigilar — Settings{% endblock %} {% block head %} {% endblock %} {% block content %}
Control the security system arm state. When armed, sensor and motion events trigger alerts.
Disarmed: No alerts triggered. Arm Home: Perimeter sensors active, interior motion ignored. Arm Away: All sensors and cameras trigger alerts.
Adjust motion detection sensitivity per camera. Higher sensitivity detects smaller movements but may trigger false positives.
{% for camera in cameras %}Sensors are configured in config/vigilar.toml. Sensor management UI coming in a future update.
| ID | Name | Type | Protocol | Location |
|---|---|---|---|---|
{{ s.id }} |
{{ s.display_name }} | {{ s.type }} | {{ s.protocol }} | {{ s.location or '—' }} |
| No sensors configured | ||||
Enable push notifications on this device to receive motion alerts.
Access Vigilar from outside your home network via a WireGuard VPN tunnel to your Digital Ocean droplet. A lower-quality HLS stream is generated specifically for remote viewing to conserve your upload bandwidth.
{% if config %}remote/wireguard/setup_wireguard.shremote/nginx/vigilar.conf to /etc/nginx/sites-available/certbot --nginx -d vigilar.yourdomain.com for TLSping 10.99.0.2 from droplet should reach home serverhttps://vigilar.yourdomain.com| Version | 0.1.0 |
| Cameras | {{ cameras|length }} |
| Sensors | {{ config.sensors|length }} |
| Rules | {{ config.rules|length }} |
| Data Dir | {{ config.system.data_dir }} |
| Recordings Dir | {{ config.system.recordings_dir }} |
| HLS Dir | {{ config.system.hls_dir }} |
| Encryption | {{ 'Enabled' if config.storage.encrypt_recordings else 'Disabled' }} |
| UPS | {{ 'Enabled' if config.ups.enabled else 'Disabled' }} |