cd75bbf5a0
- Go + SQLite + HTMX web GUI for managing Reolink camera automations - Frigate MQTT subscriber for motion, event, review, and object topics - Automation engine with time-window filtering and auto-revert timers - Reolink HTTP API client: floodlight, siren, PTZ, IR mode, OSD timestamp - Camera discovery via Frigate REST API with RTSP credential parsing - Multi-stage Docker build with docker-compose for Frigate network integration
10 lines
123 B
Go
10 lines
123 B
Go
package api
|
|
|
|
import "embed"
|
|
|
|
//go:embed web/templates
|
|
var templateFS embed.FS
|
|
|
|
//go:embed web/static
|
|
var staticFS embed.FS
|