Frigate has native support for MQTT over TLS now, so there is no more any need to use stunnel.
10 lines
210 B
YAML
10 lines
210 B
YAML
frigate_mqtt:
|
|
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
|