linuxserver / reverse-proxy-confs

These confs are pulled into our SWAG image: https://github.com/linuxserver/docker-swag
GNU General Public License v3.0
1.37k stars 309 forks source link

code-server now requires host header #538

Closed chadgeary closed 1 year ago

chadgeary commented 1 year ago

2023/03/05

code-server now checks origin on web sockets

pass the host header to ensure that check does not fail

linuxserver.io



Description

Forward proxy host header to code-server

Benefits of this PR and context

If not passed, code-server will fail to serve web socket content

How Has This Been Tested?

Validated on lab

Source / References

upstream change: https://github.com/coder/code-server/commit/be40eca5d92ac2edbd3196e50df1493272431ded

aptalca commented 1 year ago

It's already set in proxy.conf