Announce mx-puppet-slack support

Related to #454 (Github Pull Request).
This commit is contained in:
Slavi Pantaleev 2020-04-23 18:03:36 +03:00
parent addeac27d8
commit 4afc46fffe
4 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# 2020-04-23
## Slack bridging support
Thanks to [Rodrigo Belem](https://github.com/rbelem)'s efforts, the playbook now supports bridging to [Slack](https://slack.com) via the [mx-puppet-slack](https://github.com/Sorunome/mx-puppet-slack) bridge.
See our [Setting up MX Puppet Slack bridging](docs/configuring-playbook-bridge-mx-puppet-slack.md) documentation page for getting started.
# 2020-04-09
## Skype bridging support

View File

@ -146,6 +146,8 @@ This playbook sets up your server using the following Docker images:
- [sorunome/mx-puppet-skype](https://hub.docker.com/r/sorunome/mx-puppet-skype) - the [mx-puppet-skype](https://github.com/Sorunome/mx-puppet-skype) bridge to [Skype](https:/www.skype.com) (optional)
- [sorunome/mx-puppet-slack](https://hub.docker.com/r/sorunome/mx-puppet-slack) - the [mx-puppet-slack](https://github.com/Sorunome/mx-puppet-slack) bridge to [Slack](https:/slack.com) (optional)
- [turt2live/matrix-dimension](https://hub.docker.com/r/turt2live/matrix-dimension) - the [Dimension](https://dimension.t2bot.io/) integrations manager (optional)
- [jitsi/web](https://hub.docker.com/r/jitsi/web) - the [Jitsi](https://jitsi.org/) web UI (optional)

View File

@ -5,7 +5,7 @@ The playbook can install and configure
See the project page to learn what it does and why it might be useful to you.
To enable the [Slack](https://www.slack.com/) bridge just use the following
To enable the [Slack](https://slack.com/) bridge just use the following
playbook configuration:

View File

@ -99,4 +99,6 @@ When you're done with all the configuration you'd like to do, continue with [Ins
- [Setting up MX Puppet Skype bridging](configuring-playbook-bridge-mx-puppet-skype.md) (optional)
- [Setting up MX Puppet Slack bridging](configuring-playbook-bridge-mx-puppet-slack.md) (optional)
- [Setting up Email2Matrix](configuring-playbook-email2matrix.md) (optional)