Need help/instructions on accessing a code-server via LAN on another PC.
Running a VM with access to local resources. Has a web-app running on port 80.
I wanted to install code-server on this VM so I can edit code via a browser on another PC in the local network. I used the install script here -> https://github.com/coder/code-server
Tried setting the config.yaml to <IP_ADDRESS>:8080 where <IP_ADDRESS> is the local IP of the ubuntu VM
Also tried using 0.0.0.0:8080
Restarted both the VM and the systemctl service.
No luck
Perhaps Im missing a step somewhere?
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.
4 Replies
maybe your firewall is on ?
also, what are the logs (
journalctl -xe -u code-server
) of code-server ?Oh lordy
It was the bloody firewall
Im stupid :fatcat:
This log was empty tho
makes sense, i was asking incase there was any errors
alright, then you can close this issue using the
/resolve
commandThank you, I was wondering how to do that