Skip to main content

Django-NetBox-Confluence is a Django app to connect NetBox and Confluence wiki. Define .

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “Django-NetBox-Confluence” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        'django_netbox_confluence',
    ]
  2. Include the netbox-wiki URLconf in your project urls.py like this:

    path('netbox-wiki-api/', include('django_netbox_confluence.urls'))
  3. Add confluence credentials settings and space key where the data will be stored variables in your Django settings file.

DNC_CONFLUENCE_CREDENTIALS = {

‘url’: ‘http://localhost:8090’,

‘username’: ‘admin’,

‘password’: ‘admin’

}

DNC_SPACE_KEY = ‘NETBOX’

DNC_WEBHOOK_TOKEN = “<SECRET_KEY>”

  1. Run python manage.py migrate to create the Django-NetBox-Confluence models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to create a configuration (you’ll need the Admin app enabled). Set authorization header: {“Authorization”: “Token <SECRET_KEY>”}.

  3. Use http://127.0.0.1:8000/netbox-wiki/model_change_trigger as NetBox webhook endpoint URL field input.

Release files for django-netbox-confluence 0.1.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-netbox-confluence 0.1.4
File Size Uploaded
django-netbox-confluence-0.1.4.tar.gz 133.1 kB Details

Release files / django-netbox-confluence-0.1.4.tar.gz

Download URL django-netbox-confluence-0.1.4.tar.gz
Size 133.1 kB
Tags Source
SHA-256 checksum
How to use checksums
117ec85037c2eb29fe86d0b208931520ab1c3743631bb381d0ecbd8628757f48
BLAKE2b-256 checksum
How to use checksums
6a68c21d875c7beb6c7687f1dad1acd9912092ff6461a22b65bec2cdebd4f78a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.9

Release history Release notifications | RSS feed

This release

0.1.4 This release

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page