mirror of https://github.com/tteck/Proxmox.git
Update README.md
parent
54f4c80776
commit
2f7a7b2aba
17
README.md
17
README.md
|
@ -334,17 +334,12 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/n
|
||||||
```
|
```
|
||||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||||
|
|
||||||
From your nodered LXC console, the following commands can be run
|
⚙️ **To Restart Node-Red:**
|
||||||
|
|
||||||
`node-red-start` to start Node-Red
|
|
||||||
|
|
||||||
`systemctl enable nodered.service` to autostart Node-RED at every boot
|
Run from the LXC console
|
||||||
|
```yaml
|
||||||
`node-red-restart` to restart Node-Red
|
node-red-restart
|
||||||
|
```
|
||||||
`systemctl disable nodered.service` to disable autostart on boot
|
|
||||||
|
|
||||||
**Node-Red Interface - IP:1880**
|
|
||||||
|
|
||||||
⚙️ **To Update Node-Red:**
|
⚙️ **To Update Node-Red:**
|
||||||
|
|
||||||
|
@ -352,7 +347,7 @@ Run from the LXC console
|
||||||
```yaml
|
```yaml
|
||||||
npm install -g --unsafe-perm node-red
|
npm install -g --unsafe-perm node-red
|
||||||
```
|
```
|
||||||
(`node-red-restart` after update)
|
(Restart after update)
|
||||||
|
|
||||||
____________________________________________________________________________________________
|
____________________________________________________________________________________________
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue