1.0.4 • Published 7 years ago

hubot-mattermost-adapter v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Hubot Mattermost Adapter

for Gitlab SSO

Install

npm install hubot-mattermost-adapter --save

Usage

VariableRequiredDescription
MATTERMOST_HOSTYesThe Mattermost host e.g. mm.yourcompany.com
MATTERMOST_GROUPYesThe team/group on your Mattermost server e.g. core
MATTERMOST_TOKENYesThe token of an already logged-in Mattermost user using Gitlab SSO
MATTERMOST_WSS_PORTNoOverrides the default port 443 for websocket (wss://) connections
MATTERMOST_HTTP_PORTNoOverrides the default port (80 or 443) for http:// or https:// connections
MATTERMOST_TLS_VERIFYNo(default: true) set to 'false' to allow connections when certs can not be verified (ex: self-signed, internal CA, ... - MITM risks)
MATTERMOST_USE_TLSNo(default: true) set to 'false' to switch to http/ws protocols
MATTERMOST_LOG_LEVELNo(default: info) set log level (also: debug, ...)
MATTERMOST_REPLYNo(default: true) set to 'false' to stop posting reply responses as comments
MATTERMOST_IGNORE_USERSNo(default: empty) Enter a comma-separated list of user senderi_names to ignore.

More details see README of hubot-matteruser

More

This project is modified based on hubot-matteruser and mattermost-client.

So we can use a logged-in account to automatically connect to Mattermost server.

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago