aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/matterbridge/matterbridge.toml
blob: 4ee98a318755976f829cf32fdecd5e3a57bbf26d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[general]
RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{NICK}> "

[matrix.matrix]
Server="https://matrix.org"
Login="termibot"
Password="" #pragma: allowlist secret
NoHomeServerSuffix=true

[matrix.terminaldweller]
Server="https://matrix.terminaldweller.com"
Login="devi"
Password="" #pragma: allowlist secret
NoHomeServerSuffix=true

[irc.devinet]
Nick=""
NickServNick=""
NickServPassword="" #pragma: allowlist secret
Server="irc.terminaldweller.com:6697"
UseTLS=true
UseSASL=true
SkipTLSVerify=false

[[gateway]]
  name="gate_one"
  enable=true

  [[gateway.in]]
  account="matrix.matrix"
  channel="#doipver:matrix.org"

  [[gateway.inout]]
  account="irc.devinet"
  channel="#matterbridge"