> 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/english-pl/poznawanie-funkcji/docker-i-dodatki.md).

# Docker i dodatki

Pobierając różne dodatki w Dockerze, możesz umożliwić CUBE OS uzyskanie większych możliwości i stać się bardziej wszechstronnym i niezawodnym.

<figure><img src="/files/7f4af4985dcf6da3423fca6065bb7bbabd528121" alt=""><figcaption></figcaption></figure>

Poniżej znajdują się 2 przykłady pokazujące, jak korzystać z funkcji dodatków w CUBE OS.

## eWeLink Smart Home

Synchronizuj urządzenia obsługiwane przez eWeLink z CUBE i kontroluj je. Instrukcja odnosi się do: [Urządzenia Wi‑Fi eWeLink (z obsługą LAN)](/english-pl/pierwsze-kroki/dodaj-urzadzenia/urzadzenia-ewelink-wi-fi.md).

## Node-RED

Programowanie niskokodowe do aplikacji sterowanych zdarzeniami.

{% stepper %}
{% step %}
Zainstaluj i uruchom dodatek Node-Red.

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

{% step %}
Kliknij 'RUN', aby otworzyć ustawienia, wybierz sieć jako 'host' i wypełnij pozostałe parametry zgodnie z potrzebami, a następnie naciśnij 'RUN'.

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

{% step %}
Poczekaj chwilę i otwórz nową kartę przeglądarki, aby odwiedzić stronę Node-Red, domyślny adres URL to ihost.local:1880 lub IP iHosta:1880 (na przykład 192.168.1.232:1880, możesz znaleźć adres IP na stronie zarządzania routera).

<figure><img src="/files/426cadca060a513d7a4264f5efccb1a0d8c420a5" 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:

```
GET https://cube.ewelink.cc/english-pl/poznawanie-funkcji/docker-i-dodatki.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
