Skip to content

Netbox Docker container with a few useful plugins preinstalled

Notifications You must be signed in to change notification settings

larsstoker/netbox

Repository files navigation

Netbox

Included plugins

How to use

Create the Netbox and NGINX folders

mkdir netbox/ nginx/

Clone the Netbox repo

git clone -b release https://github.com/netbox-community/netbox-docker.git ./netbox/

Copy the NGINX config to the NGINX folder

cp ./proxy.conf ./nginx/

Modify the Netbox configuration file

Edit the Configuration.py to enable and configure the plugins.

PLUGINS = ['django3_saml2_nbplugin', 'nextbox-ui-plugin']

SAML2 Authentication

Please refer to this page for more information.

Topology Plugin

Please refer to this page for more information.

Rename the example docker-compose file and run

mv ./docker-compose.yml.example ./docker-compose.yml
docker-compose up

About

Netbox Docker container with a few useful plugins preinstalled

Topics

Resources

Stars

Watchers

Forks