Ben Hardill
Ben Hardill
Fixes #3893 Used parseInt instead of the suggested fix so that we don't end up with statusCode = 200.5 - [x] Bugfix (non-breaking change which fixes an issue) - [...
Latest published build (02/05/23) d33c27d3e770 on docker hub does not start on 64bit Pi4 Running with standard entrypoint just crashes with no log output, but switching entrypoint to `/bin/bash` and...
## Environment * **Platform**: linux/s390x * **Docker Version**: 24.0.6, build ed223bc * **Node.js Version**: 18 * **Image Tag**:18-alpine ## Expected Behavior `npm install` runs and packages are installed. ## Current...
- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes - Update NodeJS versions for 4.0.0 - Update...
At the next major release (4.0.0) remove any unused packages from the base images - curl - nano Check for any others.
https://nodered.org/docs/user-guide/writing-functions#using-the-functionexternalmodules-option Image and description is out of date, this in enabled by default and the order you enter the module name is swapped.
As discussed on the forum [here](https://accel-ppp.org/forum/viewtopic.php?f=16&t=2681) It all works but there might be a better way to count the entries to work out how much memory to allocate.
The current chart has the tag set to `v4.2` which should track the latest 4.2.x release But the default `pullPolicy` is `IfNotPresent` so it won't upgrade without overiding the default....
With the upcoming Search changes due in version 4.2.0 I started to look at what is needed to enable Elastic Search on my instance. (I had been running without Elastic...
If flicd crashes the node does not attempt to reconnect to it once it's been restarted. @Roaders any reason for this? It means that you have to restart Node-RED if...