frigate: Don't store plaintext passwords in config
This commit is contained in:
parent
13e602a76d
commit
acf2853223
4 changed files with 16 additions and 3 deletions
|
@ -23,12 +23,12 @@ cameras:
|
|||
enabled: true
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: "rtsp://viewer:{{ camera.pass }}@{{ camera.addr}}/h264Preview_01_sub"
|
||||
- path: "rtsp://viewer:{FRIGATE_{{ camera.name | upper }}_PASS}@{{ camera.addr}}/h264Preview_01_sub"
|
||||
input_args: preset-rtsp-restream
|
||||
roles:
|
||||
- detect
|
||||
- rtmp
|
||||
- path: "rtsp://viewer:{{ camera.pass }}@{{ camera.addr}}/h264Preview_01_main"
|
||||
- path: "rtsp://viewer:{FRIGATE_{{ camera.name | upper }}_PASS}@{{ camera.addr}}/h264Preview_01_main"
|
||||
input_args: preset-rtsp-restream
|
||||
roles:
|
||||
- record
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue