@flowfuse/driver-localfs
Advanced tools
Comparing version 1.14.1-eb32971-202311282021.0 to 1.14.1-ecbe751-202312081032.0
@@ -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 @@ /* |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36977
508
32