-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Unable to use allow-http-, auth: none #1428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc: @code-asher. Do these flags still exist in v2? I know they were removed in v3. |
`allow-http` was removed in v2. `auth` is still valid but it looks like
the entire option name is being interpreted as "auth none", probably
because of the quotes in the docker-compose file. I imagine removing the
quotes would fix it.
|
Very well, @kylecarbs, @code-asher. That makes sense now. Although you answered the issue main question, I'm now finding even harder time to understand how to expose code-server via nginx reverse proxy running as subdirectory like:
To my understanding the option |
The base path was removed in v3 so you'll need to use that. Based on your version output you're still on v2 which requires the |
I see. I'll give this a shot with v3 and post what I find back here. However, I'm closing this as it's already answering all my concerns. Thanks and keep up that good work. Also, stay safe 🙌. |
Although I found few references to using
--allow-http
, and--auth none
in few issues, I still wasn't able to use them myself. My docker-compose file is:The results are:
version info:
The text was updated successfully, but these errors were encountered: