frigate: Use native MQTT/TLS support
Frigate has native support for MQTT over TLS now, so there is no more any need to use stunnel.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
frigate_mqtt:
|
||||
host: localhost
|
||||
port: 1883
|
||||
host: homeassistant.pyrocufflink.blue
|
||||
port: 8883
|
||||
user: frigate
|
||||
password: >-
|
||||
{{ vault_frigate_mqtt_password }}
|
||||
tls_ca_certs: /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
frigate_shm_size: 256
|
||||
|
||||
Reference in New Issue
Block a user