Hello,
I am trying to upload a plugin onto mattermost. Then i enabled it in config.json
it doesn’t help, even after restart
installation method docker compose
image: mattermost-team-edition release 9…9
"PluginSettings": {
"Enable": true,
"EnableUploads": true,
"AllowInsecureDownloadURL": true,
"EnableHealthCheck": true,
"Directory": "./plugins",
"ClientDirectory": "./client/plugins",
"Plugins": {
"com.mattermost.nps": {
"enablesurvey": false
},
"playbooks": {
"BotUserID": "*********"
},
"zoom": {}
},
"PluginStates": {
"com.mattermost.calls": {
"Enable": true
},
"com.mattermost.nps": {
"Enable": false
},
"playbooks": {
"Enable": true
},
"zoom": {
"Enable": true
}
},
"EnableMarketplace": true,
"EnableRemoteMarketplace": true,
"AutomaticPrepackagedPlugins": true,
"RequirePluginSignature": true,
"MarketplaceURL": "https://api.integrations.mattermost.com",
"SignaturePublicKeyFiles": [],
"ChimeraOAuthProxyURL": ""
},
any suggestions?
maybe there is other way to upload plugin?