> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-fr/exploration-des-fonctionnalites/docker-et-module-complementaire.md).

# Docker et module complémentaire

En téléchargeant différents modules complémentaires dans Docker, vous pouvez permettre à CUBE OS d'acquérir davantage de fonctionnalités et de devenir plus complet et fiable.

<figure><img src="/files/fa0faafc8083bb56342eaf78cfbd1aab68f5b36d" alt=""><figcaption></figcaption></figure>

Les deux exemples suivants montrent comment utiliser les fonctionnalités des modules complémentaires sur CUBE OS.

## eWeLink Smart Home

Synchronisez les appareils pris en charge par eWeLink avec CUBE et contrôlez-les. Le tutoriel se réfère à : [Appareils Wi‑Fi eWeLink (capables LAN)](/cube-os-fr/prise-en-main/ajouter-des-appareils/appareils-wi-fi-ewelink.md).

## Node-RED

Programmation low-code pour des applications pilotées par des événements.

{% stepper %}
{% step %}
Installez et lancez le module complémentaire Node-Red.

<div align="left"><figure><img src="/files/715966dba5fd1d306fbb1175138426bb97f35def" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Cliquez sur « RUN » pour ouvrir les paramètres, sélectionnez le réseau en tant que « host », et renseignez les autres paramètres selon vos besoins, puis appuyez sur « RUN ».&#x20;

<div align="left"><figure><img src="/files/015cdab6e46c1f72d8b9b0b31af911ce210bf665" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Attendez un moment et ouvrez un nouvel onglet de navigateur pour visiter la page Node-Red, l'URL par défaut est ihost.local:1880 ou l'IP de l'iHost:1880 (par exemple, 192.168.1.232:1880, vous pouvez trouver l'IP sur la page de gestion de votre routeur).

<figure><img src="/files/4e2e409d2cef33f46e1f90d1aa8eba185e4ccee4" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cube.ewelink.cc/cube-os-fr/exploration-des-fonctionnalites/docker-et-module-complementaire.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
