frigate: Get cameras from LDAP
This commit is contained in:
parent
c88f8e6374
commit
ec8ae902ed
3 changed files with 22 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
{% for camera in cctv_cameras %}
|
||||
FRIGATE_{{ camera.name | upper }}_PASS="{{ camera.pass }}"
|
||||
{% for camera in ldap_cams.results %}
|
||||
FRIGATE_{{ camera['l'] | upper }}_PASS="{{ cctv_cameras[camera['cn']] }}"
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue