📚Updated links

This commit is contained in:
ludeeus 2018-09-26 16:41:31 +02:00
parent 685e8676e9
commit ae3d613f56
4 changed files with 11 additions and 9 deletions

4
.github/support.yml vendored
View file

@ -12,8 +12,8 @@ supportComment: >
support channels to get help with the project.
Head over to the
[Home Assistant community forum](https://community.home-assistant.io/?u=frenck)
or join our [Discord](https://discord.gg/c5DvZ4e) chat.
[Home Assistant community forum](https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376)
or join our [Discord](https://discord.me/hassioaddons) chat.
# Close issues marked as support requests
close: true

View file

@ -16,15 +16,15 @@
Mosquitto MQTT Server bundled with Hivemq's web client.
![sample][screenshot]
## About
This add-on combines the power of [Hivemq](https://www.hivemq.com/)'s
web based MQTT client, and the powerfull [Mosquitto](https://mosquitto.org/)
This add-on combines the power of [Hivemq][hivemq]'s
web based MQTT client, and the powerfull [Mosquitto][mosquitto]
broker. With this you can host your broker,
and inspect/publish messages in the Web client!
![sample][screenshot]
## Key features
- The Hivemq web service can connect to a websocket enabled
@ -374,10 +374,11 @@ SOFTWARE.
[discord]: https://discord.me/hassioaddons
[dockerhub]: https://hub.docker.com/r/hassioaddons/mqtt
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/
[forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376
[ludeeus]: https://github.com/ludeeus
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-mqtt/badges/master/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-mqtt/pipelines
[hivemq]: https://www.hivemq.com/
[home-assistant]: https://home-assistant.io
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[issue]: https://github.com/hassio-addons/addon-mqtt/issues
@ -386,6 +387,7 @@ SOFTWARE.
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-mqtt.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[microbadger]: https://microbadger.com/images/hassioaddons/mqtt
[mosquitto]: https://mosquitto.org/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/mqtt.svg
[reddit]: https://reddit.com/r/homeassistant

View file

@ -63,7 +63,7 @@ If you are more interested in stable releases of our add-ons:
[discord]: https://discord.me/hassioaddons
[docs]: {{ repo }}/blob/{{ version }}/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io
[forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg

View file

@ -47,7 +47,7 @@ LABEL \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="MQTT Server & Web client" \
org.label-schema.schema-version="1.0" \
org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-on-mqtt/XXXX" \
org.label-schema.url="https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376" \
org.label-schema.usage="https://github.com/hassio-addons/addon-mqtt/tree/master/README.md" \
org.label-schema.vcs-ref=${BUILD_REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-mqtt" \