mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on MQTT Server & Web client to a98fef9
This commit is contained in:
parent
20f7f66bd0
commit
0410ae2cf5
4 changed files with 25 additions and 11 deletions
|
@ -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/2044592
|
[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/a98fef9
|
||||||
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/2044592/README.md
|
[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-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-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
|
||||||
|
|
|
@ -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)
|
2018/09/26 11:10 UTC - [a98fef9](https://github.com/hassio-addons/addon-mqtt/commit/a98fef915429f7e107d4592251fe81c63e318e50) by [@ludeeus](https://github.com/ludeeus)
|
||||||
> :snowflake: Adds Hassio API security role
|
> 🚜Added defaults in config
|
||||||
|
|
||||||
|
|
|
@ -41,11 +41,11 @@ 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/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-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
[forum]: https://community.home-assistant.io
|
[forum]: https://community.home-assistant.io
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||||
[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-2044592-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-a98fef9-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-mqtt/tree/2044592
|
[release]: https://github.com/hassio-addons/addon-mqtt/tree/a98fef9
|
||||||
[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
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "MQTT Server & Web client",
|
"name": "MQTT Server & Web client",
|
||||||
"version": "2044592",
|
"version": "a98fef9",
|
||||||
"slug": "mqtt",
|
"slug": "mqtt",
|
||||||
|
"timeout": 10,
|
||||||
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",
|
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",
|
||||||
"url": "https://github.com/hassio-addons/addon-mqtt/tree/master/README.md",
|
"url": "https://github.com/hassio-addons/addon-mqtt/tree/master/README.md",
|
||||||
"webui": "https://[HOST]:[PORT:5713]",
|
"webui": "https://[HOST]:[PORT:5713]",
|
||||||
|
@ -13,10 +14,23 @@
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
|
"docker_api": false,
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
"hassio_role": "default",
|
||||||
"homeassistant_api": false,
|
"homeassistant_api": false,
|
||||||
"host_network": 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": {
|
"ports": {
|
||||||
"5713/tcp": 5713,
|
"5713/tcp": 5713,
|
||||||
"1884/tcp": 1884,
|
"1884/tcp": 1884,
|
||||||
|
@ -40,8 +54,8 @@
|
||||||
},
|
},
|
||||||
"broker": {
|
"broker": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"enable_ws": true,
|
"enable_ws": false,
|
||||||
"enable_mqtt": true,
|
"enable_mqtt": false,
|
||||||
"enable_ws_ssl": true,
|
"enable_ws_ssl": true,
|
||||||
"enable_mqtt_ssl": true,
|
"enable_mqtt_ssl": true,
|
||||||
"allow_anonymous": false
|
"allow_anonymous": false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue