DAILY DOCDAILY DOC
Rust
Node
Notes
Ubuntu
Leetcode
  • it-tools
  • excalidraw
  • linux-command
Rust
Node
Notes
Ubuntu
Leetcode
  • it-tools
  • excalidraw
  • linux-command
  • node

    • NODE
    • parseArgs
    • compose
    • date-format
    • dayjs
    • encrypt
    • env-cmd
    • glob
    • Koa 洋葱模型
    • lodash
    • logger
    • log4js
    • mongod
    • nanoid
    • node-red
    • node-stream
    • node:test
    • nodemailer
    • nodemon
    • nodered
    • parse-curl
    • pm2
    • toml
    • ws
    • yargs
    • zx

node-red

install

config

./node-red/settings.json secure配置

securing-node-red

sudo npm install -g --unsafe-perm node-red
# generate hash password
node-red hash-pw

Deploy

docker volume inspect node_red_data
cp ~/.node-red/ [path]
docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered nodered/node-red
Last Updated:
Contributors: rosendo
Prev
nanoid
Next
node-stream