Metadata-Version: 2.4
Name: adestis-netbox-domain-management
Version: 1.0.1
Summary: ADESTIS Domain Management
Home-page: https://github.com/an-adestis/ADESTIS-Netbox-Domain-Management
Author: ADESTIS GmbH
Author-email: pypi@adestis.de
License: GPL-3.0-only
Keywords: netbox,netbox-plugin,plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

# ADESTIS NetBox Domain Management Plugin

The **ADESTIS NetBox Domain Management Plugin** extends NetBox with the ability to manage domains and link them to various existing NetBox objects.

The plugin also allows flexible associations with various NetBox objects such as contacts and tenants.

---

## 🚀 Features

- Manage domains directly within NetBox
- Flexible association of domains with existing NetBox objects


---
## Screenshots

![Domain Details](./domian.test1.png)
![Certificates View](./domaintest2.png)

## ⚙️ Installation

The plugin is available on PyPI and can be installed via pip:

```bash
pip install adestis_netbox_domain_management
```

## ✅ Compatibility

The plugin is developed and tested using the following base image:

```dockerfile
ARG FROM_TAG=v4.2.9-3.2.1  # NetBox v4.2.9
```
