mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
Fix
This commit is contained in:
parent
46d029b2d0
commit
7167d98bbf
2 changed files with 12 additions and 5 deletions
|
@ -15,14 +15,21 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
|||
PrefixMessagesWithNick=true
|
||||
|
||||
|
||||
[irc.myirc]
|
||||
Server="irc.whatever.net:6667"
|
||||
Nick="yourbotnick"
|
||||
Password="yourNickservPassword"
|
||||
|
||||
|
||||
[[gateway]]
|
||||
name="gateway1"
|
||||
enable=true
|
||||
|
||||
[[gateway.inout]]
|
||||
account="protocol.myprotocol"
|
||||
channel="prtocolchannel"
|
||||
account="irc.myirc"
|
||||
channel="#some-passworded-channel"
|
||||
options = { key="password" }
|
||||
|
||||
[[gateway.inout]]
|
||||
account="protocol2.myprotocol2"
|
||||
channel="protocol2channel"
|
||||
account="mattermost.mymattermost"
|
||||
channel="https://yourmattermostserver/yourteam/channels/channel_name"
|
||||
|
|
|
@ -59,7 +59,7 @@ ynh_system_user_create --username=$app
|
|||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue