Add interactive NetBox host installer
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run

This commit is contained in:
2026-08-24 23:00:28 +02:00
parent a4cecec7b9
commit 541f107e1e
11 changed files with 551 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ The agent owns only these two configured files:
In the operator-owned NetBox `configuration.py`, add once, after the normal `PLUGINS` declaration:
```python
from store_plugins import STORE_PLUGINS
from netbox.store_plugins import STORE_PLUGINS
PLUGINS += STORE_PLUGINS
```