
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Netbox plugin for generate QR codes for objects: Device, Module, Cable, Powerfeed, Powerpanel, Location
This plugin depends on qrcode and Pillow python library
Plugin Version | NetBox Version | Tested on |
---|---|---|
0.0.11 | 3.7.x | 3.7.x |
0.0.14 | 4.0.x | v4.0.11 |
0.0.15 | 4.1.x | v4.1.6 |
0.0.17 | 4.2.x | v4.2.4 |
If Netbox was installed according to the standard installation instructions. It may be necessary to activate the virtual environment.
source /opt/netbox/venv/bin/activate
The plugin is available as a Python package in pypi and can be installed with pip
pip install netbox-qrcode
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['netbox_qrcode']
Restart NetBox and add netbox-qrcode
to your local_requirements.txt
Extensive label customisation is possible, it's also possible to include different labels for each object type, for example 2 labels for the Device view.
For advice on configuration please see the two links below:
If the print does not look like the preview in the Netbox, first try to get a perfect print using Word. As many printer settings also have an influence on the print result. Borderless printing is possible if the printer (e.g. thermal transfer printer) supports this.
Here is an example of what needs to be considered to print borderless from a Word document. Go to: Example Zebra ZM400 300dpi label printer and a label 56x32mm. >>
When you press the “Print” button, there are some print properties that are added by the browser. However, these interfere with the print result. They should therefore be deactivated.
Parameter | Value |
---|---|
Orientation | Portrait |
Paper size | User defined |
Margins | none |
Scale | Fit to page width or 100% |
Options --> Print headers and footers | disable |
Options --> Print backgrounds | disable |
Chrome can alter settings between printing and the print preview, therefore the below settings are recomended
Parameter | Value |
---|---|
Layout | Portrait |
Paper size | empty !!! |
Pages per sheet | 1 |
Margins | none |
Scale | Default or 100% |
Options --> PBackground grafics | disable |
Issues and pull requests are welcomed.
Device QR code with text label
Rack QR code
Cable QR code
FAQs
QR Code generation for netbox objects
We found that netbox-qrcode demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.