Skip to content

Commit

Permalink
Correction from @dm82m
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jun 27, 2023
1 parent be4ac21 commit 0471eda
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scrutiny_fa/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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?",
Expand All @@ -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"
}

0 comments on commit 0471eda

Please sign in to comment.