aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/matterbridge/matterbridge.toml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-07-13 18:10:26 +0000
committerterminaldweller <devi@terminaldweller.com>2023-07-13 18:10:26 +0000
commitb595ac2150e42a22e92b954188ae374d290b3f53 (patch)
treeb5e9d5e421c6d266e669476e2a1dfa4e89383953 /terminaldweller.com/matterbridge/matterbridge.toml
parentupdate (diff)
downloadscripts-main.tar.gz
scripts-main.zip
updateHEADmain
Diffstat (limited to 'terminaldweller.com/matterbridge/matterbridge.toml')
-rw-r--r--terminaldweller.com/matterbridge/matterbridge.toml94
1 files changed, 84 insertions, 10 deletions
diff --git a/terminaldweller.com/matterbridge/matterbridge.toml b/terminaldweller.com/matterbridge/matterbridge.toml
index 4ee98a3..f36312c 100644
--- a/terminaldweller.com/matterbridge/matterbridge.toml
+++ b/terminaldweller.com/matterbridge/matterbridge.toml
@@ -1,35 +1,109 @@
[general]
-RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{NICK}> "
+RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{CHANNEL}/{NICK}> "
+ShowJoinPart=true
[matrix.matrix]
Server="https://matrix.org"
Login="termibot"
-Password="" #pragma: allowlist secret
+Password="p@ssw0rd" # pragma: allowlist secret
NoHomeServerSuffix=true
-[matrix.terminaldweller]
+[matrix.devimatrix]
Server="https://matrix.terminaldweller.com"
-Login="devi"
-Password="" #pragma: allowlist secret
+Login="matterbridge_bot"
+Password="p@ssw0rd" # pragma: allowlist secret
NoHomeServerSuffix=true
[irc.devinet]
-Nick=""
-NickServNick=""
-NickServPassword="" #pragma: allowlist secret
+Nick="termi"
+NickServNick="termi"
+NickServPassword="p@ssw0rd" # pragma: allowlist secret
Server="irc.terminaldweller.com:6697"
UseTLS=true
UseSASL=true
SkipTLSVerify=false
+[slack]
+[slack.magmacore]
+Token="xoxb-token" # pragma: allowlist secret
+PreserveThreading=true
+
+# [xmpp.jabber.terminaldweller.com]
+# Server="jabber.terminaldweller.com:5222"
+# Jid="matterbot@jabber.terminaldweller.com"
+# Password=""
+# Muc="conference.jabber.example.com"
+# Nick="xmppbot"
+# RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
+
[[gateway]]
name="gate_one"
enable=true
[[gateway.in]]
account="matrix.matrix"
- channel="#doipver:matrix.org"
+ channel="#ipfs-chatter:ipfs.io"
+
+ [[gateway.inout]]
+ account="irc.devinet"
+ channel="#matrix-ipfs"
+
+[[gateway]]
+ name="gate_two"
+ enable=false
+
+ [[gateway.in]]
+ account="matrix.matrix"
+ channel="#privacy-security-anonymity:matrix.org"
+
+ [[gateway.inout]]
+ account="irc.devinet"
+ channel="#priv-sec-anon"
+
+[[gateway]]
+ name="gate_three"
+ enable=false
+
+ [[gateway.in]]
+ account="matrix.matrix"
+ channel="#librewolf:matrix.org"
+
+ [[gateway.inout]]
+ account="irc.devinet"
+ channel="#matrix-librewolf"
+
+[[gateway]]
+ name="gate_four"
+ enable=true
+
+ [[gateway.in]]
+ account="matrix.matrix"
+ channel="#xmrmine:matrix.org"
+
+ [[gateway.inout]]
+ account="irc.devinet"
+ channel="#matrix-monero-mining"
+
+[[gateway]]
+ name="gate_five"
+ enable=true
+
+ [[gateway.in]]
+ account="slack.magmacore"
+ channel="general"
+
+ [[gateway.inout]]
+ account="irc.devinet"
+ channel="#slack-magmacore-general"
+
+[[gateway]]
+ name="gate_six"
+ enable=true
+
+ [[gateway.in]]
+ account="matrix.devimatrix"
+ channel="!QwGIJxYlkXfHdrkdot:terminaldweller.com"
[[gateway.inout]]
account="irc.devinet"
- channel="#matterbridge"
+ channel="#matrix_devi_netdata_notifs"