This is a customized version of the official NetBox Docker image from netbox-community/netbox-docker. This variant includes several additional plugins that extend the functionality of NetBox to cater to specific use cases.
The following plugins have been added to this custom NetBox image:
-
Django LDAP authentication backend Django authentication backend that authenticates against an LDAP service.
-
Netbox QR Code A plugin for generate QR codes for objects: Rack, Device, Cable.
-
Netbox Reorder Rack Plugin Allow the ability to reorder rack units in NetBox using a drag and drop interface.
-
Netbox Interface Synchronization Compare and synchronize interfaces between devices and device types
-
NetBox Topology Views
Provides a graphical representation of network topology within NetBox. -
NetBox Attachments Plugin Plugin to manage attachments for any model
-
NetBox Inventory Plugin Netbox plugin for hardware inventory.
-
NetBox Floorplan Plugin Netbox plugin providing floorplan mapping capability for locations and sites
-
Netbox Contract Plugin NetBox plugin to manage contracts
-
Netbox Documents Plugin Netbox plugin designed to facilitate the storage of site, circuit, device type and device specific documents
-
NetBox Lifecycle Plugin Netbox plugin for managing Hardware EOL/EOS, and Support Contracts
-
Netbox OTP Plugin Netbox plugin adds support for one-time password (OTP)
-
Netbox Nbservice Netbox Plugin for ITSM service mapping
These plugins are based on the contents of the plugin_requirements.txt file. This file lists all the required dependencies and plugins for the NetBox instance running with this Docker image.
You can check and modify the plugin list in the source repository if you want to customize your installation further.