Correction from @dm82m

https://github.com/alexbelgium/hassio-addons/issues/880
This commit is contained in:
Alexandre
2023-06-27 21:32:52 +02:00
committed by GitHub
parent be4ac219b9
commit 0471edac59

View File

@@ -11,7 +11,6 @@
"COLLECTOR_HOST_ID": "home_assistant"
},
"full_access": true,
"homeassistant_api": true,
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
"ingress": true,
"init": false,
@@ -31,7 +30,11 @@
"8080/tcp": "Web UI port",
"8086/tcp": "InfluxDB admin"
},
"privileged": ["SYS_ADMIN", "SYS_RAWIO"],
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"schema": {
"COLLECTOR_API_ENDPOINT": "str?",
"COLLECTOR_HOST_ID": "str?",
@@ -45,5 +48,5 @@
"slug": "scrutiny_fa",
"udev": true,
"url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.7.1-test"
"version": "v0.7.1-2"
}