mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-21 07:50:49 +01:00
Combine https page into this page
parent
0c2e731500
commit
ff0a723711
@ -2,6 +2,28 @@
|
|||||||
**Create a dedicated user (a new account specifically for matterbridge) first.
|
**Create a dedicated user (a new account specifically for matterbridge) first.
|
||||||
It will not relay messages from yourself if you use your account**
|
It will not relay messages from yourself if you use your account**
|
||||||
|
|
||||||
|
## HTTPS (secure)
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[mattermost.mymattermost]
|
||||||
|
#The mattermost hostname. (do not prefix it with http or https)
|
||||||
|
Server="yourmattermostserver.domain:443"
|
||||||
|
|
||||||
|
#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
|
||||||
|
```
|
||||||
|
|
||||||
|
## HTTP (unsecure)
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[mattermost.mymattermost]
|
[mattermost.mymattermost]
|
||||||
#The mattermost hostname. (do not prefix it with http or https)
|
#The mattermost hostname. (do not prefix it with http or https)
|
||||||
@ -16,8 +38,8 @@ Team="yourteam"
|
|||||||
Login="yourlogin"
|
Login="yourlogin"
|
||||||
Password="yourpass"
|
Password="yourpass"
|
||||||
|
|
||||||
#Enable this (set to true) to make a http connection
|
# Set to `true` to connect to your mattermost
|
||||||
#(instead of https) to your mattermost.
|
# instance using HTTPS instead of HTTP.
|
||||||
NoTLS=false
|
NoTLS=false
|
||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
PrefixMessagesWithNick=true
|
PrefixMessagesWithNick=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user