⬆️ Updating add-on MQTT Server & Web client to 8d80805

This commit is contained in:
Community Hass.io Add-ons Bot 2018-10-28 11:42:06 +00:00
parent 6d16e9e75c
commit 4d3452443f
4 changed files with 11 additions and 20 deletions

View file

@ -670,10 +670,10 @@ SOFTWARE.
[lutron-cert-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[lutron-cert-i386-shield]: https://img.shields.io/badge/i386-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/237d565 [addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/8d80805
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/237d565/README.md [addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/8d80805/README.md
[mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues
[mqtt-version-shield]: https://img.shields.io/badge/version-237d565-blue.svg [mqtt-version-shield]: https://img.shields.io/badge/version-8d80805-blue.svg
[mqtt-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/mqtt.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,11 +1,5 @@
# Changelog since v0.1.0 # Changelog since v0.1.1
2018/10/20 09:04 UTC - [237d565](https://github.com/hassio-addons/addon-mqtt/commit/237d565dd3a4813ba2072a980a03c1913929f4fe) by [@ludeeus](https://github.com/ludeeus) 2018/10/28 11:35 UTC - [8d80805](https://github.com/hassio-addons/addon-mqtt/commit/8d808055a2cde5f24edc7229a43f3fd146649498) by [@ludeeus](https://github.com/ludeeus)
> 🚑Fixes an startup issue where allow_anonymous was true and no users was defined. > ✨ Adds HA Authentication
2018/10/20 09:04 UTC - [3efac30](https://github.com/hassio-addons/addon-mqtt/commit/3efac30862454080d18fcc176a03820755b6ac12) by [@dayofdoom](https://github.com/dayofdoom)
> Changed past to paste (#7)
2018/10/20 09:04 UTC - [441dbf3](https://github.com/hassio-addons/addon-mqtt/commit/441dbf3e0bab278a600b36d1b0d128bd268f58a5) by [@ludeeus](https://github.com/ludeeus)
> :books: Fixes typo

View file

@ -42,13 +42,13 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus [buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/237d565/README.md [docs]: https://github.com/hassio-addons/addon-mqtt/blob/8d80805/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376 [forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376
[hivemq]: https://www.hivemq.com/ [hivemq]: https://www.hivemq.com/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[mosquitto]: https://mosquitto.org/ [mosquitto]: https://mosquitto.org/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-237d565-blue.svg [release-shield]: https://img.shields.io/badge/version-8d80805-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/237d565 [release]: https://github.com/hassio-addons/addon-mqtt/tree/8d80805
[screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png [screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png

View file

@ -1,6 +1,6 @@
{ {
"name": "MQTT Server & Web client", "name": "MQTT Server & Web client",
"version": "237d565", "version": "8d80805",
"slug": "mqtt", "slug": "mqtt",
"timeout": 10, "timeout": 10,
"description": "Mosquitto MQTT Server bundled with Hivemq's web client", "description": "Mosquitto MQTT Server bundled with Hivemq's web client",
@ -14,6 +14,7 @@
"i386" "i386"
], ],
"boot": "auto", "boot": "auto",
"auth_api": true,
"docker_api": false, "docker_api": false,
"hassio_api": true, "hassio_api": true,
"hassio_role": "default", "hassio_role": "default",
@ -48,8 +49,6 @@
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"web": { "web": {
"enabled": true, "enabled": true,
"username": "",
"password": "",
"ssl": true "ssl": true
}, },
"broker": { "broker": {
@ -77,8 +76,6 @@
"keyfile": "str", "keyfile": "str",
"web": { "web": {
"enabled": "bool", "enabled": "bool",
"username": "str",
"password": "str",
"ssl": "bool" "ssl": "bool"
}, },
"broker": { "broker": {