From 3e99bbbf6a883af9762d7024d4ef8e808e8c29d5 Mon Sep 17 00:00:00 2001 From: bboerni2 <93215657+bboerni2@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:36:56 +0200 Subject: [PATCH] readme --- README-INSTALL.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README-INSTALL.md b/README-INSTALL.md index 9e8b137..51f4617 100644 --- a/README-INSTALL.md +++ b/README-INSTALL.md @@ -81,11 +81,16 @@ docker exec -it netbox-docker-netbox-1 \ /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py createsuperuser ``` -### 3.2 Defaults initialisieren +### 3.2 User erstellen + +Initial in Netbox anmelden, die user [diode] und [diode-to-netbox] mit SuperUser Status anlegen. + +### 3.3 Defaults initialisieren Der hinterlegte default value stack für netbox_initializers plugin **Command** ```bash docker exec -it netbox-docker-netbox-1 /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py load_initializer_data --path /etc/netbox/config/initializers/extras -``` \ No newline at end of file +``` +