mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Temp test : add privileges and api access
https://github.com/alexbelgium/hassio-addons/issues/880
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
"COLLECTOR_HOST_ID": "home_assistant"
|
"COLLECTOR_HOST_ID": "home_assistant"
|
||||||
},
|
},
|
||||||
"full_access": true,
|
"full_access": true,
|
||||||
|
"homeassistant_api": true,
|
||||||
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
|
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"init": false,
|
"init": false,
|
||||||
@@ -29,7 +30,8 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port",
|
"8080/tcp": "Web UI port",
|
||||||
"8086/tcp": "InfluxDB admin"
|
"8086/tcp": "InfluxDB admin"
|
||||||
},
|
},
|
||||||
|
"privileged": ["SYS_ADMIN", "SYS_RAWIO"],
|
||||||
"schema": {
|
"schema": {
|
||||||
"COLLECTOR_API_ENDPOINT": "str?",
|
"COLLECTOR_API_ENDPOINT": "str?",
|
||||||
"COLLECTOR_HOST_ID": "str?",
|
"COLLECTOR_HOST_ID": "str?",
|
||||||
@@ -43,5 +45,5 @@
|
|||||||
"slug": "scrutiny_fa",
|
"slug": "scrutiny_fa",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/AnalogJ/scrutiny",
|
"url": "https://github.com/AnalogJ/scrutiny",
|
||||||
"version": "v0.7.1"
|
"version": "v0.7.1-test"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user