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
3
roles/frigate/templates/frigate-container.sysconfig.j2
Normal file
3
roles/frigate/templates/frigate-container.sysconfig.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% for camera in cctv_cameras %}
|
||||
FRIGATE_{{ camera.name | upper }}_PASS="{{ camera.pass }}"
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue