From a755d60da3f2b2def8bffa5d900a09052353ed6e Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 22 Jun 2017 23:56:51 +0200 Subject: [PATCH] Created Section Mattermost (basic) (markdown) --- Section-Mattermost-(basic).md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Section-Mattermost-(basic).md diff --git a/Section-Mattermost-(basic).md b/Section-Mattermost-(basic).md new file mode 100644 index 0000000..57f6dc3 --- /dev/null +++ b/Section-Mattermost-(basic).md @@ -0,0 +1,19 @@ +``` +[mattermost.mymattermost] +useAPI=true +#The mattermost hostname. (do not prefix it with http or https) +Server="yourmattermostserver.domain" + +#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" + +#Enable this (set to true) to make a http connection (instead of https) to your mattermost. +NoTLS=false +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " +```