anthonyraymond / joal

An open source command line RatioMaster with an optional WebUI.
Apache License 2.0
572 stars 63 forks source link

Joal access through reverse proxy #223

Closed xxxarmitagexxx closed 8 months ago

xxxarmitagexxx commented 8 months ago

Hi,

I have set-up Joal and can access the web-ui through IP:PORT/SECRET/ui and this works normally. Joal is connected.

I am now trying to put Joal being a nginx proxy manager. While I can access the web ui through https://mydomain/SECRET/ui, Joal won’t connect.

I have tried to check the Websocket support in NPM but no luck so far.

Any clue what parameter need to be configured in nginx to have the web ui fonction correctly?

Regards, Matthieu

xxxarmitagexxx commented 8 months ago

Simply had to change the port to 443...