Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flowfuse/nr-file-nodes
File nodes for Node-RED running on FlowFuse
https://github.com/flowfuse/nr-file-nodes
Last synced: 1 day ago
JSON representation
File nodes for Node-RED running on FlowFuse
- Host: GitHub
- URL: https://github.com/flowfuse/nr-file-nodes
- Owner: FlowFuse
- License: apache-2.0
- Created: 2022-11-07T09:51:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T15:02:27.000Z (10 days ago)
- Last Synced: 2024-11-08T15:56:10.485Z (6 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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