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

This commit is contained in:
Community Hass.io Add-ons Bot 2018-09-26 19:51:26 +00:00
parent 666c70f2a3
commit 358b5122e8
4 changed files with 15 additions and 12 deletions

View file

@ -716,10 +716,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/6817271 [addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/d8eaaa2
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/6817271/README.md [addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/d8eaaa2/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-6817271-blue.svg [mqtt-version-shield]: https://img.shields.io/badge/version-d8eaaa2-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,3 +1,3 @@
2018/09/26 19:33 UTC - [6817271](https://github.com/hassio-addons/addon-mqtt/commit/681727143e092bf405cab3311693a5683c8eb043) by [@ludeeus](https://github.com/ludeeus) 2018/09/26 19:45 UTC - [d8eaaa2](https://github.com/hassio-addons/addon-mqtt/commit/d8eaaa283567648c3607a6ec54f820ebc9665511) by [@ludeeus](https://github.com/ludeeus)
> 🚜removed git and custom repo file, enable version for web, better handling of security buypass, added debug > :books: Rewording

View file

@ -10,9 +10,10 @@ Mosquitto MQTT Server bundled with Hivemq's web client.
## About ## About
This add-on combines the power of [Hivemq](https://www.hivemq.com/)'s web based MQTT client, This add-on combines the power of [Hivemq][hivemq]'s
and the powerfull [Mosquitto](https://mosquitto.org/) broker. web-based MQTT client, and the powerful [Mosquitto][mosquitto]
With this you can host your broker, and inspect/publish messages in the Web client! broker (MQTT Server). With this, you can host your own MQTT server,
and inspect/publish messages using the built-in web client!
[Click here for the full documentation][docs] [Click here for the full documentation][docs]
@ -41,11 +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/6817271/README.md [docs]: https://github.com/hassio-addons/addon-mqtt/blob/d8eaaa2/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/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[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-6817271-blue.svg [release-shield]: https://img.shields.io/badge/version-d8eaaa2-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/6817271 [release]: https://github.com/hassio-addons/addon-mqtt/tree/d8eaaa2
[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": "6817271", "version": "d8eaaa2",
"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",