mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"apparmor": "true",
|
|
"arch": ["aarch64", "amd64", "armv7"],
|
|
"boot": "auto",
|
|
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
|
"environment": {
|
|
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
|
|
"SCRUTINY_COLLECTOR": "true",
|
|
"SCRUTINY_WEB": "true"
|
|
},
|
|
"full_access": true,
|
|
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
|
|
"ingress": true,
|
|
"ingress_port": 8099,
|
|
"name": "Scrutiny (Full Access)",
|
|
"options": {
|
|
"PGID": 0,
|
|
"PUID": 0,
|
|
"Updates": "Hourly",
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"ssl": false
|
|
},
|
|
"panel_icon": "mdi:glasses",
|
|
"ports": {
|
|
"8080/tcp": 8086
|
|
},
|
|
"ports_description": {
|
|
"8080/tcp": "Web UI port"
|
|
},
|
|
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
|
|
"schema": {
|
|
"PGID": "int",
|
|
"PUID": "int",
|
|
"TZ": "str?",
|
|
"Updates": "list(|Hourly|Daily|Weekly)",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"ssl": "bool"
|
|
},
|
|
"slug": "scrutiny_fa",
|
|
"startup": "services",
|
|
"upstream": "0.3.13",
|
|
"url": "https://github.com/AnalogJ/scrutiny",
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"version": "0.3.13-16"
|
|
}
|