You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NetBoxAPI v3 deprecated attribute display_name |
2 years ago | |
---|---|---|
netglass | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
config.json | 2 years ago | |
docker-compose.yml | 2 years ago | |
nginx.conf | 2 years ago | |
run.sh | 2 years ago |
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.