mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Matrix to 524d2a0
This commit is contained in:
parent
2c79c28fac
commit
c42bf3e974
4 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue