fix mosquitto auth

This commit is contained in:
2026-01-29 19:10:31 +01:00
parent 8647dc260f
commit f0687dffe2
2 changed files with 3 additions and 3 deletions

View File

@@ -2,21 +2,20 @@ persistence true
persistence_location /mosquitto/data/ persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log log_dest file /mosquitto/log/mosquitto.log
per_listener_settings true
# Authenticated listener # Authenticated listener
listener 1883 listener 1883
allow_anonymous false allow_anonymous false
password_file /mosquitto/config/passwords.txt password_file /mosquitto/config/passwords.txt
# Anonymous listener # Anonymous listener
listener 1884 listener 1884
allow_anonymous true allow_anonymous true
# Forward to fluentbit # Forward to fluentbit
connection fluentbit connection fluentbit
address host:21883 address host:21883
topic forward/# out 0 topic forward/# out 0
topic borgmatic/# out 0 topic borgmatic/# out 0

View File

@@ -7,3 +7,4 @@ collectd:$7$101$n9CC587JLB0EZ5gr$hE6WTY4jyDFsXVQCawZgY4nhTEQYJZtqwIFhanayL8R8f7P
fluentbit:$7$101$625u3tKucqQSavrb$Z2jnc9VzjF92hfdb/HkJ7sdJeY2qgj3FNdopcX9aFzJnj1SJDSOKtTfbAYpCiP3XpWOfuA2zur3F6w99JHEv5Q== fluentbit:$7$101$625u3tKucqQSavrb$Z2jnc9VzjF92hfdb/HkJ7sdJeY2qgj3FNdopcX9aFzJnj1SJDSOKtTfbAYpCiP3XpWOfuA2zur3F6w99JHEv5Q==
sems:$7$101$kgNFdkADIszBVCAm$typz/z7ewAI0PyjA4u8sW0vcnshOGQ/WFPW8lXsJpeECMvMB9NNKFHLBWiSaisvpaI7TLtMR/fT9VBJuLKaHvA== sems:$7$101$kgNFdkADIszBVCAm$typz/z7ewAI0PyjA4u8sW0vcnshOGQ/WFPW8lXsJpeECMvMB9NNKFHLBWiSaisvpaI7TLtMR/fT9VBJuLKaHvA==
goodwe:$7$101$ZhIwXpC89oMxyLev$HgBkWjJEUnvOMFDxOJKIny1knDqa8Kk4hajR4xoypR7nFW6FuFgvDc2enMhmK6j3WMxB8n3bSZFTGzAmvR1nrw== goodwe:$7$101$ZhIwXpC89oMxyLev$HgBkWjJEUnvOMFDxOJKIny1knDqa8Kk4hajR4xoypR7nFW6FuFgvDc2enMhmK6j3WMxB8n3bSZFTGzAmvR1nrw==
dsmr:$7$101$ZCQleqPm9EZ+4cjp$a+Oj92rHxBQRDdRFZz2FpIQt2wO3f0GOy3BZj9se/rEVhVBX1sIA55tVThr3OvCOOfOzdY9Kt4vZFEvZ8r2CAg==