Files
hassio-addons/scrutiny_fa/config.json
2022-09-10 16:15:35 +02:00

45 lines
954 B
JSON

{
"apparmor": "true",
"arch": [
"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"
}