v0.5.1 — Patch Release
Release date: 2026-03-25
Bug fix
Fixed: container fails to start on fresh install (#5)
On a brand-new deployment with no existing manager.yml, the app would crash at startup with:
NameError: name '_hash_password' is not defined
The auto-password generation routine (_ensure_password) called _hash_password before it was defined in the module. The function has been moved to the correct position. No config or data changes are required existing installations are unaffected.
Upgrade
Pull the new image:
docker compose pull && docker compose up -d