ioBroker.admin icon indicating copy to clipboard operation
ioBroker.admin copied to clipboard

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

Open mcuiobroker opened this issue 1 year ago • 1 comments

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 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

mcuiobroker avatar May 30 '24 12:05 mcuiobroker

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

foxriver76 avatar Jul 02 '24 09:07 foxriver76