mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on MQTT Server & Web client to ce123ac
This commit is contained in:
parent
b6c73c748b
commit
9f0ac93db9
4 changed files with 23 additions and 10 deletions
|
@ -1,11 +1,23 @@
|
|||
# Changelog since v0.1.1
|
||||
|
||||
2018/10/31 21:16 UTC - [180c1a2](https://github.com/hassio-addons/addon-mqtt/commit/180c1a266614628cf35e161a20fc6fa4bb802945) by [@ludeeus](https://github.com/ludeeus)
|
||||
2018/11/09 16:52 UTC - [ce123ac](https://github.com/hassio-addons/addon-mqtt/commit/ce123ac07ca06c847eb2ab3aa826fb1aee91b137) by [@ludeeus](https://github.com/ludeeus)
|
||||
> ✨ Adds the posibility to add custom mosquitto configuration
|
||||
|
||||
2018/11/09 16:52 UTC - [faff6f7](https://github.com/hassio-addons/addon-mqtt/commit/faff6f745e7f73ef1e55b7cae933dab6ce7cc273) by [@ludeeus](https://github.com/ludeeus)
|
||||
> ⬆️Update nginx to v1.14.1-r1
|
||||
|
||||
2018/11/09 16:52 UTC - [deeab5e](https://github.com/hassio-addons/addon-mqtt/commit/deeab5ee5f678dddcbd5c9f4b223b74e2967a444) by [@ludeeus](https://github.com/ludeeus)
|
||||
> ⬆️Update nginx-mod-lua to v1.14.1.-r0
|
||||
|
||||
2018/11/09 16:52 UTC - [23cf09d](https://github.com/hassio-addons/addon-mqtt/commit/23cf09da4a1c8ff6ce9e268003479b634da3bd11) by [@ludeeus](https://github.com/ludeeus)
|
||||
> 🔥Remove apache2-utils
|
||||
|
||||
2018/11/09 16:52 UTC - [180c1a2](https://github.com/hassio-addons/addon-mqtt/commit/180c1a266614628cf35e161a20fc6fa4bb802945) by [@ludeeus](https://github.com/ludeeus)
|
||||
> 📚 Corrected documentation websockets -> mqtt
|
||||
|
||||
2018/10/31 21:16 UTC - [e770d01](https://github.com/hassio-addons/addon-mqtt/commit/e770d01332b87d7d2c3ba6f0784ea1fa1bafa289) by [@ludeeus](https://github.com/ludeeus)
|
||||
2018/11/09 16:52 UTC - [e770d01](https://github.com/hassio-addons/addon-mqtt/commit/e770d01332b87d7d2c3ba6f0784ea1fa1bafa289) by [@ludeeus](https://github.com/ludeeus)
|
||||
> Set z-index of buymeacoffee div to -1
|
||||
|
||||
2018/10/31 21:16 UTC - [8d80805](https://github.com/hassio-addons/addon-mqtt/commit/8d808055a2cde5f24edc7229a43f3fd146649498) by [@ludeeus](https://github.com/ludeeus)
|
||||
2018/11/09 16:52 UTC - [8d80805](https://github.com/hassio-addons/addon-mqtt/commit/8d808055a2cde5f24edc7229a43f3fd146649498) by [@ludeeus](https://github.com/ludeeus)
|
||||
> ✨ Adds HA Authentication
|
||||
|
||||
|
|
|
@ -42,13 +42,13 @@ 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/180c1a2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/ce123ac/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-180c1a2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-mqtt/tree/180c1a2
|
||||
[release-shield]: https://img.shields.io/badge/version-ce123ac-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-mqtt/tree/ce123ac
|
||||
[screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "MQTT Server & Web client",
|
||||
"version": "180c1a2",
|
||||
"version": "ce123ac",
|
||||
"slug": "mqtt",
|
||||
"timeout": 10,
|
||||
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",
|
||||
|
@ -40,6 +40,7 @@
|
|||
"4883/tcp": 4883
|
||||
},
|
||||
"map": [
|
||||
"share",
|
||||
"ssl",
|
||||
"config"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue