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

Feature: Optional HTTP Server #26

Open
bias-keenly opened this issue Aug 23, 2019 · 0 comments
Open

Feature: Optional HTTP Server #26

bias-keenly opened this issue Aug 23, 2019 · 0 comments

Comments

@bias-keenly
Copy link
Contributor

I have a use case where, as part of this solution, I would like to export some files over HTTP to be consumed by my PXE client (OS install files). If the concept is approved I will submit a PR to create the following flags.

  • -h / --http-server (flag)
    • start HTTP server (by default will export tftp root on the default port (8080))
  • -p / --http-port (optional)
    • HTTP port to use
    • default is 8080
  • -r / --http-root (optional)
    • HTTP root export path
    • default is tftp root
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

No branches or pull requests

1 participant