taigaio / taiga-docker

Mozilla Public License 2.0
1.22k stars 305 forks source link

[Q] Websockets protocol: inconsistency between the doc and the code #79

Closed SP-937-215 closed 1 year ago

SP-937-215 commented 2 years ago

Hello,

There is an inconsistency between the code and the doc regarding the websocket protocol.

In the documentation here it is the secured protocol with "wss" while in the docker-compose file row 89 it is the unsecured version : "ws".

It is very minor but can be misleading for someone unable to understand what it means in terms of setup.