This release fixes an issue where Docker containers appeared as unhealthy in deployments where the web interface was disabled. We introduced a new, independent heartbeat mechanism in src/heartbeat.ts that updates a local filesystem indicator instead of relying on the web server, ensuring accurate container status reporting regardless of your deployment configuration. Consistent container health reporting

Decoupled Docker healthcheck from web interface in v0.19.2 - albinotonnina/echos