Created FAQ (markdown)

Wim 2017-07-08 12:38:13 +02:00
parent 23e5c4ab5f
commit 874b571879

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)