mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
add scrutiny full access
This commit is contained in:
46
scrutiny_fa/config.json
Normal file
46
scrutiny_fa/config.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "Scrutiny (Full Access)",
|
||||
"version": "0.3.13-7",
|
||||
"upstream": "0.3.13",
|
||||
"slug": "scrutiny_fa",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"startup": "services",
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"panel_icon": "mdi:glasses",
|
||||
"ports": {
|
||||
"8080/tcp": 8086
|
||||
},
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"full_access": true,
|
||||
"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?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user