Matterbridge configurations
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
721cb64960
commit
b63de1578d
141
matterbridge/matterbridge-general.toml
Normal file
141
matterbridge/matterbridge-general.toml
Normal file
@ -0,0 +1,141 @@
|
|||||||
|
[general]
|
||||||
|
MediaDownloadSize=1000000000
|
||||||
|
MediaDownloadPath="/opt/matterbridge/libertacasa/bridgemedia"
|
||||||
|
MediaServerDownload="https://lc.lsd25.xyz"
|
||||||
|
|
||||||
|
[irc.libertacasa]
|
||||||
|
Server="irc.liberta.casa:6697"
|
||||||
|
Password=""
|
||||||
|
UseTLS=true
|
||||||
|
UseSASL=true
|
||||||
|
Nick="viaduct"
|
||||||
|
NickServNick="viaduct"
|
||||||
|
NickServPassword="$"
|
||||||
|
#RemoteNickFormat="<{NICK}> "
|
||||||
|
ColorNicks=true
|
||||||
|
|
||||||
|
UseRelayMsg=true
|
||||||
|
RemoteNickFormat="{NICK}/{PROTOCOL}"
|
||||||
|
|
||||||
|
[xmpp.libertacasa]
|
||||||
|
Server="xmpp.liberta.casa:5222"
|
||||||
|
Jid="viaduct@liberta.casa"
|
||||||
|
Password="$"
|
||||||
|
Muc="conference.liberta.casa"
|
||||||
|
Nick="viaduct"
|
||||||
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
|
|
||||||
|
[telegram.libertacasa]
|
||||||
|
Token="$"
|
||||||
|
RemoteNickFormat="<{NICK}> "
|
||||||
|
MessageFormat="HTMLNick"
|
||||||
|
|
||||||
|
[sshchat.Psyched]
|
||||||
|
Server="192.168.0.110:2220"
|
||||||
|
Nick="LC"
|
||||||
|
RemoteNickFormat="{PROTOCOL}:<{NICK}> "
|
||||||
|
|
||||||
|
#[matrix.libertacasa]
|
||||||
|
#Server="https://matrix.liberta.casa"
|
||||||
|
#Login="MatrixBot"
|
||||||
|
#Password="$"
|
||||||
|
#RemoteNickFormat="{PROTOCOL}:<{NICK}> "
|
||||||
|
|
||||||
|
#[discord]
|
||||||
|
|
||||||
|
#[discord.libertacasa]
|
||||||
|
#Token="$"
|
||||||
|
#Server="$"
|
||||||
|
#AutoWebhooks=true
|
||||||
|
#EditSuffix="(edited)"
|
||||||
|
#RemoteNickFormat="{PROTOCOL}:<{NICK}> "
|
||||||
|
|
||||||
|
#[mumble.libertacasa]
|
||||||
|
#Server = "liberta.casa:64738"
|
||||||
|
#Nick = "viaduct"
|
||||||
|
#SkipTLSVerify=false
|
||||||
|
|
||||||
|
[mattermost.libertacasa]
|
||||||
|
Server="mattermost.casa"
|
||||||
|
Team="libcasa"
|
||||||
|
Login="viaduct"
|
||||||
|
Password="$"
|
||||||
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
|
PrefixMessagesWithNick=true
|
||||||
|
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="libcasa"
|
||||||
|
enable=true
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libertacasa"
|
||||||
|
channel="#libcasa"
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="telegram.libertacasa"
|
||||||
|
channel="-1001402346002"
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="sshchat.Psyched"
|
||||||
|
channel="sshchat"
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="mattermost.libertacasa"
|
||||||
|
channel="libcasa"
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="xmpp.libertacasa"
|
||||||
|
channel="libcasa"
|
||||||
|
#[[gateway.inout]]
|
||||||
|
#account="mumble.libertacasa"
|
||||||
|
#channel="3"
|
||||||
|
#[[gateway.inout]]
|
||||||
|
#account="discord.libertacasa"
|
||||||
|
#channel="main"
|
||||||
|
#[[gateway.inout]]
|
||||||
|
#account="matrix.libertacasa"
|
||||||
|
#channel="#lucy:liberta.casa"
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="ircv5"
|
||||||
|
enable=false
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libertacasa"
|
||||||
|
channel="#ircv5"
|
||||||
|
#[[gateway.inout]]
|
||||||
|
#account="matrix.libertacasa"
|
||||||
|
#channel="#ircv5:liberta.casa"
|
||||||
|
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="dev"
|
||||||
|
enable=false
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libertacasa"
|
||||||
|
channel="#dev"
|
||||||
|
#[[gateway.inout]]
|
||||||
|
#account="matrix.libertacasa"
|
||||||
|
#channel="#dev:liberta.casa"
|
||||||
|
|
||||||
|
#[[gateway]]
|
||||||
|
#name=music
|
||||||
|
#enable=true
|
||||||
|
|
||||||
|
#[[gateway.inout]]
|
||||||
|
#account="irc.libertacasa"
|
||||||
|
#channel="#music"
|
||||||
|
#[[gateway.inout]]
|
||||||
|
#account="matrix.libertacasa"
|
||||||
|
#channel="#music:liberta.casa"
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="info"
|
||||||
|
enable=true
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="mattermost.libertacasa"
|
||||||
|
channel="libcasainfo"
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libertacasa"
|
||||||
|
channel="#libcasa.info"
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="xmpp.libertacasa"
|
||||||
|
channel="libcasa.info"
|
182
matterbridge/matterbridge-irc.toml
Normal file
182
matterbridge/matterbridge-irc.toml
Normal file
@ -0,0 +1,182 @@
|
|||||||
|
[general]
|
||||||
|
RemoteNickFormat="{NOPINGNICK}/{LABEL}: "
|
||||||
|
IgnoreFailureOnStart=true
|
||||||
|
MessageSplit=true
|
||||||
|
MediaDownloadSize=1000000000
|
||||||
|
MediaDownloadPath="/opt/matterbridge/libertacasa/bridgemedia2"
|
||||||
|
MediaServerDownload="https://lsd.airforce/"
|
||||||
|
|
||||||
|
[irc.libertacasa]
|
||||||
|
Nick="IRCrelay"
|
||||||
|
NickServNick="IRCrelay"
|
||||||
|
NickServPassword="$"
|
||||||
|
Server="irc.liberta.casa:6697"
|
||||||
|
UseTLS=true
|
||||||
|
UseSASL=true
|
||||||
|
Label="LibCasa"
|
||||||
|
Charset="utf8"
|
||||||
|
IgnoreNicks="HistServ"
|
||||||
|
#RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
|
||||||
|
UseRelayMsg=true
|
||||||
|
RemoteNickFormat="{NICK}/{PROTOCOL}-{LABEL}"
|
||||||
|
|
||||||
|
|
||||||
|
[irc.ergo]
|
||||||
|
Nick="LCIRCrelay"
|
||||||
|
NickServNick="LCIRCrelay"
|
||||||
|
NickServPassword="$"
|
||||||
|
Server="irc.ergo.chat:6697"
|
||||||
|
UseTLS=true
|
||||||
|
UseSASL=true
|
||||||
|
Label="ErgoChat"
|
||||||
|
Charset="utf8"
|
||||||
|
IgnoreNicks="HistServ"
|
||||||
|
#RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
|
||||||
|
UseRelayMsg=true
|
||||||
|
RemoteNickFormat="{NICK}/{PROTOCOL}-{LABEL}"
|
||||||
|
|
||||||
|
[irc.2600]
|
||||||
|
Nick="IRCrelay"
|
||||||
|
NickServNick="IRCrelay"
|
||||||
|
NickServPassword="$"
|
||||||
|
Server="irc.2600.net:6697"
|
||||||
|
UseTLS=true
|
||||||
|
SkipTLSVerify=true
|
||||||
|
#UseSASL=true
|
||||||
|
Label="2600net"
|
||||||
|
IgnoreNicks=""
|
||||||
|
Charset="utf8"
|
||||||
|
|
||||||
|
|
||||||
|
[irc.nerds]
|
||||||
|
Nick="IRCrelay"
|
||||||
|
NickServNick="IRCrelay"
|
||||||
|
#NickServPassword="$"
|
||||||
|
Server="stoned.irc-nerds.net:6697"
|
||||||
|
UseTLS=true
|
||||||
|
#UseSASL=true
|
||||||
|
Label="nerds"
|
||||||
|
IgnoreNicks=""
|
||||||
|
Charset="utf8"
|
||||||
|
|
||||||
|
[irc.oftc]
|
||||||
|
Nick="IRCrelay"
|
||||||
|
NickServNick="IRCrelay"
|
||||||
|
#NickServPassword="$"
|
||||||
|
Server="irc.oftc.net:6697"
|
||||||
|
UseTLS=true
|
||||||
|
#UseSASL=true
|
||||||
|
Label="oftc"
|
||||||
|
IgnoreNicks=""
|
||||||
|
Charset="utf8"
|
||||||
|
|
||||||
|
[irc.libera]
|
||||||
|
Nick="IRCrelay"
|
||||||
|
NickServNick="IRCrelay"
|
||||||
|
NickServPassword="$"
|
||||||
|
Server="irc.eu.libera.chat:6697"
|
||||||
|
UseTLS=true
|
||||||
|
UseSASL=true
|
||||||
|
Label="libera"
|
||||||
|
Charset="utf8"
|
||||||
|
|
||||||
|
[irc.tripsit]
|
||||||
|
Nick="IRCrelay"
|
||||||
|
NickServNick="IRCrelay"
|
||||||
|
NickServPassword="$"
|
||||||
|
Server="newirc.tripsit.me:6697"
|
||||||
|
UseTLS=true
|
||||||
|
SkipTLSVerif=true
|
||||||
|
UseSASL=true
|
||||||
|
Label="TS"
|
||||||
|
IgnoreNicks=""
|
||||||
|
Charset="utf8"
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="main"
|
||||||
|
enable=true
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libertacasa"
|
||||||
|
channel="#libcasa"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.2600"
|
||||||
|
channel="#drugs"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.nerds"
|
||||||
|
channel="#praxis"
|
||||||
|
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libera"
|
||||||
|
channel="#libcasa"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.oftc"
|
||||||
|
channel="#libcasa"
|
||||||
|
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="libcasainfo"
|
||||||
|
enable=true
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libertacasa"
|
||||||
|
channel="#libcasa.info"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.ergo"
|
||||||
|
channel="#libcasa.info"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libera"
|
||||||
|
channel="#libcasa.info"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.oftc"
|
||||||
|
channel="#libcasa.info"
|
||||||
|
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="ircv5"
|
||||||
|
enable=true
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libertacasa"
|
||||||
|
channel="#ircv5"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libera"
|
||||||
|
channel="#ircv5"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.oftc"
|
||||||
|
channels="#ircv5"
|
||||||
|
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="ita"
|
||||||
|
enable=true
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.libertacasa"
|
||||||
|
channel="#ita"
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.oftc"
|
||||||
|
channel="#ita"
|
||||||
|
|
||||||
|
|
||||||
|
[[gateway]]
|
||||||
|
name="sweden"
|
||||||
|
enable=true
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account='irc.libertacasa'
|
||||||
|
channel='#sweden'
|
||||||
|
|
||||||
|
[[gateway.inout]]
|
||||||
|
account='irc.tripsit'
|
||||||
|
channel='##sweden'
|
Loading…
Reference in New Issue
Block a user