node-red-contrib-static
v1.1.0
Published
This Node-RED node allows serving static files from local directories over HTTP/HTTPS.
Downloads
304
Maintainers
Readme
node-red-contrib-static
This Node-RED node allows serving static files from local directories over HTTP/HTTPS.
Install
npm i node-red-contrib-static
Use
Input the directory path that will act as the root in the input field folder
. NOTE: make sure to put a wildcard in the HTTP/HTTPS node path after the root url path, so that the file / directory names are passed to the static node. e.g.: prefix/*