Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@flowfuse/nr-file-nodes

FlowFuse6.7k0.0.8

Node-RED file nodes packaged for FlowFuse

FlowFuse, node-red, filesystem

readme

Node-RED file read/write nodes for pseudo file storage in the cloud

Introduction

This package contains file read and write nodes that cannot be used at the same time as the built-in Node-RED file nodes. To use these nodes, you must exclude 10-file-js in the nodesExcludes array in your settings file.

Nodes

file

A file node for writing to persistent storage provided by a @FlowFuse/file-storage server

file in

A file node for reading from persistent storage provided by a @FlowFuse/file-storage server

Notes

  • The nodes have built in help to assist with runtime use
  • These file nodes provide the same features as the built-in file nodes except they operate against a file server API not an regular filesystem

changelog

0.0.8: Release

  • Bump flowfuse/github-actions-workflows from 0.37.0 to 0.38.0 (#80)
  • Bump flowfuse/github-actions-workflows from 0.36.0 to 0.37.0 (#79)
  • Bump flowfuse/github-actions-workflows from 0.34.0 to 0.36.0 (#78)
  • Bump flowfuse/github-actions-workflows from 0.30.0 to 0.34.0 (#76)
  • Bump flowfuse/github-actions-workflows from 0.29.0 to 0.30.0 (#74)
  • Bump flowfuse/github-actions-workflows from 0.28.0 to 0.29.0 (#71)
  • Bump cookie, light-my-request, node-red and express (#77) @app/dependabot
  • Bump serve-static, node-red and express (#72) @app/dependabot
  • Bump flowfuse/github-actions-workflows from 0.1.0 to 0.28.0 (#70) @app/dependabot
  • Bump JS-DevTools/npm-publish from 2 to 3 (#53) @app/dependabot
  • Bump tibdex/github-app-token from 1 to 2 (#51) @app/dependabot

0.0.7: Release

  • Bump axios from 1.6.8 to 1.7.4 (#68) @dependabot

0.0.6: Release

  • Bump ws and node-red (#64) @dependabot
  • ci: Bump build_node_package workflow to 0.14.0 (#61) @ppawlowski
  • Bump braces from 3.0.2 to 3.0.3 (#60) @dependabot
  • Revert "Add proxy support" (#59) @Steve-Mcl
  • Add proxy support (#56) @Steve-Mcl
  • Update lint glob to cover test files (#58) @Steve-Mcl
  • Bump actions/checkout from 1 to 4 (#52) @dependabot
  • Bump actions/setup-node from 1 to 4 (#50) @dependabot
  • Enable dependabot for github actions (#48) @ppawlowski
  • Bump express, node-red and node-red-node-test-helper (#47) @dependabot
  • Bump follow-redirects from 1.15.5 to 1.15.6 (#46) @dependabot
  • Bump jsonata, @node-red/util and node-red (#45) @dependabot
  • Bump ip from 2.0.0 to 2.0.1 (#43) @dependabot
  • Bump follow-redirects from 1.15.3 to 1.15.4 (#42) @dependabot
  • Update npm-publish action version to v2 (#41) @ppawlowski
  • Bump axios and node-red-admin (#40) @dependabot

0.0.5: Release

  • Fix jsonata evaluation in filename field (#38) @knolleary
  • Pin reusable workflows to v0.1.0 (#36) @ppawlowski

0.0.3: Release

  • Increase timeout & show NR error as request timeout (#16) @Steve-Mcl
  • fix tests and make sure they run for PRs (#15) @Steve-Mcl
  • improve errors for node-red, incl 413 payload size (#14) @Steve-Mcl