Jevgenijs Konevs

Results 1 comments of Jevgenijs Konevs

@manusys64 One way how you can install the plugins is to create custom Netbox Docker image. Example of Dockerfile config : ```dockerfile FROM netboxcommunity/netbox:v3.5.1 RUN . /opt/netbox/venv/bin/activate && \ pip...