Skip to content

cdriouech/pkg-node-red

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg-node-red

Build Status

PKG version of Node-Red

Usage

  • Run armv7 version of node-red
./node-red-linux-armv7 --settings settings.js --userDir data

Current restriction: Must assign the settings file manually.

Misc

  • Generate a self-signed certification
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650 \
  -subj "/C=US/ST=Oregon/L=Portland/O=Company Name/OU=Org/CN=www.example.com" \
  -sha256 -nodes

About

PKG version of Node-Red

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.8%
  • Shell 9.2%