diff --git a/mqtt/config/conf.d/authentication.conf b/mqtt/config/conf.d/authentication.conf new file mode 100644 index 00000000..eca3b31f --- /dev/null +++ b/mqtt/config/conf.d/authentication.conf @@ -0,0 +1,9 @@ +### Auf false setzen, falls anonyme Verbindungen verboten werden sollen. +allow_anonymous true + +password_file /mosquitto/config/password_file + +### Neue Benutzer können danach mit +### docker exec -it fhem-docker-mqtt-1 mosquitto_passwd /mosquitto/config/password_file +### hinzugefügt werden +### weitere Infos: https://mosquitto.org/man/mosquitto_passwd-1.html