Remote access Coder with VSCode
Hi guys im new to Coder i want to remote access to my Coder server from VSCode app
i read about Extension but im missing something to run it or theres other way to make it work
Also i try to access to dev.coder.com it shows me unauthorized when trying to connect with GitHub
Thank you
18 Replies
<#1238316524004179989>
Category
Help needed
Product
code-server
Platform
Linux
Logs
Please post any relevant logs/error messages.
Hi, there.
How and where did you install Coder?
Hi i install it from script https://helper-scripts.com/scripts?id=vsp61z98rs0xj16
Proxmox VE Helper-Scripts
Scripts for Streamlining Your Homelab with Proxmox VE
GitHub
Proxmox/misc/code-server.sh at main · tteck/Proxmox
Proxmox VE Helper-Scripts. Contribute to tteck/Proxmox development by creating an account on GitHub.
Looks like you want to install it with Proxmox? And it's code-server a web ide not Coder
yes is there a difference ?
Coder is a tool to manage cloud development environments at scale for a team of people
Code-server is just a web ide that lets you access and develop your code from any where using your browser
got it
I would advise you to follow the official installation docs of code-server
if it wont lead me to use it in vscode
i think its better to go for coder
GitHub
GitHub - coder/code-server: VS Code in the browser
VS Code in the browser. Contribute to coder/code-server development by creating an account on GitHub.
Yes. You need Coder for that
thank you i will take a look at coder docs
Solution
Here are the Coder docs
Easiest would be to install Docker and create Docker based workspaces
like docker env for each dev i want to do ?
Yes.
Coder will use docker to create workspaces as docker containers
got it i will try this way