{ "name": "Scrutiny", "version": "27b923b5-ls12-rev6", "upstream": "27b923b5-ls12", "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?" } }