Skip to content

v0.3.2 — zero-config install

Choose a tag to compare

@drohack drohack released this 07 Jul 03:24

What's new

No required secrets at install. The container now auto-generates SESSION_SECRET on first boot and persists it in appdata (/data/.session-secret) — the same pattern as Sonarr/Seerr. Installing Keeparr is now just: pick a port, pick an appdata path, go.

  • The SESSION_SECRET env var still wins when set — existing deploys are completely unaffected
  • The generated secret lives beside the database it protects, so appdata backups and moves carry it automatically
  • Never change a secret that's in use — it encrypts your stored service tokens

Install

ghcr.io/drohack/keeparr:latest

Multi-arch (amd64 + arm64). Unraid Community Applications listing coming soon.

Full details: README → Install