Files
hassio-addons/scrutiny/config.json
Alexandre 3f34951f14 fd4f0429
2021-05-16 07:13:14 +02:00

48 lines
1.1 KiB
JSON

{
"name": "Scrutiny",
"version": "fd4f0429",
"upstream": "fd4f0429",
"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/sda", "/dev/sdb", "/dev/sda1", "/dev/sdb1"],
"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?"
}
}