mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update
This commit is contained in:
@@ -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.
|
- 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.
|
- 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.
|
- Remove bundled binary image assets from the add-on directory as requested by review feedback.
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Home Assistant add-on: Seer
|
# Home Assistant add-on: Seerr
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
@@ -13,13 +13,13 @@ Upstream repositories reviewed:
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Add this repository to Home Assistant.
|
1. Add this repository to Home Assistant.
|
||||||
2. Install **Seer**.
|
2. Install **Seerr**.
|
||||||
3. Configure options, then start the add-on.
|
3. Configure options, then start the add-on.
|
||||||
4. Open the Web UI on port `5055`.
|
4. Open the Web UI on port `5055`.
|
||||||
|
|
||||||
## Configuration
|
## 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
|
### Options
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#include <tunables/global>
|
#include <tunables/global>
|
||||||
|
|
||||||
profile seer_addon flags=(attach_disconnected,mediate_deleted) {
|
profile seerr_addon flags=(attach_disconnected,mediate_deleted) {
|
||||||
#include <abstractions/base>
|
#include <abstractions/base>
|
||||||
|
|
||||||
capability,
|
capability,
|
||||||
@@ -66,11 +66,11 @@ devices:
|
|||||||
- /dev/nvme1
|
- /dev/nvme1
|
||||||
- /dev/nvme2
|
- /dev/nvme2
|
||||||
environment: {}
|
environment: {}
|
||||||
image: ghcr.io/alexbelgium/seer-{arch}
|
image: ghcr.io/alexbelgium/seerr-{arch}
|
||||||
init: false
|
init: false
|
||||||
map:
|
map:
|
||||||
- addon_config:rw
|
- addon_config:rw
|
||||||
name: Seer
|
name: Seerr
|
||||||
options:
|
options:
|
||||||
env_vars: []
|
env_vars: []
|
||||||
PGID: "0"
|
PGID: "0"
|
||||||
@@ -87,8 +87,8 @@ schema:
|
|||||||
PGID: int
|
PGID: int
|
||||||
PUID: int
|
PUID: int
|
||||||
TZ: str?
|
TZ: str?
|
||||||
slug: seer
|
slug: seerr
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/seer
|
url: https://github.com/alexbelgium/hassio-addons/tree/master/seerr
|
||||||
version: "3.0.1-3"
|
version: "3.0.1"
|
||||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5055]"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:5055]"
|
||||||
0
seer/rootfs/etc/cont-init.d/99-run.sh → seerr/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
0
seer/rootfs/etc/cont-init.d/99-run.sh → seerr/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"last_update": "17-02-2026",
|
"last_update": "17-02-2026",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "seer",
|
"slug": "seerr",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "seerr-team/seerr",
|
"upstream_repo": "seerr-team/seerr",
|
||||||
"upstream_version": "v3.0.1"
|
"upstream_version": "v3.0.1"
|
||||||
Reference in New Issue
Block a user