From 5d4695a18bd23b31785a944807b11a52c6cb5b07 Mon Sep 17 00:00:00 2001 From: Jonathon Beauregard II Date: Tue, 3 Dec 2024 09:19:23 -0800 Subject: [PATCH] use this pr for qrcode https://github.com/netbox-community/netbox-qrcode/pull/84 --- Dockerfile-Plugins | 1 + README.md | 4 ++-- plugin_requirements.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile-Plugins b/Dockerfile-Plugins index 4fed70f7..b5047a70 100644 --- a/Dockerfile-Plugins +++ b/Dockerfile-Plugins @@ -3,6 +3,7 @@ LABEL org.opencontainers.image.source https://github.com/fpm-git/netbox COPY ./plugin_requirements.txt / RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt +RUN /opt/netbox/venv/bin/pip install --no-warn-script-location git+https://github.com/LHBL2003/netbox-qrcode@HTML-Label-Design COPY docker/nginx-unit.json /etc/unit/ diff --git a/README.md b/README.md index bd03dc17..2906efc3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # build custom image ``` -docker build -t ghcr.io/fpm-git/netbox:v1.0.5-up3.7.8 -f Dockerfile-Plugins . -docker push ghcr.io/fpm-git/netbox:v1.0.5-up3.7.8 +docker build -t ghcr.io/fpm-git/netbox:v1.0.6-up3.7.8 -f Dockerfile-Plugins . +docker push ghcr.io/fpm-git/netbox:v1.0.6-up3.7.8 ``` Installed the following two plugins: https://github.com/mattieserver/netbox-topology-views and https://github.com/jasonyates/netbox-documents diff --git a/plugin_requirements.txt b/plugin_requirements.txt index 752e1a3f..73748fe1 100644 --- a/plugin_requirements.txt +++ b/plugin_requirements.txt @@ -1,2 +1,2 @@ netbox-documents==0.6.4 -netbox-qrcode==0.0.11 \ No newline at end of file +#netbox-qrcode==0.0.11 \ No newline at end of file