Dashboard widgets and things.
- Free software: Apache-2.0
- Documentation: https://aroth01.github.io/netbox-dashy-plugin/
The features the plugin provides should be listed here.
| NetBox Version | Plugin Version |
|---|---|
| 4.0 | 0.1.0 |
For adding to a NetBox Docker setup see the general instructions for using netbox-docker with plugins.
While this is still in development and not yet on pypi you can install with pip:
pip install git+https://github.com/aroth01/netbox-dashy-pluginor by adding to your local_requirements.txt or plugin_requirements.txt (netbox-docker):
git+https://github.com/aroth01/netbox-dashy-pluginEnable the plugin in /opt/netbox/netbox/netbox/configuration.py,
or if you use netbox-docker, your /configuration/plugins.py file :
PLUGINS = [
'netbox-dashy-plugin'
]
PLUGINS_CONFIG = {
"netbox-dashy-plugin": {},
}Based on the NetBox plugin tutorial:
This package was created with Cookiecutter and the netbox-community/cookiecutter-netbox-plugin project template.