Skip to content

Commit

Permalink
Merge pull request #36 from Rotzbua/feat_https
Browse files Browse the repository at this point in the history
feat(docs): use https for nodered.org
  • Loading branch information
knolleary authored May 28, 2024
2 parents ceabf4d + ba9d4b0 commit 2db3f94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/commands/init/resources/settings.js.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
******************************************************************************/

/** 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: {
Expand Down Expand Up @@ -123,7 +123,7 @@ module.exports = {
* including node-red-dashboard, or the static content (httpStatic), the
* following properties can be used.
* 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."},
//httpStaticAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-red-admin",
"version": "3.1.3",
"description": "The Node-RED admin command line interface",
"homepage": "http://nodered.org",
"homepage": "https://nodered.org",
"bugs": {
"url": "https://github.com/node-red/node-red-admin/issues/"
},
Expand Down

0 comments on commit 2db3f94

Please sign in to comment.