Show the topology of your NetBox items
Go to file
Jan 1295947d5f Fix NetBox 3 changed API keys
NetBoxAPI v3 deprecated attribute display_name
2021-11-18 10:29:36 +00:00
netglass Fix NetBox 3 changed API keys 2021-11-18 10:29:36 +00:00
.gitignore Initialize repository 2021-05-16 17:23:00 +02:00
Dockerfile Netglass snapshot 2021-05-16 21:02:22 +02:00
README.md Netglass snapshot 2021-05-16 21:02:22 +02:00
config.json Netglass snapshot 2021-05-16 21:02:22 +02:00
docker-compose.yml Netglass snapshot 2021-05-16 21:02:22 +02:00
nginx.conf Netglass snapshot 2021-05-16 21:02:22 +02:00
run.sh Netglass snapshot 2021-05-16 21:02:22 +02:00

README.md

Netbox: NetGlass

View cable topology in hopglass fashioned graph view.

Requirements

  • A docker host
  • docker-compose

Prepare

Netglass acts as replacement for hoplass-server and uses NetBox's API to gather wiring information.

First go to your NetBox instance and create a read-only Token. Remember that tokens for users from LDAP backends do not work. Create a file .env with the contents

NETBOX_URL=https://netbox.your.tld
NETBOX_TOKEN=70bdtoken89nhuf

Run docker-compose up -d to build the hopglass instance.