How to log in to GitHub #2556
-
Open external links are opened using the local computer, how do I configure them on the server? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There's currently nothing that would make it open on the server. This
wouldn't work anyway, right? Since the browser is on the client and not
the server? Unless you're using VNC or something. 🤔
|
Beta Was this translation helpful? Give feedback.
-
Please be more clear to your use case. The topic of discussion is not so clear. Why do you want to open the link on the server side? If you want to open a link that is generated by the server then you need to use the inbuilt proxy of code-server PS: Use HTTPS if your server uses HTTPS otherwise the proxy should report an error @h123hh If this discussion was helpful, please mark the thread as answered and upvote. It would really inspire juniors like me. Thank You, |
Beta Was this translation helpful? Give feedback.
Please be more clear to your use case. The topic of discussion is not so clear. Why do you want to open the link on the server side?
Please explain so that I can serve you with a better response.
If you want to open a link that is generated by the server then you need to use the inbuilt proxy of code-server
Here is an use case
If
http://192.168.0.118:1000
is your code-server url then wrap the generated link here just like thishttp://192.168.0.118:1000/proxy/generated-link-here/port-here-if-any
PS: Use HTTPS if your server uses HTTPS otherwise the proxy should report an error
@h123hh If this …