validated for netbox v4 and netbox-plugin-dns v1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/netboxcommunity/netbox:latest
|
FROM docker.io/netboxcommunity/netbox:v4.0
|
||||||
|
|
||||||
COPY ./requirements-plugin.txt /opt/netbox/
|
COPY ./requirements-plugin.txt /opt/netbox/
|
||||||
RUN /opt/netbox/venv/bin/pip install \
|
RUN /opt/netbox/venv/bin/pip install \
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
netbox-plugin-dns >= 0.22.8
|
netbox-plugin-dns >= 1.0.0
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ The *netboxdns* plugin provides resolution for zones configured using
|
|||||||
|
|
||||||
**Depends on `netbox-plugin-dns` version `0.22.8` or greater.**
|
**Depends on `netbox-plugin-dns` version `0.22.8` or greater.**
|
||||||
|
|
||||||
|
**Validated for `netbox` >= v4.0.2 and `netbox-plugin-dns` >= v1.0.0.**
|
||||||
|
|
||||||
The account that the API token is tied to will need the following permissions:
|
The account that the API token is tied to will need the following permissions:
|
||||||
|
|
||||||
- `netbox_dns.view_zone`
|
- `netbox_dns.view_zone`
|
||||||
|
|||||||
Reference in New Issue
Block a user