Changes
- Replaced the watchdog check on the Beszel SSH port (45876) with a dedicated lightweight HTTP health endpoint on port 45877. This avoids the periodic SSH connection churn that was causing regular CPU spikes and unnecessary restarts on some systems. (Check issue #2)
- The watchdog now uses:
http://[HOST]:[PORT:45877]/cgi-bin/health. This health endpoint delegates to upstream agent health. - HTTP health helper starts only when the Home Assistant add-on watchdog is enabled.
- Added busybox-extras to the images so a tiny httpd server is available for the health endpoint.
Full Changelog: v0.18.6...v0.18.6.1