Asher
Asher
Our docs should work in a container as well. We could maintain compose files for NGINX but I am not sure we want to be prescriptive on what reverse proxies...
I was offline last week so I have not looked into it yet. Could you share your NGINX config?
It does sort of sound like the cookie somehow is dropped so code-server thinks you are not logged in but I am not sure how that would happen. Happy to...
Strange, so you submit the password and if you check the network requests, is it making a redirect to the root and then back to the login page? It is...
I do not think we can make HTTP work because code-server uses service workers for web views and browsers do not let you use service workers in insecure contexts. You...
I do not have much beyond what we have in this guide! https://github.com/coder/code-server/blob/main/docs/guide.md#expose-code-server Personally I am not a Docker user, but if you already have a reverse proxy then it...
So if I understand correctly this issue is really two things: 1. Some kind of login problem. If folks are still running into this, please open a new bug and...