mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Add the hostname to the collector metadata
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {
|
||||
"COLLECTOR_API_ENDPOINT": "http://localhost:8080"
|
||||
"COLLECTOR_API_ENDPOINT": "http://localhost:8080",
|
||||
"COLLECTOR_HOST_ID": "home_assistant"
|
||||
},
|
||||
"ingress": true,
|
||||
"init": false,
|
||||
@@ -71,6 +72,7 @@
|
||||
],
|
||||
"schema": {
|
||||
"COLLECTOR_API_ENDPOINT": "str?",
|
||||
"COLLECTOR_HOST_ID": "str?",
|
||||
"expose_config": "bool?",
|
||||
"Mode": "list(Collector+WebUI|Collector)?",
|
||||
"TZ": "str?",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
||||
"environment": {
|
||||
"COLLECTOR_API_ENDPOINT": "http://localhost:8080"
|
||||
"COLLECTOR_API_ENDPOINT": "http://localhost:8080",
|
||||
"COLLECTOR_HOST_ID": "home_assistant"
|
||||
},
|
||||
"full_access": true,
|
||||
"image": "ghcr.io/alexbelgium/scrutiny-fa-{arch}",
|
||||
@@ -36,6 +37,7 @@
|
||||
],
|
||||
"schema": {
|
||||
"COLLECTOR_API_ENDPOINT": "str?",
|
||||
"COLLECTOR_HOST_ID": "str?",
|
||||
"Mode": "list(Collector+WebUI|Collector)?",
|
||||
"TZ": "str?",
|
||||
"Updates": "list(Hourly|Daily|Weekly)",
|
||||
@@ -45,5 +47,5 @@
|
||||
"slug": "scrutiny_fa",
|
||||
"udev": true,
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"version": "v0.5.0-5"
|
||||
"version": "v0.5.0-6"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user