2.10.0 • Published 9 months ago

@flowfuse/driver-localfs v2.10.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

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

2.10.0

9 months ago

2.9.0

10 months ago

2.8.0

11 months ago

2.7.0

12 months ago

2.6.0

1 year ago

2.5.0

1 year ago

2.4.0

1 year ago

2.3.0

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.15.0

2 years ago

1.14.0

2 years ago