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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue