tbh this tl;dr bit is just feels off as it holds true so seldom... especially since the switch from alpine to jammy base image has made it a lot more work to maintain a setup with plugins from github etc.

Florian Heigl 2024-09-09 20:09:51 +02:00
parent 65c4d2a980
commit 91be2e5091

@ -13,6 +13,7 @@ This document describes two different intentions:
- Custom Nginx Configuration: Either build your own _nginx_-based Docker image or [extend the _netbox-docker_ image](#extend-the-image)
- NetBox Plugin: [Extend the image](#extend-the-image)
- ⚠️ See the extra guide [Using NetBox Plugins](Using-Netbox-Plugins)
- Using many plugins / track upstream plugins: [Build the Image from Scratch](#build-the-image-from-scratch)
- Develop NetBox : [Build the Image from Scratch](#build-the-image-from-scratch)
## Extend the Image