Overseerr
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 18 | 28 May 2026 | |
| 1/stable | 15 | 14 Mar 2026 |
juju deploy overseerr-k8s --channel edge
-
export-config
Export the Overseerr configuration (settings.json and database) as a tarball at /config/overseerr-export.tgz for migration to seerr-k8s.
The tarball excludes logs, cache, and temporary files. Pull it from the workload container with: kubectl -n <model> cp -c overseerr <pod>:/config/overseerr-export.tgz ./export.tgz
Then import into seerr-k8s with the import-config action. Returns the tarball path, size in bytes, sha256 checksum, and a copy-command hint with the model namespace and pod name pre-filled.
-
rotate-api-key
Rotate Overseerr API key. Note: This regenerates the key in Overseerr and updates the Juju secret. External integrations using the old key will need to be updated manually.