🎉 Release of add-on Matrix 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-01-04 21:33:29 +00:00
parent 5f7ed02dee
commit 289108dfe4
6 changed files with 120 additions and 0 deletions

1
matrix/CHANGELOG.md Normal file
View file

@ -0,0 +1 @@
First release :sparkles:

50
matrix/README.md Normal file
View file

@ -0,0 +1,50 @@
# Community Hass.io Add-ons: Matrix
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
A secure, decentralized communication platform.
## About
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 [clients][clients], or via the Riot web client
provided from this add-on.
[Click here for the full documentation][docs]
![Screenshot][screenshot]
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[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/v0.1.0/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/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-matrix/tree/v0.1.0
[screenshot]: https://github.com/hassio-addons/addon-matrix/raw/master/images/screenshot.png
[clients]: https://matrix.org/docs/projects/try-matrix-now.html

46
matrix/config.json Normal file
View file

@ -0,0 +1,46 @@
{
"name": "Matrix",
"version": "0.1.0",
"slug": "matrix",
"description": "A secure and decentralized communication platform.",
"url": "https://community.home-assistant.io",
"webui": "http://[HOST]:[PORT:8558]",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"host_network": false,
"ports": {
"8448/tcp": 8448,
"8558/tcp": 8558
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"options": {
"log_level": "info",
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"server_name": "hassio.local"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"server_name": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/matrix"
}

BIN
matrix/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
matrix/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB