gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.85k stars 422 forks source link

Make `--host` configurable for `gitpod/openvscode-server` container #493

Open davidxia opened 1 year ago

davidxia commented 1 year ago

Hi, I'd like to start the gitpod/openvscode-server container image with a configurable --host value like localhost. Right now it's hardcoded to 0.0.0.0 in the entrypoint here. Is it possible to parameterize this into an env var? I could override the entrypoint, but this risks diverging from upstream.

Thanks