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]
|
||||
#The mattermost hostname. (do not prefix it with http or https)
|
||||
Server="yourmattermostserver.domain:443"
|
||||
[irc]
|
||||
[irc.freenode]
|
||||
Server="irc.freenode.net:6667"
|
||||
Nick="yourbotname"
|
||||
|
||||
#the team name as can be seen in the mattermost webinterface URL
|
||||
#in lowercase, without spaces
|
||||
[mattermost]
|
||||
[mattermost.work]
|
||||
Server="yourmattermostserver.tld"
|
||||
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"
|
||||
|
||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||
|
||||
[[gateway]]
|
||||
name="gateway1"
|
||||
name="mygateway"
|
||||
enable=true
|
||||
[[gateway.inout]]
|
||||
account="irc.freenode"
|
||||
channel="#testing"
|
||||
|
||||
[[gateway.inout]]
|
||||
account="irc.myirc"
|
||||
channel="#some-passworded-channel"
|
||||
options = { key="password" }
|
||||
|
||||
[[gateway.inout]]
|
||||
account="mattermost.mymattermost"
|
||||
channel="https://yourmattermostserver/yourteam/channels/channel_name"
|
||||
account="mattermost.work"
|
||||
channel="off-topic"
|
||||
|
|
Loading…
Add table
Reference in a new issue