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
It is necessary in my setup to make CumulusMX frontend avoid using a websocket connection (because I am using Cloudflare to make it available on the public internet).
I have found a way to do this by editing 'gaugefeed.js', 'dashboard.js' and 'now.js' in the folder /opt/CumulusMX/interface/js/ and changing the first line to 'var useWebSockets = false;'.
It would be nice to have this setting as some kind of configuration parameter. (And thus not to have to manually edit source code on every update.)
Thanks,
Benedek
The text was updated successfully, but these errors were encountered:
It is necessary in my setup to make CumulusMX frontend avoid using a websocket connection (because I am using Cloudflare to make it available on the public internet).
I have found a way to do this by editing 'gaugefeed.js', 'dashboard.js' and 'now.js' in the folder /opt/CumulusMX/interface/js/ and changing the first line to 'var useWebSockets = false;'.
It would be nice to have this setting as some kind of configuration parameter. (And thus not to have to manually edit source code on every update.)
Thanks,
Benedek
The text was updated successfully, but these errors were encountered: