Replies: 1 comment
|
So you can access code-server directly but not through the proxy? I'm not familiar with nginx-proxy-manager but one common source of issues with proxies is that websockets aren't being proxied so it could be worth double-checking if that's enabled. If that doesn't do it then posting the browser and code-server logs when trying to access through the proxy could help pinpoint the issue. The file you linked is code-server's built-in proxy which I think is unrelated in this case. It's for proxying other ports through code-server and is only enabled when using the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have the following docker compose file:
The
local-nginx-networkhas a proxy manager spun up by https://nginxproxymanager.com/setup/.I'm able to see the instance when I navigate to http://ip-address:8080. However, I cannot get to it using the proxy server. Just to assure you, nothing is wrong with my proxy. I have a plethora of other services with the same setup that just work.
Looking at the code, I'm tempted to blame the logic in https://github.com/cdr/code-server/blob/main/src/node/routes/domainProxy.ts lines 18-39
All reactions