You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@edgeflow/nr-launcher

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgeflow/nr-launcher

EdgeFlow Launcher for running Node-RED


Version published
Weekly downloads
314
decreased by-8.72%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

EdgeFlow Launcher for Node-RED

@edgeflow/nr-launcher

This is the launcher EdgeFlow uses to run instances of Node-RED. It dynamically generates the Node-RED settings based on the associated Project's settings.

The launcher starts its own HTTP service to allow the EdgeFlow platform to remotely control it.

Configure

  • --auth - 启用鉴权
  • --verbose - 启用debug日志
  • --forgeURL - URL for Forge platform
  • --forgeURL - URL for Forge platform
  • --port - port to listen on for management interface
  • --team - EdgeFlow team id UUID
  • --project - EdgeFlow project id UUID
  • --token - Bearer Token to access Forge platform
  • --nodeRedPath - path to dir with a node_modules directory container a version of Node-RED
  • --no-tcp-in - inhibit TCP nodes from being servers
  • --no-udp-in - inhibit UDP nodes from being servers

The following Environment Variables can be used instead of the cmd line args...

FORGE_URL, FORGE_TEAM_ID, FORGE_PROJECT_ID, FORGE_PROJECT_TOKEN, FORGE_NR_PATH, FORGE_NR_NO_TCP_IN, FORGE_NR_NO_UDP_IN

NOTE: cmd line args take precedent if both are provided

By default, the launcher does not pass host environment variables through to the Node-RED process; only setting the built-in env vars and those configured in the instance settings.

However, if FORGE_EXPOSE_HOST_ENV is set, the launcher will pass through all env vars - except that starting with FORGE_*.

docker run your-node-app-image --auth --verbose

Keywords

FAQs

Package last updated on 22 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc