Skip to content

Commit 5d4695a

Browse files
committed
use this pr for qrcode
netbox-community/netbox-qrcode#84
1 parent 8aa4c10 commit 5d4695a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile-Plugins

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ LABEL org.opencontainers.image.source https://github.com/fpm-git/netbox
33

44
COPY ./plugin_requirements.txt /
55
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt
6+
RUN /opt/netbox/venv/bin/pip install --no-warn-script-location git+https://github.com/LHBL2003/netbox-qrcode@HTML-Label-Design
67

78
COPY docker/nginx-unit.json /etc/unit/
89

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# build custom image
22
```
3-
docker build -t ghcr.io/fpm-git/netbox:v1.0.5-up3.7.8 -f Dockerfile-Plugins .
4-
docker push ghcr.io/fpm-git/netbox:v1.0.5-up3.7.8
3+
docker build -t ghcr.io/fpm-git/netbox:v1.0.6-up3.7.8 -f Dockerfile-Plugins .
4+
docker push ghcr.io/fpm-git/netbox:v1.0.6-up3.7.8
55
```
66

77
Installed the following two plugins: https://github.com/mattieserver/netbox-topology-views and https://github.com/jasonyates/netbox-documents

plugin_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
netbox-documents==0.6.4
2-
netbox-qrcode==0.0.11
2+
#netbox-qrcode==0.0.11

0 commit comments

Comments
 (0)