External Screen working
Build, push image, and notify Watchtower / build-image (push) Successful in 3m48s
Build, push image, and notify Watchtower / notify (push) Successful in 21s

This commit is contained in:
2026-08-15 13:50:15 +02:00
parent 08f6991ef5
commit fde1ad6ca0
8 changed files with 330 additions and 54 deletions
+8 -2
View File
@@ -8,5 +8,11 @@ log_type notice
log_type information
allow_anonymous true
listener 8884 ::
protocol mqtt
listener 8884
protocol mqtt
# Unencrypted listener for local Thread nodes
listener 1883
protocol mqtt
socket_domain ipv6
allow_anonymous true
+9 -2
View File
@@ -8,10 +8,17 @@ log_type notice
log_type information
allow_anonymous true
listener 8884 ::
listener 8884
protocol mqtt
cafile /mosquitto/certs/ca.crt
certfile /mosquitto/certs/server.crt
keyfile /mosquitto/certs/server.key
require_certificate false
tls_version tlsv1.2
tls_version tlsv1.2
# Unencrypted listener for local Thread nodes
# Thread is already encrypted, so we don't need to use TLS for this listener
listener 1883 ::
protocol mqtt
socket_domain ipv6
allow_anonymous true