Docker image with Mattermost Bot (https://github.com/attzonko/mmpy_bot)
MATTERMOST_BOT_SSL_VERIFY
: whether to perform SSL cert verification, defaults toTrue
MATTERMOST_BOT_URL
: the Mattermost API URL (see below)MATTERMOST_BOT_LOGIN
: the bot loginMATTERMOST_BOT_PASSWORD
: the bot passwordMATTERMOST_BOT_TEAM
: the Mattermost team to joinMATTERMOST_BOT_DEBUG
: set toTrue
to enable debug mode, defaults toFalse
MATTERMOST_BOT_PLUGINS_ONLY_DOC
: set toTrue
to disable regexp in help message, defaults toFalse
MATTERMOST_BOT_WORKERS
: the bot number of workers, defaults to10
MATTERMOST_BOT_DEFAULT_REPLY
: the bot default reply, defaults toNone
MATTERMOST_DOMAIN
: the Mattermost domain (withouthttp://
)MATTERMOST_API_VERSION
: the Mattermost API version, defaults tov3
/plugins
: the plugin files (see Plugins)
Plugins must be either in /plugins
or in a direct subdirectory of /plugins
. /plugins
must contain a __init__.py
file. Subdirectories not containing __init__.py
file are allowed and will be ignored.