Skip to content

Feature: Optional HTTP Server #26

@bias-keenly

Description

@bias-keenly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions