From 874b5718797f8c024c36bd9c7d4392ebd61b9852 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 8 Jul 2017 12:38:13 +0200 Subject: [PATCH] Created FAQ (markdown) --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..9cbf289 --- /dev/null +++ b/FAQ.md @@ -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)