1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

Add a note to enable reliable websockets on plugin install (#1758)

* Add a note to enable reliable websockets on plugin install

* Update _index.md

Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
This commit is contained in:
Miguel de la Cruz 2021-12-07 14:52:37 +01:00 committed by GitHub
parent 8651d64c78
commit 78bdf3ccc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,3 +25,7 @@ Then upload the Focalboard plugin:
## Update your web proxy configuration
Follow the [steps here](../#with-nginx) to configure your web proxy (NGINX, Apache, etc.) to complete the setup.
## Enable Reliable Websockets
The Focalboard plugin requires [the Reliable Websockets feature](https://docs.mattermost.com/configure/configuration-settings.html?highlight=enablereliablewebsockets#enable-reliable-websockets) to be enabled. Check in the Mattermost server configuration that the property `ServiceSettings.EnableReliableWebSockets` is set to `true`. If it's not, enable it, restart the server and reload the clients before using the Focalboard plugin.