Files
hassio-addons/seerr
copilot-swe-agent[bot] 5be2d88ee6 Remove ingress support from Seerr and add back normal webui
- Set ingress: false and add webui URL in config.yaml
- Remove nginx from Dockerfile PACKAGES
- Remove nginx ingress init script, nginx config, and nginx service

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-19 10:30:33 +00:00
..
2026-02-18 17:10:48 +01:00
2026-02-18 17:10:48 +01:00
2026-02-19 09:31:17 +00:00
2026-02-19 10:13:40 +01:00
2026-02-18 17:10:48 +01:00

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:

Installation

  1. Add this repository to Home Assistant.
  2. Install Seerr.
  3. Configure options, then start the add-on.
  4. Open the Web UI on port 5055 or 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
PGID int 0 Group ID for file permissions
PUID int 0 User ID for file permissions
TZ str Timezone (e.g. Europe/London)

Example

env_vars: []
PGID: 0
PUID: 0
TZ: Europe/London

Support

If you find a bug, open an issue in this repository.