mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
44 lines
811 B
JSON
44 lines
811 B
JSON
{
|
|
"name": "Scrutiny",
|
|
"version": "27b923b5-ls10",
|
|
"slug": "scrutiny",
|
|
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
|
|
"url": "https://hub.docker.com/r/linuxserver/scrutiny",
|
|
"startup": "services",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"ports": {
|
|
"8080/tcp": 8085
|
|
},
|
|
"ports_description": {
|
|
"8080/tcp": "Web UI port"
|
|
},
|
|
"privileged": [
|
|
"SYS_ADMIN"
|
|
],
|
|
"full_access": true,
|
|
"map": [
|
|
"ssl"
|
|
],
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
|
"boot": "auto",
|
|
"environment": {
|
|
"SCRUTINY_API_ENDPOINT": "http://localhost:8080",
|
|
"SCRUTINY_WEB": "true",
|
|
"SCRUTINY_COLLECTOR": "true"
|
|
},
|
|
"options": {
|
|
"PUID": 0,
|
|
"PGID": 0
|
|
},
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int",
|
|
"TZ": "str?"
|
|
}
|
|
}
|