This commit is contained in:
Alexandre
2026-02-18 17:10:48 +01:00
committed by GitHub
parent bda03bc48e
commit fac62e794f
8 changed files with 11 additions and 13 deletions

View File

@@ -1,7 +1,5 @@
## 3.0.1-3 (18-02-2026)
- Minor bugs fixed
## v3.0.1 (2026-02-17)
## v3.0.1 (2026-02-17)
- Initial release based on the Overseerr add-on, updated to the Seerr upstream image and naming.
- Switched base image to `seerr/seerr:latest` and updated metadata/options for the new slug.
- Remove bundled binary image assets from the add-on directory as requested by review feedback.

View File

@@ -1,4 +1,4 @@
# Home Assistant add-on: Seer
# Home Assistant add-on: Seerr
## About
@@ -13,13 +13,13 @@ Upstream repositories reviewed:
## Installation
1. Add this repository to Home Assistant.
2. Install **Seer**.
2. Install **Seerr**.
3. Configure options, then start the add-on.
4. Open the Web UI on port `5055`.
## Configuration
Use `env_vars` to pass extra environment variables when needed. Seer configuration is stored in `/config`.
Use `env_vars` to pass extra environment variables when needed. Seerr configuration is stored in `/config`.
### Options

View File

@@ -1,6 +1,6 @@
#include <tunables/global>
profile seer_addon flags=(attach_disconnected,mediate_deleted) {
profile seerr_addon flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
capability,

View File

@@ -66,11 +66,11 @@ devices:
- /dev/nvme1
- /dev/nvme2
environment: {}
image: ghcr.io/alexbelgium/seer-{arch}
image: ghcr.io/alexbelgium/seerr-{arch}
init: false
map:
- addon_config:rw
name: Seer
name: Seerr
options:
env_vars: []
PGID: "0"
@@ -87,8 +87,8 @@ schema:
PGID: int
PUID: int
TZ: str?
slug: seer
slug: seerr
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/seer
version: "3.0.1-3"
url: https://github.com/alexbelgium/hassio-addons/tree/master/seerr
version: "3.0.1"
webui: "[PROTO:ssl]://[HOST]:[PORT:5055]"

View File

@@ -1,7 +1,7 @@
{
"last_update": "17-02-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "seer",
"slug": "seerr",
"source": "github",
"upstream_repo": "seerr-team/seerr",
"upstream_version": "v3.0.1"