07/17/2026

IdPVault is now in Unraid Community Applications

You can now install IdPVault straight from the Unraid CA store. One click, plus a PostgreSQL container, and your identity providers finally have backups.

IdPVault is now available in Unraid Community Applications. If you run Unraid, open the Apps tab, search for “IdPVault”, and install it like any other container.

What IdPVault does

IdPVault takes encrypted, versioned snapshots of your identity provider configuration: every app, flow, policy, group, and assignment in Authentik, Okta, or Auth0. It diffs snapshots so you can see exactly what changed and when, and it restores selectively, with a dry-run preview, when something breaks.

Identity providers do not have an undo button. One bad flow edit or an overeager offboarding script can wipe configuration nobody can rebuild from memory. IdPVault exists so that mistake costs you five minutes instead of a weekend.

Notes for Unraid users

A few things worth knowing before you hit install:

  • PostgreSQL is required. IdPVault stores its metadata in Postgres. A stock postgres:16 container works fine; the template notes this in the overview.
  • Back up the master key. On first boot IdPVault generates an encryption master key. Copy it somewhere safe. Snapshots are encrypted with it, and nobody, including us, can recover them without it.
  • The container runs as uid 10001. If you map custom paths, make sure that uid can write to them.

The free Community tier covers one tenant with full config backup, drift detection, and restore. No account required, no telemetry, no phone-home. Paid licenses activate with a key and send only the license id, nothing else - never your tenants, never your data.

Thanks to the Community Applications maintainers for the quick review and merge.

Back to all posts