Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flowfuse/driver-localfs

Package Overview
Dependencies
Maintainers
0
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/driver-localfs

Local Filesystem FlowFuse Project driver

  • 2.12.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
699
increased by45.93%
Maintainers
0
Weekly downloads
 
Created
Source

FlowFuse LocalFS Driver

This will start/stop/monitor Node-RED instances and build separate useDirs for each instance

Configure

In the flowforge.yml file the following options can be set under the drive.options section

...
driver:
  type: localfs
  options:
    start_port: 12080
    privateCA: /full/path/to/chain.pem
    logPassthrough: true
  • start_port Port number to start from when creating Instances (default: 12080)
  • privateCA is a fully qaulified path to a pem file containing trusted CA cert chain (default: not set)
  • logPassthrough Have Node-RED logs printed in JSON format to container stdout (default false)

Node-RED Versions for Stacks

To install copies of different versions of Node-RED for use by Project Stacks do the following:

Assuming you wish to install Node-RED v2.2.2

  • In the var directory create a directory called stacks
  • In the var/stacks directory create a directory called 2.2.2
  • in the var/stacks/2.2.2 directory run npm install --prefix . node-red@2.2.2

In the FlowFuse Admin settings create a Stack with the Node-RED version 2.2.2

FAQs

Package last updated on 19 Dec 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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc