aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-11-16 12:05:28 +0100
committerAlex Auvolat <alex@adnab.me>2021-11-16 12:05:28 +0100
commit289359cedc33e356139298181388b882679c6801 (patch)
treeae9db312829b2d678c3641ae8ce126b41ec43833 /app
parent627c89b545b84f0dd1bfc713102378d9a0d29cea (diff)
downloadinfrastructure-289359cedc33e356139298181388b882679c6801.tar.gz
infrastructure-289359cedc33e356139298181388b882679c6801.zip
Prepare to add Discord bridge
Diffstat (limited to 'app')
-rw-r--r--app/matterbridge/config/matterbridge.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/matterbridge/config/matterbridge.toml b/app/matterbridge/config/matterbridge.toml
index cb8f9b0..d04a229 100644
--- a/app/matterbridge/config/matterbridge.toml
+++ b/app/matterbridge/config/matterbridge.toml
@@ -16,6 +16,11 @@ Password = "{{ key "secrets/matterbridge/im.deuxfleurs.fr_pass" | trimSpace }}"
PrefixMessagesWithNick=true
RemoteNickFormat="<{NICK}> "
+[discord]
+[discord.la-console]
+Token = "{{ key "secrets/matterbridge/discord.com_token" | trimSpace }}"
+Server = "872244032443678730"
+AutoWebhooks = true
# Rooms we are bridging
@@ -31,3 +36,7 @@ enable = true
account = "matrix.deuxfleurs"
channel = "#rfid:deuxfleurs.fr"
+ [[gateway.inout]]
+ account = "discord.la-console"
+ channel = "rfid"
+