summaryrefslogtreecommitdiff
path: root/nix/data/matterbridge.toml
blob: aebb8c28a6f4bfb76e0fb8f8623d925ad8333e5f (plain)
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
[matrix.mymatrix]
Server="https://matrix.ret2pop.net"
Login="bridge"
Password="${MATTERBRIDGE_MATRIX_PASS}"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
NoHomeServerSuffix=true

[irc.myirc]
Server="nullring.xyz:6697"
Nick="bridge"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
UseTLS=true
SkipTLSVerify=true

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

[[gateway.inout]]
account="matrix.mymatrix"
channel="!BQZli4UPBNC5w6ntXu:matrix.ret2pop.net"

[[gateway.inout]]
account="irc.myirc"
channel="#nullring"