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.btop
parent
d5ef18ccc3
commit
c1c28a51b5
|
@ -1,8 +1,9 @@
|
||||||
frigate_mqtt:
|
frigate_mqtt:
|
||||||
host: localhost
|
host: homeassistant.pyrocufflink.blue
|
||||||
port: 1883
|
port: 8883
|
||||||
user: frigate
|
user: frigate
|
||||||
password: >-
|
password: >-
|
||||||
{{ vault_frigate_mqtt_password }}
|
{{ vault_frigate_mqtt_password }}
|
||||||
|
tls_ca_certs: /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
frigate_shm_size: 256
|
frigate_shm_size: 256
|
||||||
|
|
Loading…
Reference in New Issue