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

Make web app port configurable. #57

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

CompPhy
Copy link
Contributor

@CompPhy CompPhy commented Feb 2, 2024

This PR adds WEB_APP_PORT environment variable, which is defaulted to port 3000 but can be overridden at deployment time.

Some platforms, like TrueNAS, want to bind web services to different ports; but also need to do this in the context where host networking is enabled for TFTP to work correctly. This means that services inside the container need to be more configurable on the network port binding.

@antonym
Copy link
Member

antonym commented Feb 5, 2024

Updated web app to take env variable for listening port:

https://github.com/netbootxyz/webapp/releases/tag/0.7.1

@antonym antonym merged commit de524f8 into netbootxyz:master Feb 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants