1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00
This commit is contained in:
ericgaspar 2021-01-26 15:14:57 +01:00
parent 46d029b2d0
commit 7167d98bbf
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 12 additions and 5 deletions

View file

@ -15,14 +15,21 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
PrefixMessagesWithNick=true PrefixMessagesWithNick=true
[irc.myirc]
Server="irc.whatever.net:6667"
Nick="yourbotnick"
Password="yourNickservPassword"
[[gateway]] [[gateway]]
name="gateway1" name="gateway1"
enable=true enable=true
[[gateway.inout]] [[gateway.inout]]
account="protocol.myprotocol" account="irc.myirc"
channel="prtocolchannel" channel="#some-passworded-channel"
options = { key="password" }
[[gateway.inout]] [[gateway.inout]]
account="protocol2.myprotocol2" account="mattermost.mymattermost"
channel="protocol2channel" channel="https://yourmattermostserver/yourteam/channels/channel_name"

View file

@ -59,7 +59,7 @@ ynh_system_user_create --username=$app
# MODIFY A CONFIG FILE # MODIFY A CONFIG FILE
#================================================= #=================================================
cp -a ../conf/matterbridge.toml.example $final_path/matterbridge.toml cp -a ../conf/matterbridge.toml $final_path/matterbridge.toml
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD