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

@flowfuse/driver-localfs

Package Overview
Dependencies
Maintainers
2
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/driver-localfs - npm Package Compare versions

Comparing version 1.14.1-eb32971-202311282021.0 to 1.14.1-ecbe751-202312081032.0

5

localfs.js

@@ -81,2 +81,7 @@ /**

// fully qualified path to ca.pem file
if (app.config.driver.options?.privateCA && fs.existsSync(this._app.config.driver.options?.privateCA)) {
env.NODE_EXTRA_CA_CERTS = app.config.driver.options?.privateCA
}
logger.debug(`Stack info ${JSON.stringify(ProjectStack?.properties)}`)

@@ -83,0 +88,0 @@ /*

2

package.json
{
"name": "@flowfuse/driver-localfs",
"version": "1.14.1-eb32971-202311282021.0",
"version": "1.14.1-ecbe751-202312081032.0",
"description": "Local Filesystem FlowFuse Project driver",

@@ -5,0 +5,0 @@ "main": "localfs.js",

@@ -7,9 +7,16 @@ # FlowFuse LocalFS Driver

The following environment variables (in the `.env` file) configure this driver
In the `flowforge.yml` file the following options can be set under the `drive.options` section
- CONTAINER_DRIVER=localfs
- LOCALFS_ROOT=<path/to/store/project/userDirs>
- LOCALFS_START_PORT=12080
- LOCALFS_NODE_PATH=<path/to/node/binary> (not required, but useful with nvm)
```yaml
...
driver:
type: localfs
options:
start_port: 12080
privateCA: /full/path/to/chain.pem
```
- `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)
## Node-RED Versions for Stacks

@@ -16,0 +23,0 @@

Sorry, the diff of this file is not supported yet

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