diff --git a/README-INSTALL.md b/README-INSTALL.md index ba29149..9e8b137 100644 --- a/README-INSTALL.md +++ b/README-INSTALL.md @@ -48,6 +48,27 @@ netbox-reorder-rack # proxbox-api>=0.0.2 ``` +### 2.3 `\configuration\plugin.py` +Die Plugins werden hier hinterlegt und konfiguriert. +```python +PLUGINS = [ + "netbox_inventory", + "netbox_diode_plugin", +] + +PLUGINS_CONFIG = { + "netbox_inventory": { + "sync_serial_to_device": True, + "sync_asset_tag_to_device": True, + }, + "netbox_diode_plugin": { + "diode_target_override": "grpc:///diode", + "diode_username": "diode", + "netbox_to_diode_client_secret": "changeme", + }, +} +``` + ## 3) Portainer Stack deploy ### 3.1 Admin User erstellen