Diskussion:Software/NetBox: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Neuer Abschnitt →https://nixos.wiki/wiki/Talk:NetBox) |
|||
Zeile 1: | Zeile 1: | ||
== https://nixos.wiki/wiki/Talk:NetBox == | == https://nixos.wiki/wiki/Talk:NetBox == | ||
: <code>nix-shell -p python3 --command 'curl -s https://raw.githubusercontent.com/netbox-community/netbox/master/netbox/generate_secret_key.py | python3'</code> | : <code>nix-shell -p python3 --command 'curl -s https://raw.githubusercontent.com/netbox-community/netbox/master/netbox/generate_secret_key.py | python3 > /var/lib/netbox/secretKeyFile'</code> |
Aktuelle Version vom 17. Februar 2024, 22:24 Uhr
https://nixos.wiki/wiki/Talk:NetBox[Bearbeiten]
nix-shell -p python3 --command 'curl -s https://raw.githubusercontent.com/netbox-community/netbox/master/netbox/generate_secret_key.py | python3 > /var/lib/netbox/secretKeyFile'