You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you choose to install these preconfigured plugins you'll have to put manually a matterbridge.toml in the same directory as the plugin BEFORE enabling the plugin. See configurion above.
Use go 1.11 if possible (only tested with this version).
You have to create a matterbridge.toml configuration file before running make. Because the configuration file will be added to the plugin.
Look at the wiki on how to create your configuration.
You can also take a look at the matterbridge.toml.sample file. Keep in mind the IMPORTANT notice above.
run make
$ make
building plugin.exe
-------------------
CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags '-s' -o plugin.exe
creating plugin.tar.gz archive
------------------------------
tar zcf plugin.tar.gz plugin.exe plugin.yaml
finished, upload plugin.tar.gz to mattermost
-rw-r--r-- 1 wim wim 8183192 Nov 11 22:13 plugin.tar.gz
Misc
I'm using a mattermost-server fork github.com/42wim/mattermost-server because the upstream one isn't working correctly with go 1.11 modules yet.