Files
hassio-addons/scrutiny/config.json
2021-09-29 20:02:32 +02:00

62 lines
1.2 KiB
JSON

{
"name": "Scrutiny",
"version": "0.3.12",
"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/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?"
}
}