diff --git a/README.md b/README.md index b4ea37b6a..79438444d 100644 --- a/README.md +++ b/README.md @@ -739,10 +739,10 @@ SOFTWARE. [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/85a51ed -[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/85a51ed/README.md +[addon-matrix]: https://github.com/hassio-addons/addon-matrix/tree/524d2a0 +[addon-doc-matrix]: https://github.com/hassio-addons/addon-matrix/blob/524d2a0/README.md [matrix-issue]: https://github.com/hassio-addons/addon-matrix/issues -[matrix-version-shield]: https://img.shields.io/badge/version-85a51ed-blue.svg +[matrix-version-shield]: https://img.shields.io/badge/version-524d2a0-blue.svg [matrix-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/matrix.svg [matrix-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [matrix-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/matrix/CHANGELOG.md b/matrix/CHANGELOG.md index aa71f2607..4cc12b5ef 100644 --- a/matrix/CHANGELOG.md +++ b/matrix/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/12/22 14:45 UTC - [85a51ed](https://github.com/hassio-addons/addon-matrix/commit/85a51ed6e457e592472c46d52ce997741321292d) by [@timmo001](https://github.com/timmo001) -> :fire: :ambulance: crash on server_name change and advise user +2018/12/22 17:22 UTC - [524d2a0](https://github.com/hassio-addons/addon-matrix/commit/524d2a02daad44492d131dda5eab4e06c6ed6996) by [@timmo001](https://github.com/timmo001) +> :sparkles: :tada: Add Riot web client diff --git a/matrix/README.md b/matrix/README.md index 82e1ccf2b..c7d403547 100644 --- a/matrix/README.md +++ b/matrix/README.md @@ -14,7 +14,8 @@ A secure, decentralized communication platform. Matrix is a secure and decentralized communication platform served as an in-house and open-source alternative for platfoms like Discord or Slack. You - can connect via your own [client][clients], or via the built-in web client. + can connect via your own [clients][clients], or via via the Riot web client + provided from this add-on. [Click here for the full documentation][docs] @@ -43,14 +44,14 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/timmo [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-matrix/blob/85a51ed/README.md +[docs]: https://github.com/hassio-addons/addon-matrix/blob/524d2a0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-85a51ed-blue.svg -[release]: https://github.com/hassio-addons/addon-matrix/tree/85a51ed +[release-shield]: https://img.shields.io/badge/version-524d2a0-blue.svg +[release]: https://github.com/hassio-addons/addon-matrix/tree/524d2a0 [screenshot]: https://github.com/hassio-addons/addon-matrix/raw/master/images/screenshot.png [clients]: https://matrix.org/docs/projects/try-matrix-now.html \ No newline at end of file diff --git a/matrix/config.json b/matrix/config.json index 621341857..019c24e12 100644 --- a/matrix/config.json +++ b/matrix/config.json @@ -1,10 +1,10 @@ { "name": "Matrix", - "version": "85a51ed", + "version": "524d2a0", "slug": "matrix", "description": "A secure and decentralized communication platform.", "url": "https://community.home-assistant.io", - "webui": "http://[HOST]:[PORT:8448]", + "webui": "http://[HOST]:[PORT:8558]", "startup": "application", "arch": [ "aarch64", @@ -17,7 +17,8 @@ "hassio_role": "default", "host_network": false, "ports": { - "8448/tcp": 8448 + "8448/tcp": 8448, + "8558/tcp": 8558 }, "map": [ "config:rw",