How do I change generated local address url in port forwarding? #5976
Answered
by
jsjoeio
Wireless4024
asked this question in
Q&A
|
I'm using code-server in coder, if this is coder's problem or have soluion to do please let me know. |
Answered by
jsjoeio
Jan 19, 2023
Replies: 1 comment 7 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 |
7 replies
Answer selected by
Wireless4024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!