Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.22 KB

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