mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
readme-install update
This commit is contained in:
parent
62f572eecc
commit
30cd062a00
|
|
@ -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://<dein-diode-server:port>/diode",
|
||||
"diode_username": "diode",
|
||||
"netbox_to_diode_client_secret": "changeme",
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
## 3) Portainer Stack deploy
|
||||
|
||||
### 3.1 Admin User erstellen
|
||||
|
|
|
|||
Loading…
Reference in a new issue