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
|
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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue