mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on MQTT Server & Web client 0.2.0
This commit is contained in:
parent
a4b6349e86
commit
ed126ee1ef
4 changed files with 10 additions and 14 deletions
|
@ -1,3 +1 @@
|
|||
# Changes
|
||||
|
||||
* 🚑Fixes a startup issue where allow_anonymous was true and no users were defined.
|
||||
N/A
|
|
@ -23,13 +23,13 @@ and inspect/publish messages using the built-in web client!
|
|||
[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/v0.1.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/v0.2.0/README.md
|
||||
[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
|
||||
[hivemq]: https://www.hivemq.com/
|
||||
[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
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-mqtt/tree/v0.1.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-mqtt/tree/v0.2.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "MQTT Server & Web client",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"slug": "mqtt",
|
||||
"timeout": 10,
|
||||
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",
|
||||
|
@ -14,6 +14,7 @@
|
|||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
"auth_api": true,
|
||||
"docker_api": false,
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
|
@ -39,6 +40,7 @@
|
|||
"4883/tcp": 4883
|
||||
},
|
||||
"map": [
|
||||
"share",
|
||||
"ssl",
|
||||
"config"
|
||||
],
|
||||
|
@ -48,8 +50,6 @@
|
|||
"keyfile": "privkey.pem",
|
||||
"web": {
|
||||
"enabled": true,
|
||||
"username": "",
|
||||
"password": "",
|
||||
"ssl": true
|
||||
},
|
||||
"broker": {
|
||||
|
@ -77,8 +77,6 @@
|
|||
"keyfile": "str",
|
||||
"web": {
|
||||
"enabled": "bool",
|
||||
"username": "str",
|
||||
"password": "str",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"broker": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue