Files
hassio-addons/scrutiny/config.json
2021-10-01 20:01:41 +02:00

60 lines
1.3 KiB
JSON

{
"name": "Scrutiny",
"version": "0.3.12-2",
"upstream": "0.3.12",
"slug": "scrutiny",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
"url": "https://github.com/AnalogJ/scrutiny",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ingress": true,
"ingress_port": 8099,
"panel_icon": "mdi:glasses",
"ports": {
"8080/tcp": 8086
},
"ports_description": {
"8080/tcp": "Web UI port"
},
"devices": [
"/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1",
"/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2"
],
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"udev": "true",
"apparmor": "true",
"map": [],
"boot": "auto",
"environment": {
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
"SCRUTINY_WEB": "true",
"SCRUTINY_COLLECTOR": "true"
},
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"Updates": "Hourly",
"PUID": 0,
"PGID": 0
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"Updates": "list(|Hourly|Daily|Weekly)",
"PUID": "int",
"PGID": "int",
"TZ": "str?"
}
}