mkdir netbox/ nginx/
git clone -b release https://github.com/netbox-community/netbox-docker.git ./netbox/
cp ./proxy.conf ./nginx/
Edit the Configuration.py
to enable and configure the plugins.
PLUGINS = ['django3_saml2_nbplugin', 'nextbox-ui-plugin']
Please refer to this page for more information.
Please refer to this page for more information.
mv ./docker-compose.yml.example ./docker-compose.yml
docker-compose up