frigate: Enable MQTT support
This commit is contained in:
parent
990d3ed176
commit
504cb33a94
3 changed files with 21 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
|||
---
|
||||
mqtt:
|
||||
enabled: false
|
||||
enabled: true
|
||||
host: mqtt02.home.foo.sh
|
||||
port: 8883
|
||||
topic_prefix: frigate/{{ inventory_hostname }}
|
||||
client_id: {{ inventory_hostname }}
|
||||
tls_ca_certs: /etc/ssl/certs/ca.crt
|
||||
tls_client_cert: /etc/ssl/certs/{{ inventory_hostname }}.crt
|
||||
tls_client_key: /etc/ssl/private/{{ inventory_hostname }}.key
|
||||
|
||||
detectors:
|
||||
coral:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue