Update installation instructions in README and add requirements-plugins file

This commit is contained in:
bboerni2 2025-09-23 13:34:26 +02:00
parent 30312e3760
commit 2f9575f293
2 changed files with 9 additions and 7 deletions

View file

@ -6,12 +6,10 @@
**Portainer UI → Stacks → Add stack → Repository**
* **Git repository**: Unser geforktes `netbox-docker` Repository eintragen.
* **Repository reference**: Haupt-Branch wählen (z. B. `main`).
* **Compose path**: `docker-compose.yml` (oder gewünschtes Compose-File) setzen.
* **Git repository**: User forked `netbox-docker` Repository
* **Repository reference**: main branch
* **Compose path**: `docker-compose.yml`
* **Enable relative path volumes**: aktivieren.
* **Base path**: `/var/docker` setzen.
* **Base path**: `/var/docker` als relative path setzen.
---
Weitere Schritte folgen …
---

4
requirements-plugins.txt Normal file
View file

@ -0,0 +1,4 @@
netbox-topology-views>=4.2.0,<5.0.0
netbox-device-lifecycle-mgmt>=1.1.0,<2.0.0
netbox-plugin-prometheus-sd>=0.3.0,<1.0.0
netbox-qrcode>=0.0.17,<1.0.0