Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hydazz committed Apr 12, 2024
1 parent 789151f commit e6515cd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions root/defaults/mosquitto.conf
Original file line number Diff line number Diff line change
@@ -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 <user>' 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
#password_file /config/passwd

# to run mosquitto unsecurely (without authentication) uncomment the following code block:
allow_anonymous true

0 comments on commit e6515cd

Please sign in to comment.