Open snoj opened 11 months ago
Can you provide screenshots as well as documentation on how you configure this for operation?
Can you provide screenshots as well as documentation on how you configure this for operation?
The change doesn't have any configuration needs. It just allows for a reverse proxy to be able to use certificates/tls. The original code had hardcoded ws:// for the websocket url in the webui. This code automatically sets the protocol to wss for the websocket urls if https is being used.
Can you target the upcoming branch instead of master?
I assume you mean "upcoming/v1.1".
Done
Added ability to use wss for ssl deployments (eg traefik/nginx proxy manager).