frigate: Don't store plaintext passwords in config

This commit is contained in:
Timo Makinen 2024-06-25 16:13:35 +00:00
parent 13e602a76d
commit acf2853223
4 changed files with 16 additions and 3 deletions

View file

@ -0,0 +1,3 @@
{% for camera in cctv_cameras %}
FRIGATE_{{ camera.name | upper }}_PASS="{{ camera.pass }}"
{% endfor %}