From 634858e6886caeeee5f4e421a104d5ddb858f1c8 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 6 Jul 2023 16:20:16 +0300 Subject: [PATCH] Update mosquitto.md --- docs/services/mosquitto.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/services/mosquitto.md b/docs/services/mosquitto.md index 0e27da5..c9e20a9 100644 --- a/docs/services/mosquitto.md +++ b/docs/services/mosquitto.md @@ -1,5 +1,4 @@ -# Mosquitto Ansible Role - +# Mosquitto [Mosquitto](https://mosquitto.org/) is an open source [MQTT](https://en.wikipedia.org/wiki/MQTT) broker. @@ -19,7 +18,7 @@ mosquitto_enabled: true After installation, you can use `just run-tags mosquitto-add-user --extra-vars=username= --extra-vars=password=` to create a user. For the setting to take effect, you must restart the container. To do that you can use `just start-group mosquitto`. -You can then start to send and subscribe to MQTT topics. Use port 1883 and the servers IP or any domain you configured to point at this server. +You can then start to send and subscribe to MQTT topics. Use port `1883` and the server's IP or any domain you configured to point to this server. ## Alternatives