Skip to content

Instantly share code, notes, and snippets.

@wols
Last active October 11, 2023 12:50
Show Gist options
  • Save wols/06c1397c86d30b917bb5e955b6d4c0a5 to your computer and use it in GitHub Desktop.
Save wols/06c1397c86d30b917bb5e955b6d4c0a5 to your computer and use it in GitHub Desktop.

NetBox plugins

My favorite NetBox plugins.

netbox-attachments

detail
Figure 1. netbox-attachments : detail

Add attachments to netbox-inventory

netbox/netbox/configuration.py
PLUGINS_CONFIG = {
    'netbox_attachments': {
        'apps': [
            'dcim',
            'netbox_inventory',
        ],
        'display_setting': {
            'netbox_inventory.delivery': 'right_page',
            'netbox_inventory.purchase': 'right_page',
        }
    },
}

netbox-inventory

asset list
Figure 2. netbox-inventory : asset list

extendet by netbox-attachments

purchase + attachments
Figure 3. netbox-inventory : purchase + attachments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment