github Pouzor/homelable v1.3.3
v1.3.3 — Fix network scan on fresh Docker installs

latest releases: v2.1.1, v2.1.0, v2.0.3...
one month ago

Bug Fixes

  • Fix scan failures on fresh Docker installsservice_signatures.json was stored in /app/data/ which gets overwritten by the Docker volume mount at runtime. Moved inside the app package so it stays baked into the image.
  • Fix missing ping on Dockerpython:3.13-slim does not ship ping; iputils-ping is now installed in the image (included in v1.3.2, carried forward).
  • Thread-safe signature file loading (APScheduler runs in threads)
  • Clear error message if signature file is ever missing
  • Restrict CORS to only the HTTP methods and headers used by the frontend

Upgrade

docker compose pull && docker compose up -d

Or rebuild from source:

docker compose build backend && docker compose up -d

Don't miss a new homelable release

NewReleases is sending notifications on new releases.