github dmellok/tesserae v0.36.0

latest releases: mcp-v0.8.2, mcp-v0.8.1, mcp-v0.8.0...
one month ago

Fixed

  • Data import + backup restore no longer refused in the HA add-on / Docker image. refuse_in_container() was over-broad: it gated four routes (update/apply, update/rollback, backup/<id>/restore, data/import), but only the first two need it (those mutate the code tree via git pull). Restore and import only write to the persistent data/ volume, which survives container upgrades; the post-restore os.execv cleanly replaces the container's PID 1 (entrypoint already execs through gosu).

    Previously, hitting Import in HA Settings → System → Backups returned a misleading "use docker compose pull" flash instead of importing. Both routes now work in HA, Docker, and bare installs alike; self-update remains refused under Docker.

Don't miss a new tesserae release

NewReleases is sending notifications on new releases.