blob: f36312c296e038d9722a592e47365ae4b748ec4f (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
[general]
RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{CHANNEL}/{NICK}> "
ShowJoinPart=true
[matrix.matrix]
Server="https://matrix.org"
Login="termibot"
Password="p@ssw0rd" # pragma: allowlist secret
NoHomeServerSuffix=true
[matrix.devimatrix]
Server="https://matrix.terminaldweller.com"
Login="matterbridge_bot"
Password="p@ssw0rd" # pragma: allowlist secret
NoHomeServerSuffix=true
[irc.devinet]
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="#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="#matrix_devi_netdata_notifs"
|