| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Modified: docs/screenshots/shoelaces-frontend-1.png
The '/poll/1/<MAC>' replaced by '/start'
New file: docs/screenshots/shoelaces-overview.msc
Source of shoelaces-overview.png
use msc-generator to build the .png
Modified: docs/screenshots/shoelaces-overview.png
String "iPXE ROM" replaced by "iPXE executable"
Added '/start' route
Documented the polling loop as a loop
Signed-off-by: Geert Stappers <stappers@stappers.it>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added /start as entry point, for humans and iPXE
The '/poll/1/${netX/mac:hexhyp}' is fairly iPXE internal, not something
that invites curious people to look better at shoelaces. Neither it is
looking nice in DHCP server configuration.
This change adds a HTTP handler for '/start'. And '/start' points
to '/poll/1/${netX/mac:hexhyp}'. The benefit of it is that human visible
documentation can replace the "voodoo" '/poll/1/${netX/mac:hexhyp}'
with "friendly" '/start'.
Because it is an addition are the existing HTTP handlers not effected,
neither the installed deployments effected.
Signed-off-by: Geert Stappers <stappers@stappers.it>
|
| |
|
|
|
|
|
| |
Replaced string 'ROM' by 'executable'.
Read-Only-Memory, ROM, is a physical thing,
which can't be transfered by TFTP.
|
| | |
|
| | |
|
| |
|