From a7eb97fc18f24c13b3c79350b1941f429f41150b Mon Sep 17 00:00:00 2001
From: trphoenix <spd260@126.com>
Date: 星期四, 11 十二月 2025 15:42:44 +0800
Subject: [PATCH] vault backup: 2025-12-11 15:42:44
---
Help/site/node-reds/安装node-red记录/index.html | 68 +++++++++++++++++++++-------------
1 files changed, 42 insertions(+), 26 deletions(-)
diff --git "a/Help/site/node-reds/\345\256\211\350\243\205node-red\350\256\260\345\275\225/index.html" "b/Help/site/node-reds/\345\256\211\350\243\205node-red\350\256\260\345\275\225/index.html"
index d4d7bea..14886d8 100644
--- "a/Help/site/node-reds/\345\256\211\350\243\205node-red\350\256\260\345\275\225/index.html"
+++ "b/Help/site/node-reds/\345\256\211\350\243\205node-red\350\256\260\345\275\225/index.html"
@@ -91,6 +91,10 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="../../Usages/QA/windows%E4%B8%8D%E8%83%BD%E8%AE%BF%E9%97%AEHA%E7%9A%84%E5%85%B1%E4%BA%AB%E9%85%8D%E7%BD%AE%E7%9B%AE%E5%BD%95%E7%9A%84%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95/">windows不能访问HA的共享配置目录的解决办法</a>
</li>
+ <li class="toctree-l2"><a class="reference internal" href="../../Usages/QA/%E8%AF%AD%E9%9F%B3%E5%90%88%E6%88%90%E4%B8%8E%E8%AF%86%E5%88%AB%E6%9C%8D%E5%8A%A1Docker-%E9%83%A8%E7%BD%B2%E8%AF%B4%E6%98%8E/">语音合成与识别服务Docker-部署说明</a>
+ </li>
+ <li class="toctree-l2"><a class="reference internal" href="../../Usages/QA/%E4%BA%BA%E8%84%B8%E8%AF%86%E5%88%AB%E6%9C%8D%E5%8A%A1%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/">人脸识别服务安装说明</a>
+ </li>
</ul>
</li>
</ul>
@@ -99,8 +103,6 @@
<li class="toctree-l1 current"><a class="reference internal current" >Node-red相关</a>
<ul class="current">
<li class="toctree-l2 current"><a class="reference internal current" href="#">安装node-red记录</a>
- <ul class="current">
- </ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../%E5%A6%82%E4%BD%95%E6%8A%8Anode-red%E5%AE%89%E8%A3%85%E5%88%B0orangepiZero3/">如何把node-red安装到orangepiZero</a>
</li>
@@ -138,12 +140,15 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">
- <p>unning Node-RED install for user orangepi at /home/orangepi on ubuntu</p>
-<p>[sudo] password for orangepi: </p>
-<p>This can take 20-30 minutes on the slower Pi versions - please wait.</p>
-<p>Stop Node-RED ✔
+ <div class="codehilite"><pre><span></span><code>unning Node-RED install for user orangepi at /home/orangepi on ubuntu
+
+[sudo] password for orangepi:
+
+This can take 20-30 minutes on the slower Pi versions - please wait.
+
+ Stop Node-RED ✔
Remove old version of Node-RED ✔
- Remove old version of Node.js ✔ <br />
+ Remove old version of Node.js ✔
Install Node 20.19.3-1nodesource1 ✔ v20.19.3 Npm 10.8.2
Clean npm cache ✔
Install Node-RED core ✔ 4.0.9
@@ -151,37 +156,48 @@
Npm rebuild existing nodes ✔
Install extra Pi nodes ✔
Add shortcut commands ✘
- Update systemd script ✔</p>
-<p>Any errors will be logged to /var/log/nodered-install.log
+ Update systemd script ✔
+</code></pre></div>
+
+<div class="codehilite"><pre><span></span><code>Any errors will be logged to /var/log/nodered-install.log
All done.
You can now start Node-RED with the command node-red-start
or using the icon under Menu / Programming / Node-RED
-Then point your browser to localhost:1880 or http://{your_pi_ip-address}:1880</p>
-<p>Started : Wed Jul 9 12:28:33 PM CST 2025
-Finished: Wed Jul 9 12:37:17 PM CST 2025</p>
+Then point your browser to localhost:1880 or http://{your_pi_ip-address}:1880
+
+Started : Wed Jul 9 12:28:33 PM CST 2025
+Finished: Wed Jul 9 12:37:17 PM CST 2025
+</code></pre></div>
+
<hr />
-<p>### WARNING ###
- DO NOT EXPOSE NODE-RED TO THE OPEN INTERNET WITHOUT SECURING IT FIRST</p>
+<p>### WARNING</p>
+<p>DO NOT EXPOSE NODE-RED TO THE OPEN INTERNET WITHOUT SECURING IT FIRST</p>
<p>Even if your Node-RED doesn't have anything valuable, (automated) attacks will
happen and could provide a foothold in your local network</p>
<p>Follow the guide at https://nodered.org/docs/user-guide/runtime/securing-node-red
to setup security.</p>
-<p>### ADDITIONAL RECOMMENDATIONS ###
- - You can customise the initial settings by running:</p>
-<div class="codehilite"><pre><span></span><code> node-red admin init
-</code></pre></div>
-
+<p>### ADDITIONAL RECOMMENDATIONS </p>
+<ul>
+<li>
+<p>You can customise the initial settings by running:</p>
+<p>node-red admin init</p>
+</li>
+</ul>
<hr />
-<h1 id="node-red-settings-file-initialisation">Node-RED Settings File initialisation<a class="headerlink" href="#node-red-settings-file-initialisation" title="Permanent link">¶</a></h1>
-<p>This tool will help you create a Node-RED settings file.</p>
-<p>✖ Settings file · /home/orangepi/.node-red/settings.js</p>
-<p>orangepi@orangepizero3:~$ ^C
-orangepi@orangepizero3:~$ </p>
+<div class="codehilite"><pre><span></span><code>Node-RED Settings File initialisation
+=====================================
+This tool will help you create a Node-RED settings file.
+
+✖ Settings file · /home/orangepi/.node-red/settings.js
+
+orangepi@orangepizero3:~$ ^C
+orangepi@orangepizero3:~$
+</code></pre></div>
</div>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
- <a href="../../Usages/QA/windows%E4%B8%8D%E8%83%BD%E8%AE%BF%E9%97%AEHA%E7%9A%84%E5%85%B1%E4%BA%AB%E9%85%8D%E7%BD%AE%E7%9B%AE%E5%BD%95%E7%9A%84%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95/" class="btn btn-neutral float-left" title="windows不能访问HA的共享配置目录的解决办法"><span class="icon icon-circle-arrow-left"></span> Previous</a>
+ <a href="../../Usages/QA/%E4%BA%BA%E8%84%B8%E8%AF%86%E5%88%AB%E6%9C%8D%E5%8A%A1%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/" class="btn btn-neutral float-left" title="人脸识别服务安装说明"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../%E5%A6%82%E4%BD%95%E6%8A%8Anode-red%E5%AE%89%E8%A3%85%E5%88%B0orangepiZero3/" class="btn btn-neutral float-right" title="如何把node-red安装到orangepiZero">Next <span class="icon icon-circle-arrow-right"></span></a>
</div>
@@ -209,7 +225,7 @@
</span>
- <span><a href="../../Usages/QA/windows%E4%B8%8D%E8%83%BD%E8%AE%BF%E9%97%AEHA%E7%9A%84%E5%85%B1%E4%BA%AB%E9%85%8D%E7%BD%AE%E7%9B%AE%E5%BD%95%E7%9A%84%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95/" style="color: #fcfcfc">« Previous</a></span>
+ <span><a href="../../Usages/QA/%E4%BA%BA%E8%84%B8%E8%AF%86%E5%88%AB%E6%9C%8D%E5%8A%A1%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/" style="color: #fcfcfc">« Previous</a></span>
<span><a href="../%E5%A6%82%E4%BD%95%E6%8A%8Anode-red%E5%AE%89%E8%A3%85%E5%88%B0orangepiZero3/" style="color: #fcfcfc">Next »</a></span>
--
Gitblit v1.8.0