mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
Update matterbridge.toml
This commit is contained in:
parent
7167d98bbf
commit
99219b21bc
1 changed files with 19 additions and 30 deletions
|
@ -1,35 +1,24 @@
|
||||||
[mattermost.mymattermost]
|
[irc]
|
||||||
#The mattermost hostname. (do not prefix it with http or https)
|
[irc.freenode]
|
||||||
Server="yourmattermostserver.domain:443"
|
Server="irc.freenode.net:6667"
|
||||||
|
Nick="yourbotname"
|
||||||
#the team name as can be seen in the mattermost webinterface URL
|
|
||||||
#in lowercase, without spaces
|
|
||||||
Team="yourteam"
|
|
||||||
|
|
||||||
#login/pass of your bot.
|
|
||||||
#Use a dedicated user for this and not your own!
|
|
||||||
Login="yourlogin"
|
|
||||||
Password="yourpass"
|
|
||||||
|
|
||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
|
||||||
PrefixMessagesWithNick=true
|
|
||||||
|
|
||||||
|
|
||||||
[irc.myirc]
|
|
||||||
Server="irc.whatever.net:6667"
|
|
||||||
Nick="yourbotnick"
|
|
||||||
Password="yourNickservPassword"
|
|
||||||
|
|
||||||
|
[mattermost]
|
||||||
|
[mattermost.work]
|
||||||
|
Server="yourmattermostserver.tld"
|
||||||
|
Team="yourteam"
|
||||||
|
Login="yourlogin"
|
||||||
|
Password="yourpass"
|
||||||
|
PrefixMessagesWithNick=true
|
||||||
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
|
|
||||||
[[gateway]]
|
[[gateway]]
|
||||||
name="gateway1"
|
name="mygateway"
|
||||||
enable=true
|
enable=true
|
||||||
|
[[gateway.inout]]
|
||||||
|
account="irc.freenode"
|
||||||
|
channel="#testing"
|
||||||
|
|
||||||
[[gateway.inout]]
|
[[gateway.inout]]
|
||||||
account="irc.myirc"
|
account="mattermost.work"
|
||||||
channel="#some-passworded-channel"
|
channel="off-topic"
|
||||||
options = { key="password" }
|
|
||||||
|
|
||||||
[[gateway.inout]]
|
|
||||||
account="mattermost.mymattermost"
|
|
||||||
channel="https://yourmattermostserver/yourteam/channels/channel_name"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue