this post was submitted on 12 May 2024
1041 points (98.1% liked)

Open Source

30502 readers
185 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Templa@beehaw.org 1 points 4 months ago (1 children)

I agree, just need to figure out how to connect to a pod using OpenSSH.

[–] chebra@mstdn.io 1 points 4 months ago (1 children)

@Templa I'm actually using github.com/coder/code-server for that. It's also built only from the open-source parts of vscode, but it is made to run in browser. So I just deploy the docker container with code-server to the more powerful remote machine, and open my browser, where it can be used as PWA so it's almost unrecognizable from a native desktop app.

[–] Templa@beehaw.org 1 points 4 months ago

Unfortunately that doesn't apply when you are on your work computer and need to connect to your environment which is behind a corporate VPN. Thanks for telling me about code-server though, I'll check that definitely!