thingsboard / thingsboard-gateway

Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
https://thingsboard.io/docs/iot-gateway/what-is-iot-gateway/
Apache License 2.0
1.71k stars 824 forks source link

[HELP] Offline instalation #1217

Closed LukaszDuss closed 2 months ago

LukaszDuss commented 10 months ago

Describe the issue I can't install gateway using docker on offline vm

I had downloaded docker image but container still needs connection to internet to update linux and python packages. image

Does anyone have some kind of workaround?

Versions (please complete the following information):

samy4sam commented 10 months ago

I'm struggling with exactly the same problem. image

The connectivity tests for http: curl -v -X POST http://<LOCAL_IP>:8080/api/v1/<TOKEN>/telemetry --header Content-Type:application/json --data "{temperature:25}" and mqtt: mosquitto_pub -d -q 1 -h <LOCAL_IP> -p 1883 -t v1/devices/me/telemetry -u <TOKEN> -m "{temperature:25}" work without any problems.

imbeacon commented 2 months ago

Hi,

The first installation and configuration require an internet connection to download the required packages, unfortunately, it cannot be changed.