Related to #339 (Github Pull Request).pull/343/head
| @@ -1,3 +1,12 @@ | |||||
| # 2020-01-14 | |||||
| ## Added support for Appservice Webhooks | |||||
| Thanks to a contribution from [Björn Marten](https://github.com/tripleawwy) from [netresearch](https://www.netresearch.de/), the playbook can now install and configure [matrix-appservice-webhooks](https://github.com/turt2live/matrix-appservice-webhooks) for you. This bridge provides support for Slack-compatible webhooks. | |||||
| Learn more in [Setting up Appservice Webhooks](docs/configuring-playbook-bridge-appservice-webhooks.md). | |||||
| # 2020-01-12 | # 2020-01-12 | ||||
| ## Added support for automatic Double Puppeting for all Mautrix bridges | ## Added support for automatic Double Puppeting for all Mautrix bridges | ||||
| @@ -140,6 +140,8 @@ This playbook sets up your server using the following Docker images: | |||||
| - [cadair/matrix-appservice-slack](https://hub.docker.com/r/cadair/matrix-appservice-slack) - the [matrix-appservice-slack](https://github.com/matrix-org/matrix-appservice-slack) bridge to [Slack](https://slack.com/) (optional) | - [cadair/matrix-appservice-slack](https://hub.docker.com/r/cadair/matrix-appservice-slack) - the [matrix-appservice-slack](https://github.com/matrix-org/matrix-appservice-slack) bridge to [Slack](https://slack.com/) (optional) | ||||
| - [turt2live/matrix-appservice-webhooks](https://hub.docker.com/r/turt2live/matrix-appservice-webhooks) - the [Appservice Webhooks](https://github.com/turt2live/matrix-appservice-webhooks) bridge (optional) | |||||
| - [turt2live/matrix-dimension](https://hub.docker.com/r/turt2live/matrix-dimension) - the [Dimension](https://dimension.t2bot.io/) integrations manager (optional) | - [turt2live/matrix-dimension](https://hub.docker.com/r/turt2live/matrix-dimension) - the [Dimension](https://dimension.t2bot.io/) integrations manager (optional) | ||||
| @@ -2,6 +2,8 @@ | |||||
| The playbook can install and configure [matrix-appservice-webhooks](https://github.com/turt2live/matrix-appservice-webhooks) for you. | The playbook can install and configure [matrix-appservice-webhooks](https://github.com/turt2live/matrix-appservice-webhooks) for you. | ||||
| This bridge provides support for Slack-compatible webhooks. | |||||
| Setup Instructions: | Setup Instructions: | ||||
| loosely based on [this](https://github.com/turt2live/matrix-appservice-webhooks/blob/master/README.md) | loosely based on [this](https://github.com/turt2live/matrix-appservice-webhooks/blob/master/README.md) | ||||
| @@ -93,4 +93,6 @@ When you're done with all the configuration you'd like to do, continue with [Ins | |||||
| - [Setting up Appservice Slack bridging](configuring-playbook-bridge-appservice-slack.md) (optional) | - [Setting up Appservice Slack bridging](configuring-playbook-bridge-appservice-slack.md) (optional) | ||||
| - [Setting up Appservice Webhooks bridging](configuring-playbook-bridge-appservice-webhooks.md) (optional) | |||||
| - [Setting up Email2Matrix](configuring-playbook-email2matrix.md) (optional) | - [Setting up Email2Matrix](configuring-playbook-email2matrix.md) (optional) | ||||