ioBroker / ioBroker.admin

user interface for configuration and administration
https://iobroker.net
MIT License
270 stars 78 forks source link

[enhancement]: Set Docker information into system.host Object #2476

Open mcuiobroker opened 1 month ago

mcuiobroker commented 1 month ago

No existing issues.

Related problems

https://forum.iobroker.net/topic/74987/gel%C3%B6st-auslesen-iobroker-hosts-systeminformationen/25 image

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

foxriver76 commented 2 weeks ago

Would be more an controller enhancement to also set an indicator like docker: boolean