forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
53 lines (53 loc) · 1.32 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"apparmor": "true",
"arch": [
"aarch64",
"amd64"
],
"codenotary": "[email protected]",
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
"environment": {
"COLLECTOR_API_ENDPOINT": "http://localhost:8080",
"COLLECTOR_HOST_ID": "home_assistant"
},
"full_access": true,
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
"ingress": true,
"init": false,
"map": [
"share:rw"
],
"name": "Scrutiny (Full Access)",
"options": {
"Updates": "Hourly"
},
"panel_admin": false,
"panel_icon": "mdi:glasses",
"ports": {
"8080/tcp": 8086,
"8086/tcp": null
},
"ports_description": {
"8080/tcp": "Web UI port",
"8086/tcp": "InfluxDB admin"
},
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"schema": {
"COLLECTOR_API_ENDPOINT": "str?",
"COLLECTOR_HOST_ID": "str?",
"Mode": "list(Collector+WebUI|Collector)?",
"SMARTCTL_COMMAND_DEVICE_TYPE": "list(auto|ata|scsi|sat|usbcypress|usbjmicron|usbsunplus|marvell|megaraid|sntasmedia)?",
"SMARTCTL_MEGARAID_DISK_NUM": "int?",
"TZ": "str?",
"Updates": "list(Quarterly|Hourly|Daily|Weekly)",
"expose_collector": "bool?"
},
"slug": "scrutiny_fa",
"udev": true,
"url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.8.1-5"
}