Metadata-Version: 2.4
Name: adestis-netbox-plugin-account-management
Version: 1.9.6
Summary: ADESTIS Account Management
Home-page: https://github.com/adestis/netbox-account-management
Author: ADESTIS GmbH
Author-email: pypi@adestis.de
Maintainer: ADESTIS GmbH
Maintainer-email: pypi@adestis.de
License: GPLv3
Project-URL: Source, https://github.com/adestis/netbox-account-management
Keywords: netbox,netbox-plugin,plugin
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: paramiko
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

# NetBox Account Management

[Netbox](https://github.com/adestis/netbox-account-management) plugin for managing the ownership of accounts.

## Features

This plugin provide following Models:

* Systems
* Login Credentials
* SSH Keys

## Compatibility

|              |       |
| ------------ | ----- |
| NetBox 4.2.x | 1.9.x |

## Installation

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

```bash
pip install adestis-netbox-plugin-account-management
```

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:

```python
PLUGINS = ['adestis_netbox_plugin_account_management']
```

Restart NetBox and add `adestis-netbox-plugin-account-management` to your local_requirements.txt

See [NetBox Documentation](https://docs.netbox.dev/en/stable/plugins/#installing-plugins) for details

## Configuration

The following options are available:

* `top_level_menu`: Bool (default False) Enable top level section navigation menu for the plugin.

## Screenshots

![Systems](docs/img/systems.png)

![SSH Keys](docs/img/ssh_keys.png)

![Login Credentials](docs/img/login_credentials.png)

![Login Credentials - SSH Key](docs/img/login_credentials_ssh_key.png)
