tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
163 stars 23 forks source link

For UI code base, `yarn run dev` should listen on 0.0.0.0 instead of localhost #232

Closed nascentcore-eng closed 1 year ago

nascentcore-eng commented 1 year ago

Describe what should be done Right now yarn run dev in UI listens on localhost:8000, we want to change to 0.0.0.0 so that connections from Internet can reach the server.

Describe alternatives considered None

Additional context None

zhoujie16 commented 1 year ago

The default usage of the 'run dev' command is to run on the '0.0.0.0' IP. If you need to specify an IP, you can use the 'run dev --host 0.0.0.0' command.