Metadata-Version: 2.1
Name: adestis_netbox_domain_management
Version: 1.0.7
Summary: ADESTIS Domain Management
Home-page: https://github.com/an-adestis/ADESTIS-Netbox-Domain-Management/tree/master
Author: ADESTIS GmbH
Author-email: pypi@adestis.de
License: MIT License
Keywords: netbox,netbox-plugin,plugin
Description-Content-Type: text/markdown
License-File: LICENSE

# 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](https://github.com/an-adestis/ADESTIS-Netbox-Domain-Management/blob/013983b8cbe80cddbaf17886573131620524e485/domian.test1.png)

![Domain View](https://github.com/an-adestis/ADESTIS-Netbox-Domain-Management/blob/013983b8cbe80cddbaf17886573131620524e485/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
```
