ioBroker.admin
ioBroker.admin copied to clipboard
[enhancement]: Set Docker information into system.host Object
No existing issues.
- [X] There is no existing issue for my request.
Related problems
https://forum.iobroker.net/topic/74987/gel%C3%B6st-auslesen-iobroker-hosts-systeminformationen/25
Description
The platform Information are not in OS Data from system.host.iobroker
"os": {
"hostname": "ioBroker",
"type": "Linux",
"platform": "linux",
"arch": "x64",
"release": "5.10.60-qnap",
"endianness": "LE",
"tmpdir": "/tmp"
},
In platform should be "docker (official image - v9.1.1)" this is set in https://github.com/ioBroker/ioBroker.admin/blob/master/packages/admin/src/src/tabs/Hosts.tsx#L122 but it will not saved into DP. So for Docker installations, there should be more dockerInformations.
or an extra JSON ""docker":{
}
Additional context
No response
Would be more an controller enhancement to also set an indicator like docker: boolean