adestis-netbox-plugin-account-management

ADESTIS Account Management


Keywords
netbox, netbox-plugin, plugin
License
MIT
Install
pip install adestis-netbox-plugin-account-management==1.8.1

Documentation

NetBox Account Management

A NetBox plugin for managing the ownership of accounts. Netbox v3.4.4 is required.

PIP Package

Click here

Installation with Docker

The Plugin may be installed in a Netbox Docker deployment. The package contains a Dockerfile for Netbox-Community Docker extension.

Download the Plugin and build from the source:

$ git clone https://github.com/adestis/netbox-account-management
$ cd adestis-netbox-plugin-account-management
$ docker build -f Dev-Dockerfile -t adestis-netbox-plugin-account-management-plugin .

Update a netbox image name in docker-compose.yml in a Netbox Community Docker project root:

services:
  netbox: &netbox
    image: adestis-netbox-plugin-account-management-plugin:latest

Rebuild the running docker containers:

$ cd netbox-docker
$ docker-compose down
$ docker-compose up -d

Stop the application container. Then add PLUGINS parameter and PLUGINS_CONFIG parameter to configuration.py. It is stored in netbox-docker/configuration/ by default:

PLUGINS = ['adestis_netbox_plugin_account_management']

After that you can start the application again

Screenshots