From 029dbdfa9564b299e4570eb5eee64ce5dabf83e1 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 7 Dec 2017 12:08:14 +0000 Subject: [PATCH] Site updated at 2017-12-07 12:08:14 UTC --- addons/mosquitto/index.html | 7 ++ atom.xml | 2 +- blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/media/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- docs/autostart/init.d/index.html | 89 +++++++++++++++++++ sitemap.xml | 80 ++++++++--------- 27 files changed, 160 insertions(+), 64 deletions(-) diff --git a/addons/mosquitto/index.html b/addons/mosquitto/index.html index 2327fefc00..f66e0c02f6 100644 --- a/addons/mosquitto/index.html +++ b/addons/mosquitto/index.html @@ -110,6 +110,13 @@ Make sure you use logins and disable anonymous access if you want to secure the broker: core-mosquitto +

If username and password are set up in add-on, your configuration.yaml file should contain that data.

+
mqtt:
+  broker: core-mosquitto
+  username: YOUR_USERNAME
+  password: YOUR_PASSWORD
+
+