How to add websocket on cloudron for app support
-
Hello!
Can anyone let me know how to add the web socket feature to the rocketchat on cloudron I know how to do it on a raw installation of rocketchat kinda unaware on how things work on cloudron I need to use the iOS rocketchat app
-
@onlybro can you provide more details on how you enabled it on a non-cloudron installation? I was not aware that it would not already use websockets, at least the browser client does use websockets without any further configuration required.
-
By adding the following to
/etc/nginx/conf.d/rocketchat.conf
https://docs.rocket.chat/installation/manual-installation/configuring-ssl-reverse-proxy
How to enable iOS app on cloudron ?
@onlybro the rocket chat app package does not use nginx, but nginx is provided as a generic reverse proxy for all apps. It is also properly setup to support websockets not just for rocketchat and is the SSL termination endpoint. Given that websockets do work and are used, as seen from the browser's webinspector, I am not sure what is missing. But I don't have an iOS device to test.
-
@onlybro the rocket chat app package does not use nginx, but nginx is provided as a generic reverse proxy for all apps. It is also properly setup to support websockets not just for rocketchat and is the SSL termination endpoint. Given that websockets do work and are used, as seen from the browser's webinspector, I am not sure what is missing. But I don't have an iOS device to test.
If you could simply let me know if any extra configuration is required to connect the rocketchat app to the iOS app /android app after installing from cloudron cause I tried to connect and the iOS app doesn’t connect which is the same error when the stated proxy is not entered while a user tries to connect to the iOS app on a raw installation
-
If you could simply let me know if any extra configuration is required to connect the rocketchat app to the iOS app /android app after installing from cloudron cause I tried to connect and the iOS app doesn’t connect which is the same error when the stated proxy is not entered while a user tries to connect to the iOS app on a raw installation
-
@onlybro no further config should be required. I am actively using the android app that works, but as mentioned, I don't have an iOS device to test. Maybe someone else here is using iOS and rocketchat to give some input?