From e6515cde3110c6557d70604bd08814c629dc63bb Mon Sep 17 00:00:00 2001 From: hydazz Date: Sat, 13 Apr 2024 00:27:26 +1000 Subject: [PATCH] commit --- root/defaults/mosquitto.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/root/defaults/mosquitto.conf b/root/defaults/mosquitto.conf index eff8bda..d60f56e 100644 --- a/root/defaults/mosquitto.conf +++ b/root/defaults/mosquitto.conf @@ -1,13 +1,12 @@ # mosquitto configuration -# to run mosquitto unsecurely (without authentication) uncomment the following code block: listener 1883 protocol mqtt -allow_anonymous true # to run mosquitto securely (with authentication) - RECOMMENDED - uncomment the following code block: # run touch '/config/passwd' then 'mosquitto_passwd /config/passwd ' within the container to generate the password file and add a user # https://github.com/cmccambridge/mosquitto-unraid/blob/master/README.md#Authentication -#listener 1883 -#protocol mqtt -#password_file /config/passwd \ No newline at end of file +#password_file /config/passwd + +# to run mosquitto unsecurely (without authentication) uncomment the following code block: +allow_anonymous true