18 lines
313 B
YAML
18 lines
313 B
YAML
# NextNVR Configuration
|
|
# Edit this file or use the web UI (Settings tab) to configure cameras.
|
|
|
|
server:
|
|
port: ":8080"
|
|
bind_host: "0.0.0.0"
|
|
|
|
storage:
|
|
recordings_path: "/mnt/recordings"
|
|
retention_days: 7
|
|
cleanup_interval_mins: 60
|
|
|
|
go2rtc:
|
|
enabled: false
|
|
port: ":1984"
|
|
binary: "go2rtc"
|
|
|
|
cameras: []
|