31 lines
543 B
Text
31 lines
543 B
Text
{
|
|
"server": {
|
|
"port": ":8080",
|
|
"bind_host": "0.0.0.0",
|
|
"viewer_port": ""
|
|
},
|
|
"storage": {
|
|
"recordings_path": "/mnt/recordings",
|
|
"retention_days": 7,
|
|
"cleanup_interval_mins": 60
|
|
},
|
|
"auth": {
|
|
"enabled": false,
|
|
"master": {
|
|
"username": "",
|
|
"password": "",
|
|
"enabled": false
|
|
},
|
|
"viewer": {
|
|
"username": "",
|
|
"password": "",
|
|
"enabled": true
|
|
}
|
|
},
|
|
"go2rtc": {
|
|
"enabled": true,
|
|
"port": ":1984",
|
|
"binary": "/opt/nextnvr/go2rtc"
|
|
},
|
|
"cameras": []
|
|
}
|