From 91be2e5091142f709170f74ff628acf5d6029165 Mon Sep 17 00:00:00 2001 From: Florian Heigl Date: Mon, 9 Sep 2024 20:09:51 +0200 Subject: [PATCH] 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. --- Build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.md b/Build.md index 19b30e7..146d0c5 100644 --- a/Build.md +++ b/Build.md @@ -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