thingsboard-gateway icon indicating copy to clipboard operation
thingsboard-gateway copied to clipboard

[HELP] Offline instalation

Open LukaszDuss opened this issue 1 year ago • 1 comments

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

  • OS: [Ubuntu 22.04]
  • Thingsboard IoT Gateway version [3.4.2]

LukaszDuss avatar Nov 07 '23 10:11 LukaszDuss

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.

samy4sam avatar Nov 08 '23 14:11 samy4sam

Hi,

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

imbeacon avatar Jun 19 '24 05:06 imbeacon