infrastructure/machines/core-services-01/matterbridge.toml

39 lines
994 B
TOML
Raw Permalink Normal View History

2022-02-23 01:42:26 +01:00
[irc]
[irc.ulminfo]
Server="ens.wtf:6697"
Nick="botte"
UseTLS=true
Charset="utf8"
PrefixMessagesWithNick=true
RemoteNickFormat="<{NICK}> "
[mattermost]
2022-10-01 22:49:56 +02:00
[mattermost.merle_klubrz]
WebhookURL="SECRET_MATTERMOST_KLUBRZ_WEBHOOK"
2022-02-23 01:42:26 +01:00
WebhookBindAddress="0.0.0.0:52187"
PrefixMessagesWithNick=false
RemoteNickFormat="{NICK}"
2022-10-29 17:32:39 +02:00
[mattermost.merle_dgnum]
2022-10-01 22:49:56 +02:00
WebhookURL="SECRET_MATTERMOST_DGNUM_WEBHOOK"
WebhookBindAddress="0.0.0.0:52188"
PrefixMessagesWithNick=false
RemoteNickFormat="{NICK}"
2022-02-23 01:42:26 +01:00
[[gateway]]
name="réseau"
enable=true
[[gateway.inout]]
account="irc.ulminfo"
channel="#réseau"
[[gateway.inout]]
2022-10-01 22:49:56 +02:00
account="mattermost.merle_klubrz"
channel="town-square"
[[gateway]]
name="dgnum"
enable=true
[[gateway.inout]]
account="irc.ulminfo"
channel="#dgnum"
[[gateway.inout]]
2022-10-29 17:32:39 +02:00
account="mattermost.merle_dgnum"
2022-02-23 01:42:26 +01:00
channel="town-square"