Skip to main content

Netbox plugin to manage attachments for any model

Project description

NetBox Attachments Plugin

Netbox plugin for attaching files to any model.

Features

This plugin provide following Models:

  • NetBoxAttachment

Compatibility

Netbox Plugin
>= 3.3.4 0.0.0 <-> 0.0.5
>= 3.4.0 0.0.6 <-> 1.0.6
>= 3.4.3 1.0.7 <-> 1.1.X
>= 3.5.0 2.0.0
>= 3.6.0 3.0.0
>= 3.7.0 4.0.0
>= 4.0.0 5.0.x - bug
>= 4.0.0 5.1.0

Installation

The plugin is available as a Python package in pypi and can be installed with pip

pip install netbox-attachments

Enable the plugin in configuration.py:

PLUGINS = ['netbox_attachments']

Restart NetBox and add netbox-attachments to your local_requirements.txt

See NetBox Documentation for details

Configuration

The following options are available:

  • apps:
    • Type: List
    • Default: ['dcim', 'ipam', 'circuits', 'tenancy', 'virtualization', 'wireless']
    • Description: Display Attachments feature on all models definded under the app label. Attachmets are displayed on right_page of the detail-view of model.
  • display_default:
    • Type: String
    • Default: "additional_tab"
    • Options: "left_page", "right_page", "full_width_page", "additional_tab"
    • Description: Setup default setting of where attachments should be displayed under the models
  • display_setting:
    • Type: Dict
    • Default: {}
    • Options: {<app_label.model>: <prefeered_display>}
    • Example: {'dcim.devicerole': 'full_width_page', 'dcim.device': 'left_page', 'ipam.vlan': 'additional_tab'}
    • Description: Set display setting for concrete model
    • Tip: Proper app_label and model names could be found at API <your_netbox_url>/api/extras/content-types/

Warning additional_tab does not work for Plugin models

Configuration Example:

PLUGINS_CONFIG = {
    'netbox_attachments': {
        'apps': ['dcim', 'ipam', 'circuits', 'tenancy', 'virtualization', 'wireless', 'inventory_monitor'],
        'display_default': "right_page",
        'display_setting': {'ipam.vlan': "left_page", 'dcim.device': "full_width_page", 'dcim.devicerole': "full_width_page", 'inventory_monitor.probe': "additional_tab"}
    }
}

Enable Attachments for custom plugin (models)

  • Append your plugin to configuration list
    • apps: ['<plugin_name>']
  • Extend detail templates
    •   # At the TOP
        {% load plugins %}
        # Under a comments section
        {% plugin_right_page object %}
        # add the left_page and full_width for future extension
      

Screenshots

  • Model View Platform attachments
  • List View List View
  • Detail View Detail View

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox_attachments-5.1.4b1.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

netbox_attachments-5.1.4b1-py3-none-any.whl (27.7 kB view details)

Uploaded Python 3

File details

Details for the file netbox_attachments-5.1.4b1.tar.gz.

File metadata

  • Download URL: netbox_attachments-5.1.4b1.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for netbox_attachments-5.1.4b1.tar.gz
Algorithm Hash digest
SHA256 382fbcfc0409fb2d426fd3f4e26e35d7d5aec168708d01be0c4bb4c2a9724a87
MD5 9ed4df73d05e0743e2ee71085317246a
BLAKE2b-256 9ef1e5a3740a9e5d938f2199523c0dd892aa5b565ec07ad2d2facf88c93631d4

See more details on using hashes here.

File details

Details for the file netbox_attachments-5.1.4b1-py3-none-any.whl.

File metadata

File hashes

Hashes for netbox_attachments-5.1.4b1-py3-none-any.whl
Algorithm Hash digest
SHA256 2b0b9417c26529ba021727748ebcba1ce37caa1a0392d8ccd9edfb3d3ec7a0ce
MD5 c7d21a7328ad2f140c7459256d5c49b2
BLAKE2b-256 7bbb3a6da5e3ed0d6febc66a70442989060cde5dd52015cd809be1b48aa18421

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page