mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #4313 from Rotzbua/fix_https
Migrate http -> https for nodered.org
This commit is contained in:
		| @@ -1,16 +1,16 @@ | |||||||
| # Node-RED | # Node-RED | ||||||
|  |  | ||||||
| http://nodered.org | https://nodered.org | ||||||
|  |  | ||||||
| [](https://github.com/node-red/node-red/actions?query=branch%3Amaster) | [](https://github.com/node-red/node-red/actions?query=branch%3Amaster) | ||||||
|  |  | ||||||
| Low-code programming for event-driven applications. | Low-code programming for event-driven applications. | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| ## Quick Start | ## Quick Start | ||||||
|  |  | ||||||
| Check out http://nodered.org/docs/getting-started/ for full instructions on getting | Check out https://nodered.org/docs/getting-started/ for full instructions on getting | ||||||
| started. | started. | ||||||
|  |  | ||||||
| 1. `sudo npm install -g --unsafe-perm node-red` | 1. `sudo npm install -g --unsafe-perm node-red` | ||||||
| @@ -19,7 +19,7 @@ started. | |||||||
|  |  | ||||||
| ## Getting Help | ## Getting Help | ||||||
|  |  | ||||||
| More documentation can be found [here](http://nodered.org/docs). | More documentation can be found [here](https://nodered.org/docs). | ||||||
|  |  | ||||||
| For further help, or general discussion, please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack). | For further help, or general discussion, please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack). | ||||||
|  |  | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|     "name": "node-red", |     "name": "node-red", | ||||||
|     "version": "3.1.0-beta.4", |     "version": "3.1.0-beta.4", | ||||||
|     "description": "Low-code programming for event-driven applications", |     "description": "Low-code programming for event-driven applications", | ||||||
|     "homepage": "http://nodered.org", |     "homepage": "https://nodered.org", | ||||||
|     "license": "Apache-2.0", |     "license": "Apache-2.0", | ||||||
|     "repository": { |     "repository": { | ||||||
|         "type": "git", |         "type": "git", | ||||||
|   | |||||||
| @@ -731,7 +731,7 @@ var RED = (function() { | |||||||
|         } |         } | ||||||
|         menuOptions.push({id:"menu-item-help", |         menuOptions.push({id:"menu-item-help", | ||||||
|             label: RED.settings.theme("menu.menu-item-help.label",RED._("menu.label.help")), |             label: RED.settings.theme("menu.menu-item-help.label",RED._("menu.label.help")), | ||||||
|             href: RED.settings.theme("menu.menu-item-help.url","http://nodered.org/docs") |             href: RED.settings.theme("menu.menu-item-help.url","https://nodered.org/docs") | ||||||
|         }); |         }); | ||||||
|         menuOptions.push({id:"menu-item-node-red-version", label:"v"+RED.settings.version, onselect: "core:show-about" }); |         menuOptions.push({id:"menu-item-node-red-version", label:"v"+RED.settings.version, onselect: "core:show-about" }); | ||||||
|  |  | ||||||
|   | |||||||
| @@ -25,7 +25,7 @@ | |||||||
|     <p>Wenn ein promise-Objekt aus dem Start-Code zurückgegeben wird, |     <p>Wenn ein promise-Objekt aus dem Start-Code zurückgegeben wird, | ||||||
|        beginnt danach die reguläre Verarbeitung der Eingangsnachrichten.</p> |        beginnt danach die reguläre Verarbeitung der Eingangsnachrichten.</p> | ||||||
|     <h3>Details</h3> |     <h3>Details</h3> | ||||||
|     <p>Siehe  <a target="_blank" href="http://nodered.org/docs/writing-functions.html">Onlinedokumentation</a> |     <p>Siehe  <a target="_blank" href="https://nodered.org/docs/writing-functions.html">Onlinedokumentation</a> | ||||||
|        für weitere Informationen zum Schreiben von Funktionen.</p> |        für weitere Informationen zum Schreiben von Funktionen.</p> | ||||||
|     <h4><b>Nachrichten senden</b></h4> |     <h4><b>Nachrichten senden</b></h4> | ||||||
|     <p>Die Funktion kann die Nachrichten zurückgeben, die sie an die nächsten Nodes im Flow weitergeben möchte, |     <p>Die Funktion kann die Nachrichten zurückgeben, die sie an die nächsten Nodes im Flow weitergeben möchte, | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ | |||||||
|     <p>If the On Start code returns a Promise object, the node will not start handling messages |     <p>If the On Start code returns a Promise object, the node will not start handling messages | ||||||
|         until the promise is resolved.</p> |         until the promise is resolved.</p> | ||||||
|     <h3>Details</h3> |     <h3>Details</h3> | ||||||
|     <p>See the <a target="_blank" href="http://nodered.org/docs/writing-functions.html">online documentation</a> |     <p>See the <a target="_blank" href="https://nodered.org/docs/writing-functions.html">online documentation</a> | ||||||
|     for more information on writing functions.</p> |     for more information on writing functions.</p> | ||||||
|     <h4>Sending messages</h4> |     <h4>Sending messages</h4> | ||||||
|     <p>The function can either return the messages it wants to pass on to the next nodes |     <p>The function can either return the messages it wants to pass on to the next nodes | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ | |||||||
|     <p>Si le code 'Au démarrage' renvoie un objet Promise (promesse), le noeud ne commencera pas à gérer les messages |     <p>Si le code 'Au démarrage' renvoie un objet Promise (promesse), le noeud ne commencera pas à gérer les messages | ||||||
|       jusqu'à ce que la promesse soit résolue.</p> |       jusqu'à ce que la promesse soit résolue.</p> | ||||||
|     <h3>Détails</h3> |     <h3>Détails</h3> | ||||||
|     <p>Voir la <a target="_blank" href="http://nodered.org/docs/writing-functions.html">documentation en ligne</a> |     <p>Voir la <a target="_blank" href="https://nodered.org/docs/writing-functions.html">documentation en ligne</a> | ||||||
|       pour plus d'informations sur les fonctions d'écriture.</p> |       pour plus d'informations sur les fonctions d'écriture.</p> | ||||||
|     <h4>Envoi de messages</h4> |     <h4>Envoi de messages</h4> | ||||||
|     <p>La fonction peut envoyer les messages qu'elle souhaite transmettre aux noeuds suivants |     <p>La fonction peut envoyer les messages qu'elle souhaite transmettre aux noeuds suivants | ||||||
|   | |||||||
| @@ -22,7 +22,7 @@ | |||||||
|     <p><b>初期化処理</b>タブにはノードの開始時に実行されるコードを、<b>終了処理</b>タブにはノードの終了時に実行されるコードを指定します。</p> |     <p><b>初期化処理</b>タブにはノードの開始時に実行されるコードを、<b>終了処理</b>タブにはノードの終了時に実行されるコードを指定します。</p> | ||||||
|     <p>初期化処理タブの返却値としてPromiseオブジェクトを返却すると、入力メッセージの処理を開始する前にその完了を待ちます。</p> |     <p>初期化処理タブの返却値としてPromiseオブジェクトを返却すると、入力メッセージの処理を開始する前にその完了を待ちます。</p> | ||||||
|     <h3>詳細</h3> |     <h3>詳細</h3> | ||||||
|     <p>コードの書き方の詳細については、<a target="_blank" href="http://nodered.org/docs/writing-functions.html">オンラインドキュメント</a>を参照してください。</p> |     <p>コードの書き方の詳細については、<a target="_blank" href="https://nodered.org/docs/writing-functions.html">オンラインドキュメント</a>を参照してください。</p> | ||||||
|     <h4>メッセージの送信</h4> |     <h4>メッセージの送信</h4> | ||||||
|     <p>フロー内の次ノードにメッセージを渡すためには、メッセージを返却するか<code>node.send(messages)</code>を呼び出します。</p> |     <p>フロー内の次ノードにメッセージを渡すためには、メッセージを返却するか<code>node.send(messages)</code>を呼び出します。</p> | ||||||
|     <p>返却/sendの対象は次のとおりです:</p> |     <p>返却/sendの対象は次のとおりです:</p> | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ | |||||||
|     <p><code>msg</code>오브젝트는<code>msg.payload</code>프로퍼티에 메시지 본체를 유지하는 것이 관례입니다.</p> |     <p><code>msg</code>오브젝트는<code>msg.payload</code>프로퍼티에 메시지 본체를 유지하는 것이 관례입니다.</p> | ||||||
|     <p>보통 코드는 메시지 오브젝트(혹은 여러 메시지 객체)를 반환합니다.후속 플로우의 실행을 정지하고 싶은 경우에는, 오브젝트를 반환하지 않아도 상관없습니다.</p> |     <p>보통 코드는 메시지 오브젝트(혹은 여러 메시지 객체)를 반환합니다.후속 플로우의 실행을 정지하고 싶은 경우에는, 오브젝트를 반환하지 않아도 상관없습니다.</p> | ||||||
|     <h3>상세</h3> |     <h3>상세</h3> | ||||||
|     <p>코드 쓰는 방식에 대한 자세한 내용은, <a target="_blank" href="http://nodered.org/docs/writing-functions.html">공식 홈페이지</a>를 참조해 주세요.</p> |     <p>코드 쓰는 방식에 대한 자세한 내용은, <a target="_blank" href="https://nodered.org/docs/writing-functions.html">공식 홈페이지</a>를 참조해 주세요.</p> | ||||||
|     <h4>메세지 송신</h4> |     <h4>메세지 송신</h4> | ||||||
|     <p>플로우 내의 다음 노드에 메세지를 전달하기 위해서는, 메세지를 반환하거나, <code>node.send(messages)</code>를 호출합니다.</p> |     <p>플로우 내의 다음 노드에 메세지를 전달하기 위해서는, 메세지를 반환하거나, <code>node.send(messages)</code>를 호출합니다.</p> | ||||||
|     <p>반환/send 대상은 다음과 같습니다:</p> |     <p>반환/send 대상은 다음과 같습니다:</p> | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ | |||||||
|       <p>Se o código <b>On Start</b> retornar um objeto do tipo promessa, o nó não começará a tratar as mensagens |       <p>Se o código <b>On Start</b> retornar um objeto do tipo promessa, o nó não começará a tratar as mensagens | ||||||
|           até que a promessa seja resolvida.</p> |           até que a promessa seja resolvida.</p> | ||||||
|       <h3>Detalhes</h3> |       <h3>Detalhes</h3> | ||||||
|       <p>Consulte a <a target="_blank" href="http://nodered.org/docs/writing-functions.html">documentação online</a> |       <p>Consulte a <a target="_blank" href="https://nodered.org/docs/writing-functions.html">documentação online</a> | ||||||
|       para obter maiores informações sobre funções de escrita.</p> |       para obter maiores informações sobre funções de escrita.</p> | ||||||
|       <h4>Enviando mensagens</h4> |       <h4>Enviando mensagens</h4> | ||||||
|       <p>A função pode retornar as mensagens que deseja passar para os próximos nós |       <p>A função pode retornar as mensagens que deseja passar para os próximos nós | ||||||
|   | |||||||
| @@ -36,7 +36,7 @@ | |||||||
|  |  | ||||||
|   <h3>Подробности</h3> |   <h3>Подробности</h3> | ||||||
|   <p> |   <p> | ||||||
|     Смотрите <a target="_blank" href="http://nodered.org/docs/writing-functions.html">онлайн-документацию</a> для получения дополнительной информации по написанию функций. |     Смотрите <a target="_blank" href="https://nodered.org/docs/writing-functions.html">онлайн-документацию</a> для получения дополнительной информации по написанию функций. | ||||||
|   </p> |   </p> | ||||||
|  |  | ||||||
|   <h4>Отправка сообщений</h4> |   <h4>Отправка сообщений</h4> | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ | |||||||
|     <p>通常,<code>msg</code>对象将消息正文保留在<code>msg.payload</code>属性中。</p> |     <p>通常,<code>msg</code>对象将消息正文保留在<code>msg.payload</code>属性中。</p> | ||||||
|     <p>该函数一般会返回一个消息对象(或多个消息对象),但也可以为了停止流而什么都不返回。</p> |     <p>该函数一般会返回一个消息对象(或多个消息对象),但也可以为了停止流而什么都不返回。</p> | ||||||
|     <h3>详细</h3> |     <h3>详细</h3> | ||||||
|     <p>请参见<a target="_blank" href="http://nodered.org/docs/writing-functions.html">在线文档</a>来获得更多有关编写函数的信息。</p> |     <p>请参见<a target="_blank" href="https://nodered.org/docs/writing-functions.html">在线文档</a>来获得更多有关编写函数的信息。</p> | ||||||
|     <h4>传送消息</h4> |     <h4>传送消息</h4> | ||||||
|     <p>要将消息传递到流中的下一个节点,请返回消息或调用<code>node.send(messages)</code>。</p> |     <p>要将消息传递到流中的下一个节点,请返回消息或调用<code>node.send(messages)</code>。</p> | ||||||
|     <p>它将返回/send:</p> |     <p>它将返回/send:</p> | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ | |||||||
|   <p>通常,<code>msg</code>對象將消息正文保留在<code>msg.payload</code>屬性中。</p> |   <p>通常,<code>msg</code>對象將消息正文保留在<code>msg.payload</code>屬性中。</p> | ||||||
|   <p>該函數一般會返回一個消息對象(或多個消息對象),但也可以爲了停止流程而什麽都不返回。</p> |   <p>該函數一般會返回一個消息對象(或多個消息對象),但也可以爲了停止流程而什麽都不返回。</p> | ||||||
|   <h3>詳細</h3> |   <h3>詳細</h3> | ||||||
|   <p>請參見<a target="_blank" href="http://nodered.org/docs/writing-functions.html">在線文檔</a>來獲得更多有關編寫函數的信息。</p> |   <p>請參見<a target="_blank" href="https://nodered.org/docs/writing-functions.html">在線文檔</a>來獲得更多有關編寫函數的信息。</p> | ||||||
|   <h4>傳送消息</h4> |   <h4>傳送消息</h4> | ||||||
|   <p>要將消息傳遞到流程中的下一個節點,請返回消息或調用<code>node.send(messages)</code>。</p> |   <p>要將消息傳遞到流程中的下一個節點,請返回消息或調用<code>node.send(messages)</code>。</p> | ||||||
|   <p>它將返回/send:</p> |   <p>它將返回/send:</p> | ||||||
|   | |||||||
							
								
								
									
										8
									
								
								packages/node_modules/node-red/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								packages/node_modules/node-red/README.md
									
									
									
									
										vendored
									
									
								
							| @@ -1,14 +1,14 @@ | |||||||
| # Node-RED | # Node-RED | ||||||
|  |  | ||||||
| http://nodered.org | https://nodered.org | ||||||
|  |  | ||||||
| Low-code programming for event-driven applications. | Low-code programming for event-driven applications. | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| ## Quick Start | ## Quick Start | ||||||
|  |  | ||||||
| Check out http://nodered.org/docs/getting-started/ for full instructions on getting | Check out https://nodered.org/docs/getting-started/ for full instructions on getting | ||||||
| started. | started. | ||||||
|  |  | ||||||
| 1. `sudo npm install -g --unsafe-perm node-red` | 1. `sudo npm install -g --unsafe-perm node-red` | ||||||
| @@ -17,7 +17,7 @@ started. | |||||||
|  |  | ||||||
| ## Getting Help | ## Getting Help | ||||||
|  |  | ||||||
| More documentation can be found [here](http://nodered.org/docs). | More documentation can be found [here](https://nodered.org/docs). | ||||||
|  |  | ||||||
| For further help, or general discussion, please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack). | For further help, or general discussion, please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack). | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								packages/node_modules/node-red/package.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/node_modules/node-red/package.json
									
									
									
									
										vendored
									
									
								
							| @@ -2,7 +2,7 @@ | |||||||
|     "name": "node-red", |     "name": "node-red", | ||||||
|     "version": "3.1.0-beta.4", |     "version": "3.1.0-beta.4", | ||||||
|     "description": "Low-code programming for event-driven applications", |     "description": "Low-code programming for event-driven applications", | ||||||
|     "homepage": "http://nodered.org", |     "homepage": "https://nodered.org", | ||||||
|     "license": "Apache-2.0", |     "license": "Apache-2.0", | ||||||
|     "repository": { |     "repository": { | ||||||
|         "type": "git", |         "type": "git", | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								packages/node_modules/node-red/red.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/node_modules/node-red/red.js
									
									
									
									
										vendored
									
									
								
							| @@ -88,7 +88,7 @@ if (parsedArgs.help) { | |||||||
|     console.log("  -?, --help           show this help"); |     console.log("  -?, --help           show this help"); | ||||||
|     console.log("  admin <command>      run an admin command"); |     console.log("  admin <command>      run an admin command"); | ||||||
|     console.log(""); |     console.log(""); | ||||||
|     console.log("Documentation can be found at http://nodered.org"); |     console.log("Documentation can be found at https://nodered.org"); | ||||||
|     process.exit(); |     process.exit(); | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								packages/node_modules/node-red/settings.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								packages/node_modules/node-red/settings.js
									
									
									
									
										vendored
									
									
								
							| @@ -71,7 +71,7 @@ module.exports = { | |||||||
|  ******************************************************************************/ |  ******************************************************************************/ | ||||||
|  |  | ||||||
|     /** To password protect the Node-RED editor and admin API, the following |     /** To password protect the Node-RED editor and admin API, the following | ||||||
|      * property can be used. See http://nodered.org/docs/security.html for details. |      * property can be used. See https://nodered.org/docs/security.html for details. | ||||||
|      */ |      */ | ||||||
|     //adminAuth: { |     //adminAuth: { | ||||||
|     //    type: "credentials", |     //    type: "credentials", | ||||||
| @@ -120,7 +120,7 @@ module.exports = { | |||||||
|      * including node-red-dashboard, or the static content (httpStatic), the |      * including node-red-dashboard, or the static content (httpStatic), the | ||||||
|      * following properties can be used. |      * following properties can be used. | ||||||
|      * The `pass` field is a bcrypt hash of the password. |      * The `pass` field is a bcrypt hash of the password. | ||||||
|      * See http://nodered.org/docs/security.html#generating-the-password-hash |      * See https://nodered.org/docs/security.html#generating-the-password-hash | ||||||
|      */ |      */ | ||||||
|     //httpNodeAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."}, |     //httpNodeAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."}, | ||||||
|     //httpStaticAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."}, |     //httpStaticAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."}, | ||||||
|   | |||||||
| @@ -98,7 +98,7 @@ describe("api/editor/theme", function () { | |||||||
|                 }, |                 }, | ||||||
|                 header: { |                 header: { | ||||||
|                     title: "Test Header Title", |                     title: "Test Header Title", | ||||||
|                     url: "http://nodered.org", |                     url: "https://nodered.org", | ||||||
|                     image: "/absolute/path/to/header/image" // or null to remove image |                     image: "/absolute/path/to/header/image" // or null to remove image | ||||||
|                 }, |                 }, | ||||||
|  |  | ||||||
| @@ -147,7 +147,7 @@ describe("api/editor/theme", function () { | |||||||
|         context.page.tabicon.should.have.a.property("colour", "#8f008f") |         context.page.tabicon.should.have.a.property("colour", "#8f008f") | ||||||
|         context.should.have.a.property("header"); |         context.should.have.a.property("header"); | ||||||
|         context.header.should.have.a.property("title", "Test Header Title"); |         context.header.should.have.a.property("title", "Test Header Title"); | ||||||
|         context.header.should.have.a.property("url", "http://nodered.org"); |         context.header.should.have.a.property("url", "https://nodered.org"); | ||||||
|         context.header.should.have.a.property("image", "theme/header/image"); |         context.header.should.have.a.property("image", "theme/header/image"); | ||||||
|         context.page.should.have.a.property("css"); |         context.page.should.have.a.property("css"); | ||||||
|         context.page.css.should.have.lengthOf(1); |         context.page.css.should.have.lengthOf(1); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user