From 0410ae2cf5c8f3bfdf90d9aaf47bc916861bbfbf Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 26 Sep 2018 11:16:58 +0000 Subject: [PATCH] :arrow_up: Updating add-on MQTT Server & Web client to a98fef9 --- README.md | 6 +++--- mqtt/CHANGELOG.md | 4 ++-- mqtt/README.md | 6 +++--- mqtt/config.json | 20 +++++++++++++++++--- 4 files changed, 25 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 897ce5ccf..fe633ab00 100644 --- a/README.md +++ b/README.md @@ -716,10 +716,10 @@ SOFTWARE. [lutron-cert-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [lutron-cert-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/2044592 -[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/2044592/README.md +[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/a98fef9 +[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/a98fef9/README.md [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues -[mqtt-version-shield]: https://img.shields.io/badge/version-2044592-blue.svg +[mqtt-version-shield]: https://img.shields.io/badge/version-a98fef9-blue.svg [mqtt-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/mqtt.svg [mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/mqtt/CHANGELOG.md b/mqtt/CHANGELOG.md index 0ca768612..36a2ab128 100644 --- a/mqtt/CHANGELOG.md +++ b/mqtt/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/09/25 10:14 UTC - [2044592](https://github.com/hassio-addons/addon-mqtt/commit/2044592b30ff8aca99ded207ab897d4c43408ffb) by [@frenck](https://github.com/frenck) -> :snowflake: Adds Hassio API security role +2018/09/26 11:10 UTC - [a98fef9](https://github.com/hassio-addons/addon-mqtt/commit/a98fef915429f7e107d4592251fe81c63e318e50) by [@ludeeus](https://github.com/ludeeus) +> 🚜Added defaults in config diff --git a/mqtt/README.md b/mqtt/README.md index 5f2f1a1c5..f769bd845 100644 --- a/mqtt/README.md +++ b/mqtt/README.md @@ -41,11 +41,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/ludeeus [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-mqtt/blob/2044592/README.md +[docs]: https://github.com/hassio-addons/addon-mqtt/blob/a98fef9/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-2044592-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt/tree/2044592 +[release-shield]: https://img.shields.io/badge/version-a98fef9-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt/tree/a98fef9 [screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png \ No newline at end of file diff --git a/mqtt/config.json b/mqtt/config.json index edad07ca7..b383f7080 100644 --- a/mqtt/config.json +++ b/mqtt/config.json @@ -1,7 +1,8 @@ { "name": "MQTT Server & Web client", - "version": "2044592", + "version": "a98fef9", "slug": "mqtt", + "timeout": 10, "description": "Mosquitto MQTT Server bundled with Hivemq's web client", "url": "https://github.com/hassio-addons/addon-mqtt/tree/master/README.md", "webui": "https://[HOST]:[PORT:5713]", @@ -13,10 +14,23 @@ "i386" ], "boot": "auto", + "docker_api": false, "hassio_api": true, "hassio_role": "default", "homeassistant_api": false, "host_network": false, + "host_ipc": false, + "host_dbus": false, + "host_pid": false, + "auto_uart": false, + "privileged": [], + "full_access": false, + "apparmor": false, + "audio": false, + "gpio": false, + "devicetree": false, + "stdin": false, + "legacy": false, "ports": { "5713/tcp": 5713, "1884/tcp": 1884, @@ -40,8 +54,8 @@ }, "broker": { "enabled": true, - "enable_ws": true, - "enable_mqtt": true, + "enable_ws": false, + "enable_mqtt": false, "enable_ws_ssl": true, "enable_mqtt_ssl": true, "allow_anonymous": false