janvda
janvda
How to add a bash script to the Dockerfile so that it becomes launched when the container starts ?
I have adapted the bash script [asterisk_reg.sh](https://github.com/balusreekanth/ios-asterisk-push/blob/master/asterisk_reg.sh) and would like to run this script when the docker container becomes started. I can launch the adapted script manually by connecting to...
Hi, Is there a way to make the assistant understand the "Dutch" language ? Using the following command : > googlesamples-assistant-pushtotalk --device-id 'FD...0FD4F8' --device-model-id 'pi.....it' --lang 'es-ES' I could make...
Hi I have tried to follow the instructions specified in the tutorial https://developer.ibm.com/node/2017/07/26/visualize-node-red-flow-performance-using-node-application-metrics/ but I get below error log: I have added the following 2 instructions after the first line...
network_mode has been set to host in the docker-compose.yml for the node-red service. Is there a specific reason for that ? If not I think it is better not to...
Currently there are 2 different nodes to interface with the raspberry pi hardware (GPIO pins): - [node-red-node-pi-gpio](https://flows.nodered.org/node/node-red-node-pi-gpio) - [node-red-node-pi_gpiod](https://flows.nodered.org/node/node-red-node-pi-gpiod) This issue is raised to support the 2nd node (=node-red-node-pi_gpiod) to...
This node-red service is set as a privileged service and node-red runs as root user. In most cases this is not really needed. It would be nice and secure to...
I have just installed this application on my raspberry pi. The log file showed the following 2 warnings: ``` 03.10.19 20:34:30 (+0200) node-red 3 Oct 18:34:30 - [warn] [node-red-contrib-balena/depDevices] Error:...
I wanted to install the required drivers for my macbook as specified on page ["Installing the prerequisite software ..."](https://binnes.github.io/esp8266Workshop/part1/PREREQ.html) So I tried to execute the below command on my macbook...
There is currently an issue with latest `nodered/node-red-docker:rpi-v8` docker image which might give problems. This problem typically appears when you have recently redeployed this application because the balena build machine...