Sign inSign up

saashup/netbox-vm-agent

By saashup

•Updated almost 2 years ago

create vm with style from netbox

Image
Developer tools
0

1.5K

saashup/netbox-vm-agent repository overview

⁠Netbox VM Agent

Github Issues MIT license

⁠Description

Agent to install on a server to manage vm though netbox.

⁠Settings

go to the nodered admin page⁠ to change the settings.

⁠Clean

docker stop netbox-vm-agent
docker rm netbox-vm-agent
docker image rm saashup/netbox-vm-agent
docker volume rm netbox-vm-agent

⁠Build

docker build -t saashup/netbox-vm-agent .

⁠Run

docker run -d -p 1880:1880 -v netbox-vm-agent:/data --name netbox-vm-agent saashup/netbox-vm-agent 

Default access is admin/saashup

⁠Contribute

⁠Run locally

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.

⁠Connect

log into ui page⁠ to see your docker assets

⁠Connect

log into setup page⁠ to initialize.

⁠Hosting

Check https://saashup.com⁠ for more information

Tag summary

Content type

Image

Digest

sha256:85c639ca6…

Size

90.4 MB

Last updated

almost 2 years ago

docker pull saashup/netbox-vm-agent