Vetru-Apps / mqtt-dashboard-documentation

MkDocs - based coumentation for the MqttDashboard Android app.
12 stars 1 forks source link

Cannot specify path for websocket connection #7

Open adambrenneis opened 3 years ago

adambrenneis commented 3 years ago

My MQTT host is behind a reverse proxy, so I use a particular path to route to the actual MQTT service's websocket listener. e.g.

https://www.example.com/services/mqtt

But the app settings don't allow for this, I believe the final URL ends up something like this:

https://www.example.com/services/mqtt:443

I can add a rule for this particular path in my proxy and it seems to work, but it's not ideal.