mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
readme
This commit is contained in:
parent
2dfbeeb71a
commit
3e99bbbf6a
|
|
@ -81,11 +81,16 @@ docker exec -it netbox-docker-netbox-1 \
|
||||||
/opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py createsuperuser
|
/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
|
Der hinterlegte default value stack für netbox_initializers plugin
|
||||||
|
|
||||||
**Command**
|
**Command**
|
||||||
```bash
|
```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
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue