How to Properly Set Up a Proxy in Node-RED? Need Help with Node-RED Set Proxy Configuration!

14 Replies, 1756 Views

Honestly, I gave up on manually configuring Node-RED set proxy and just used a Docker container. It’s way easier to handle proxy settings there.

If you’re open to it, check out the official Node-RED Docker image. You can pass the proxy settings as environment variables, and it just works. No headaches with config files.

Here’s a quick example:
```bash
docker run -e http_proxy=http://your-proxy-url:port nodered/node-red
```
Game changer for me!

Messages In This Thread



Users browsing this thread: 1 Guest(s)