Switch scrutiny to Starosdev fork

This commit is contained in:
Alexandre
2026-02-08 11:04:12 +01:00
parent 4fbdb04282
commit 27c66dd7a3
4 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## v1.23.2-1 (2026-02-08)
- Switch upstream to https://github.com/Starosdev/scrutiny
## v0.8.1-12 (2025-08-16)
- Replace s6-based shutdown with standard command to avoid s6-svwait error

View File

@@ -1,6 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/analogj/scrutiny:master-omnibus",
"amd64": "ghcr.io/analogj/scrutiny:master-omnibus"
"aarch64": "ghcr.io/starosdev/scrutiny:master-omnibus",
"amd64": "ghcr.io/starosdev/scrutiny:master-omnibus"
}
}

View File

@@ -112,5 +112,5 @@ schema:
expose_collector: bool?
slug: scrutiny
udev: true
url: https://github.com/AnalogJ/scrutiny
version: v0.8.1-12
url: https://github.com/Starosdev/scrutiny
version: v1.23.2-1

View File

@@ -1,10 +1,10 @@
{
"github_fulltag": "true",
"last_update": "13-04-2024",
"last_update": "08-02-2026",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "scrutiny",
"source": "github",
"upstream_repo": "analogj/scrutiny",
"upstream_version": "v0.8.1"
"upstream_repo": "Starosdev/scrutiny",
"upstream_version": "v1.23.2"
}