Agent to install on a server to manage vm though netbox.
go to the nodered admin page to change the settings.
docker stop netbox-vm-agent
docker rm netbox-vm-agent
docker image rm saashup/netbox-vm-agent
docker volume rm netbox-vm-agent
docker build -t saashup/netbox-vm-agent .
docker run -d -p 1880:1880 -v netbox-vm-agent:/data --name netbox-vm-agent saashup/netbox-vm-agent
Default access is admin/saashup
On the root of the project run:
npm install
npx node-red -u . -s settings_dev.js
Then you can browse http://localhost:1880/nodered. Default access is admin/saashup.
log into ui page to see your docker assets
log into setup page to initialize.
Check https://saashup.com for more information