mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update config.json
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "Scrutiny (Full Access)",
|
"name": "Scrutiny (Full Access)",
|
||||||
"version": "0.3.13-9",
|
"version": "0.3.13-10",
|
||||||
"upstream": "0.3.13",
|
"upstream": "0.3.13",
|
||||||
"slug": "scrutiny_fa",
|
"slug": "scrutiny_fa",
|
||||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
||||||
"url": "https://github.com/AnalogJ/scrutiny",
|
"url": "https://github.com/AnalogJ/scrutiny",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
|
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 8099,
|
"ingress_port": 8099,
|
||||||
@@ -20,7 +24,6 @@
|
|||||||
"full_access": true,
|
"full_access": true,
|
||||||
"udev": "true",
|
"udev": "true",
|
||||||
"apparmor": "true",
|
"apparmor": "true",
|
||||||
"map": [],
|
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
|
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
|
||||||
|
|||||||
Reference in New Issue
Block a user