Code Monkey home page Code Monkey logo

Comments (5)

jthomas avatar jthomas commented on May 24, 2024

Hello @alexsahka

What will you be using the admin tool for? Node-RED now supports installing nodes through the new palette manager in the UI which means people often don't need to use the admin tool anymore.
https://nodered.org/docs/getting-started/adding-nodes

Also, you can install the admin tool locally and use the target command to connect to the Node-RED instance running in Docker.

Does that help?

from node-red-docker.

alexsahka avatar alexsahka commented on May 24, 2024

I thought this admin tool is to secure web page/login in-to node-red web page/interface.
https://nodered.org/docs/security

from node-red-docker.

knolleary avatar knolleary commented on May 24, 2024

node-red-admin does provide a convenience function to hash your chosen password. You don't have to use it; a few lines later the docs you link to show the appropriate node.js command to run that does the same thing.

In both cases, it is just a function to give you an appropriately hashed version of your chosen password, which you then copy into your settings file. It doesn't matter where you run the command (although as the raw node command requires the bcryptjs npm module to be installed, it is convenient to run it in the Node-RED install directory where we know that module will already be)

from node-red-docker.

alexsahka avatar alexsahka commented on May 24, 2024

Thanks for helping newbie.

from node-red-docker.

NicksonYap avatar NicksonYap commented on May 24, 2024

Just as a note:
node -e "console.log(require('bcryptjs').hashSync(process.argv[1], 8));" your-password-here

From: https://nodered.org/docs/security#editor--admin-api-security

from node-red-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.