netbox-docker/plugins
Tobias Genannt 5741d2e59c Simplify plugin installation
Netbox plugins can now be mounted into the container and will be loaded
automatically from the mounted path. A configuration file to enabled the
plugin in has to be mounted additionally.

To install a plugin from outside the container you need to use the same
Python version as is used in the container. At the moment that is Python 3.11.
Assuming you are in the netbox-docker directory and using the default
configuration, just run this command, to install the netbox-initializers plugin:
pip install --target=plugins netbox-initializers
2023-09-06 16:32:19 +02:00
..
.gitignore Simplify plugin installation 2023-09-06 16:32:19 +02:00
.gitkeep Simplify plugin installation 2023-09-06 16:32:19 +02:00