| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year to 2018-2026 | Raúl Benencia | 13 days | 7 | -7/+7 |
| | | |||||
| * | Replace io/ioutil with os equivalents | Raúl Benencia | 13 days | 1 | -4/+3 |
| | | | | | ioutil.ReadFile and ioutil.ReadDir have been deprecated since Go 1.16. | ||||
| * | Use stdlib router | Raúl Benencia | 13 days | 1 | -3/+1 |
| | | |||||
| * | Inline middleware chain | Raúl Benencia | 14 days | 1 | -6/+14 |
| | | |||||
| * | Use slog logging | Raúl Benencia | 14 days | 3 | -9/+8 |
| | | | | | Drop go-kit/kit/log in favor of the now standard log/slog. | ||||
| * | feat: add human-friendly entry point | Geert Stappers | 2023-01-04 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | No extra poll in ipxemenu | Geert Stappers | 2023-01-04 | 1 | -1/+0 |
| | | | | | | | Removed 'chain /poll/1/${netX/mac:hexhyp}' from the ipxemenu entry. To make it possible that pressing Ctrl-B gets user immediately to the desired menu. | ||||
| * | Support config subdirectories | Raul Benencia | 2020-04-01 | 1 | -3/+11 |
| | | |||||
| * | First public commit | Raúl Benencia | 2018-05-11 | 7 | -0/+656 |
