From 1591936226222f1bf95bac10334074900f2c5339 Mon Sep 17 00:00:00 2001 From: Sami Nieminen Date: Wed, 16 Jul 2025 17:43:46 +0300 Subject: [PATCH] Updated Using Netbox Plugins (markdown) --- Using-Netbox-Plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index b834eed..e6e86d8 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -40,6 +40,8 @@ RUN DEBUG="true" SECRET_KEY="dummydummydummydummydummydummydummydummydummydummy" ``` > NOTE: This `SECRET_KEY` is only used during the installation. There's no need to change it. +> NOTE: If your plugins call for any static files, remember to add another `COPY configuration/custom-plugins.py /etc/netbox/config/custom-plugins.py` line to config. + ### `docker-compose.override.yml` As its name implies, this file can contain configuration overrides for `docker-compose.yml` @@ -99,6 +101,8 @@ docker compose build --no-cache docker compose up -d ``` +> NOTE: If you have issues with your plugins installing, you can see build output with command: `docker compose --progress plain build --no-cache` + Your new custom NetBox Docker image has been created and is now running, with the required plugins installed. # Troubleshooting