mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-14 09:02:30 +02:00
Add a dedicated nginx health endpoint on 127.0.0.1:3001 with access_log off that returns 200 at /health. Update HEALTHCHECK to verify both that the filebrowser process is running (pgrep) and nginx is serving (curl to health endpoint), avoiding direct HTTP requests to filebrowser that caused log spam every 5 seconds.