mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
45 lines
955 B
JSON
45 lines
955 B
JSON
{
|
|
"apparmor": "true",
|
|
"arch2": [
|
|
"aarch64",
|
|
"amd64"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
|
"environment": {
|
|
"COLLECTOR_API_ENDPOINT": "http://localhost:8080"
|
|
},
|
|
"full_access": true,
|
|
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
|
|
"ingress": true,
|
|
"init": false,
|
|
"map": [
|
|
"share:rw"
|
|
],
|
|
"name": "Scrutiny (Full Access)",
|
|
"options": {
|
|
"Updates": "Hourly"
|
|
},
|
|
"panel_icon": "mdi:glasses",
|
|
"ports": {
|
|
"8080/tcp": 8086,
|
|
"8086/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"8080/tcp": "Web UI port",
|
|
"8086/tcp": "InfluxDB admin"
|
|
},
|
|
"privileged": [
|
|
"SYS_ADMIN",
|
|
"SYS_RAWIO",
|
|
"DAC_READ_SEARCH"
|
|
],
|
|
"schema": {
|
|
"TZ": "str?",
|
|
"Updates": "list(Hourly|Daily|Weekly)"
|
|
},
|
|
"slug": "scrutiny_fa",
|
|
"udev": true,
|
|
"url": "https://github.com/AnalogJ/scrutiny",
|
|
"version": "v0.5.0"
|
|
} |