From 8bf070f4d841627d9e0418c66334fa9f1f91bb8d Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 26 Oct 2021 14:41:48 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d62b5279..55784bec 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,18 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/node ```

:zap: Default Settings: 1GB RAM - 4GB Storage - 1vCPU :zap:

+From your nodered LXC console, the following commands can be run + +`node-red-start` to start Node-Red + +`sudo systemctl enable nodered.service` to autostart Node-RED at every boot + +`node-red-restart` to restart Node-Red + +`sudo systemctl disable nodered.service` to disable autostart on boot + +`sudo npm install -g --unsafe-perm node-red` to update Node-Red (`node-red-start` required after update) +