How do I change generated local address url in port forwarding? #5976
-
I'm using code-server in coder, if this is coder's problem or have soluion to do please let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Great question! Apologies for not having this in the docs or easier to find. This is where it's documented: https://github.com/coder/code-server/releases/tag/v4.8.0 So you'll want to set |
Beta Was this translation helpful? Give feedback.
Great question! Apologies for not having this in the docs or easier to find. This is where it's documented: https://github.com/coder/code-server/releases/tag/v4.8.0
So you'll want to set
VSCODE_PROXY_URI=https://your-url/proxy/{{port}}
as an environment variable. Let me know if you have any issues!