mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 03:49:25 +01:00
Created FAQ (markdown)
parent
23e5c4ab5f
commit
874b571879
10
FAQ.md
Normal file
10
FAQ.md
Normal file
@ -0,0 +1,10 @@
|
||||
## Something doesn't work
|
||||
First create a basic configuration following https://github.com/42wim/matterbridge/wiki/How-to-create-your-config
|
||||
|
||||
## Mattermost
|
||||
### "version not supported error"
|
||||
By default matterbridge tries https to connect to your mattermost setup.
|
||||
If you're using a test setup for mattermost, this will probably listen on http and on port 8065.
|
||||
|
||||
Add ```NoTLS=true``` and use ```Server="yourmattermostserver.domain:8065"``` to your mattermost config.
|
||||
Also see https://github.com/42wim/matterbridge/wiki/Section-Mattermost-(basic)
|
Loading…
Reference in New Issue
Block a user