simple ruby bot for interact with wekan-mattermost
just comment wekan-mattermost message and it automataic add to the related wekan card
minimum ruby version is 2.7
docker build -t mattermost-wekan .
version: "3"
services:
mattermost-wekan:
image: mattermost-wekan
environment:
MATTERMOST_TOKEN: "token giving after create mattermost outgoing webhook"
mattermost_bot_token: "some mattermost user password"
MATTERMOST_URL: ""
wekan_url: ""
WEKAN_DB_URL: "example: mongodb://localhost:27017/wekan"
WEKAN_USER_LIST: "wekan user_ids with space separated"
MATTERMOST_USER_LIST: "maattermost user_ids with space separated"
DEBUG: ""
you need to:
- create mattermost bot account and add it to channel
- create mattermost outgoing webhook
- expose wekan-db port or add mattermost-wekan container to the wekan docker network