binding private webui to localhost
Open
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 534
- PR merge metrics
- No merged PRs in 30d
Description
`npm start` opens at localhost:3000, however after creating a static build of the app and kicking off with `npx serve`, it's now listening on localhost:5000 **and** :5000.
I've exhausted my resources looking through configs but can't figure out where listen addresses are set. Looking at the serve help page, I'm able to change the listen port, but when started it still listens on the external interface, even when specifying `--listen tcp://localhost:3000`.
How can I bind webui to localhost only!?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.