Restores #2993 verbatim. It was merged, then reverted by the builder's revert-on-failure job a minute later - not because of anything in it, but because EndBug/add-and-commit's floating v11 tag had moved to a release whose action.yml no longer loads, so prebuild-sanitize failed before running a step. The tag is pinned back to v11.0.0 in #2996, which has to land first for the builder to get past that job. The change itself is unchanged and still verified against the real njs module: the rewritten /_next paths carry the add-on version, njs strips the marker before proxying, so a browser holding the year-cached rewritten bundle fetches fresh URLs on the first load after the update. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Home Assistant add-on: Seerr
About
This add-on packages Seerr, an open-source media request and discovery manager for Jellyfin, Plex, and Emby.
This add-on is based on the existing Overseerr add-on structure, adapted for the Seerr upstream project and container image. It supports Home Assistant Ingress via an internal NGINX reverse proxy.
Upstream repositories reviewed:
- Overseerr: https://github.com/sct/overseerr
- Seerr: https://github.com/seerr-team/seerr
Installation
- Add my add-ons repository to your home assistant instance (in supervisor addons store at top right, or click button below if you have configured my HA)
- Install Seerr.
- Configure options, then start the add-on.
- Open the Web UI on port
5055or via Home Assistant Ingress.
Configuration
Use env_vars to pass extra environment variables when needed. Seerr configuration is stored in /config.
Options
| Option | Type | Default | Description |
|---|---|---|---|
NODE_MEMORY_LIMIT |
int | 512 |
Maximum Node.js heap memory in MB. Increase if Seerr crashes with large libraries; decrease on memory-constrained systems. |
PGID |
int | 0 |
Group ID for file permissions |
PUID |
int | 0 |
User ID for file permissions |
TZ |
str | Timezone (e.g. Europe/London) |
Example
NODE_MEMORY_LIMIT: 512
env_vars: []
PGID: 0
PUID: 0
TZ: Europe/London
Migration
From Overseerr
Seerr is compatible with Overseerr's data format. To migrate your existing configuration:
- Stop the Overseerr add-on.
- Install and start the Seerr add-on once to create its config directory (
/addon_configs/db21ed7f_seerr/), then stop it. - Open the Filebrowser add-on (or any file manager with access to
/addon_configs/). - Navigate to
/addon_configs/db21ed7f_overseerr/and copy all files into/addon_configs/db21ed7f_seerr/. - Start the Seerr add-on. Your existing settings, users, and requests will be preserved.
From Jellyseerr
Seerr is compatible with Jellyseerr's data format. To migrate your existing configuration:
- Stop the Jellyseerr add-on.
- Install and start the Seerr add-on once to create its config directory (
/addon_configs/db21ed7f_seerr/), then stop it. - Open the Filebrowser add-on (or any file manager with access to
/addon_configs/). - Navigate to
/addon_configs/db21ed7f_jellyseerr/and copy all files into/addon_configs/db21ed7f_seerr/. - Start the Seerr add-on. Your existing settings, users, and requests will be preserved.
From Ombi
Ombi uses a different data format and there is no automated migration path to Seerr. You will need to configure Seerr from scratch:
- Note down your Ombi configuration (media servers, users, notification settings, etc.).
- Stop the Ombi add-on.
- Install and start the Seerr add-on.
- Use the Seerr web UI to reconnect your media server(s) and reconfigure your preferences.
Support
If you find a bug, open an issue in this repository.