Skip to content
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

feat(js): added a verdaccio listen address to configuration #26976

Conversation

Vegtory
Copy link
Contributor

@Vegtory Vegtory commented Jul 18, 2024

Current Behavior

Running Verdaccio through nx always uses localhost by default to listen to.
The Verdaccio config.yaml listen address is always overridden by the executor because it sets the --listen argument.

Expected Behavior

In our situation, where we are developing in a VM we want Verdaccio to listen to all requests by setting it to 0.0.0.0 instead of localhost.

Related Issue(s)

No Issue registered

Fixes #
Added a listen address to the Verdaccio configuration and executor.
Decided to make it a simple implementation to prevent breaking changes.

@Vegtory Vegtory requested a review from a team as a code owner July 18, 2024 11:28
@Vegtory Vegtory requested a review from jaysoo July 18, 2024 11:28
Copy link

vercel bot commented Jul 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jul 25, 2024 5:41am

@Vegtory
Copy link
Contributor Author

Vegtory commented Jul 19, 2024

I could not get documentation to work, maybe one of the maintainers would be so kind to run it for this PR?

William van der Vegt and others added 2 commits July 24, 2024 12:22
Added a Verdaccio listen address to the configuration so that you are able to configure the listen address of Verdaccio.
@AgentEnder AgentEnder merged commit 50e08aa into nrwl:master Jul 25, 2024
6 checks passed
FrozenPandaz pushed a commit that referenced this pull request Jul 30, 2024
Co-authored-by: William van der Vegt <william.van.der.vegt@moba.net>
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
(cherry picked from commit 50e08aa)
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants