Ankermgmt / ankermake-m5-protocol

Ankermake M5 protocol specifications and libraries *NOT AFFILIATED WITH ANKER*
GNU General Public License v3.0
164 stars 38 forks source link

wss:// support #138

Open snoj opened 11 months ago

snoj commented 11 months ago

Added ability to use wss for ssl deployments (eg traefik/nginx proxy manager).

billyjbryant commented 11 months ago

Can you provide screenshots as well as documentation on how you configure this for operation?

snoj commented 11 months ago

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.

billyjbryant commented 10 months ago

Can you target the upcoming branch instead of master?

snoj commented 10 months ago

I assume you mean "upcoming/v1.1".

Done