Mattermost - how to add more plugins

NethServer release 7.8.2003 (final)

Hello,

I’m investigating Mattermost. I’d like to test out adding in the ability to video chat/screenshare from Mattermost using either Jitsi or BigBlueButton (installed on separate servers). Can I add in plugins to my Mattermost installed on Nethserver?

Thank you.

Perhaps @mrmarkuz knows something more now.

1 Like

here are my notes, i’m not sure if they are complete i’ll rechek later… but you should enable the plugin uplad:
just edit /opt/mattermost/config/config.json
and set EnableUploads as true

"PluginSettings": {
        "Enable": true,
        "EnableUploads": true,

thsen restart mattermost and uploiad the plugin, i have installed jitsi and webex (not tested)

6 Likes

Excellent! Thanks very much @dz00te and @m.traeumner for your comments regarding adding in plugins to Mattermost on Nethserver. I’ll dig into these posts and suggestions.

Thank you.