Ben Hardill
Ben Hardill
I think this is because we already have the equivalent override in the `node-red-node-email` `package.json` file, because `utf7` is basically abandoned (last updated 9 years ago) and is pinned at...
This is picking up the CORS config from https://github.com/node-red/node-red/blob/7700aa9121c26a7ef39973c8ec5b097b96abc7e3/packages/node_modules/%40node-red/editor-api/lib/index.js#L50-L55 Which is the default editor CORS response, If you move the editor to a different paths using the `httpAdminRoot` option in...
Trying to work out the UI for this. Currently the UI has 2 modes, one which the user picks paths on the backend host And one where the files are...
It needs to be env or multiline text so you can paste a raw value in (basically the same as uploading the file)
Still need to work out what to do with the local files checkbox (at the moment it's just ignored in Environment Variable mode)
And what if the config node is optional, e.g. the TLS config node? Or how do you pick one if there are multiple instances of the config node type? Defaulting...
You shouldn't need the extra build step, all those packages should be in the base container. We also need the logs from the container to know why its "unhealthy"
the `node-red-node-red` is because it prefixed by the docker compose name Run `docker logs ` not the image name
This is most likely linked to the serial port device. Try running `npm rebuild` in `/data` in the container and restart it. This will build/link the native components against the...
Sorry, I forgot the serial node doesn't use the normal rebuild any more. Can you try finding the `/data/node_modules/@serialport/bindings-cpp` and running `npm run rebuild` (note the `run` in the middle)