Replies: 2 comments
-
So basically, I need to figure a few things out. I have the code-server running, can access everything fine on the public facing IPv4 address, i need it on either 10.0.0.2 (NOT 10.0.0.2, this is cloudprovider for open ipv4) <----binding makes accesssible to public ipv4 and functions properly(not wanted)(closed)) ---> current use --> 10.8.0.1 . So I have to lock down and do some learning. But anything helps |
Beta Was this translation helpful? Give feedback.
-
The So you can see the login page, but when you submit the form it just keeps showing the login page, is that the issue? And it shows no errors? Can you post code-server's logs after trying to log in? You may want to run code-server with |
Beta Was this translation helpful? Give feedback.
-
I have a quick question, I have code-server set up and running, I am using openvpn to access code-server directory with --bind-addr 10.8.0.1:80 I am able to get my mobile devices, laptop anything on the network to display to the "Welcome to code-server message, with the password input box, however the browser cycles, I am not using nginx, i do not need that correct? I have very stable connections with the VPN across my devices, and got this far. I am wishing to use just code-server set up listening on the private network, so just me but testing thus far across 5 devices I can get to the Login Page, there are a few issues I am working on. any ideas? i am reviewing code-servers config, I think if I re-install code-server as root maybe? I have attached snaps of my current config, i think the issue has to do with how code-server fecthes content in ubuntu with regards to user permissions? And I am having issues with the configs , the .config.yaml is in /root/

I also noticed that after restarting code-server and attempting to connect i get this: A home directory issue, i am not sure how to fix this at this very moment UPDATE, I havw code-sever --bind-addr 10.8.0.1:80 , I can fetch the login page, submit the password, and heres a tshark capture please look :
Beta Was this translation helpful? Give feedback.
All reactions