Add matrix-appservice-discord bridge

Bridge is setup to work on the matrix side with this, but the discord invite link is not automatically generated.
This commit is contained in:
Lionstiger
2019-03-03 18:22:52 +01:00
parent 041a1947b3
commit 835c349275
11 changed files with 601 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# Setting up Appservice Discord (optional)
The playbook can install and configure [matrix-appservice-discord](https://github.com/Half-Shot/matrix-appservice-discord) for you.
See the project's [documentation](https://github.com/Half-Shot/matrix-appservice-discord/blob/master/README.md) to learn what it does and why it might be useful to you.

View File

@ -52,3 +52,5 @@ When you're done with all the configuration you'd like to do, continue with [Ins
- [Setting up Mautrix Whatsapp bridging](configuring-playbook-bridge-mautrix-whatsapp.md) (optional)
- [Setting up Appservice IRC bridging](configuring-playbook-bridge-appservice-irc.md) (optional)
- [Setting up Appservice Discord bridging](configuring-playbook-bridge-appservice-discord.md) (optional)