diff --git a/docs/de/basics/README.md b/docs/de/basics/README.md index 27503b0a0..930df10b8 100644 --- a/docs/de/basics/README.md +++ b/docs/de/basics/README.md @@ -33,7 +33,7 @@ Gründe für die Aufteilung können räumlicher Art oder eine Leistungsverteilun Ein ioBroker Server kann nahezu auf jeder Hardware installiert werden. Einzige Bedingung ist, dass es für das entsprechende Betriebssystem eine aktuelle Version von [nodejs](https://nodejs.org/en/download/) gibt. -!> Stand August 2024 wird für ioBroker Node.js 18.x empfohlen. +!> Stand August 2024 wird für ioBroker Node.js 20.x empfohlen. Für eine größere Installation wird außerdem ein Arbeitsspeicher (RAM) von mindestens 2 GB besser 4 GB empfohlen. Zum Testen reicht ein Raspberry Pi 2/3 diff --git a/docs/en/basics/README.md b/docs/en/basics/README.md index 006ecc91c..d51d26f49 100644 --- a/docs/en/basics/README.md +++ b/docs/en/basics/README.md @@ -34,14 +34,14 @@ The reasons for the division can be spatial or performance-related. An ioBroker server can be installed on almost any hardware. The only requirement is that there is a current version of [nodejs](https://nodejs.org/en/download/) for the corresponding operating system. -!> As of August 2024, Node.js 18.x is recommended for ioBroker. +!> As of August 2024, Node.js 20.x is recommended for ioBroker. For a larger installation, a RAM of at least 2 GB, preferably 4 GB, is recommended. For testing, a Raspberry Pi 2/3 with 1 GB RAM is sufficient; even smaller computers are sufficient as a slave for a few adapters in a multi-host environment. -###Softwares +### Softwares ioBroker manages the data in a database. The structure of the data is organized accordingly. -For each adapter there is a so-called namespace that contains all the data for an instance of the adapter. +For each adapter, there is a so-called namespace that contains all the data for an instance of the adapter. Accordingly, the name of the namespace is, for example: ***AdapterName.0*** Within this area, ioBroker creates the devices, their channels and their data points with their values (states). @@ -52,4 +52,4 @@ In this example, it is a self-created namespace for your own measured values. [Adapter]: http://download.iobroker.net/list.html -[nodejs]: https://nodejs.org \ No newline at end of file +[nodejs]: https://nodejs.org