Skip to content

Commit

Permalink
use this pr for qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon2nd committed Dec 3, 2024
1 parent 8aa4c10 commit 5d4695a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile-Plugins
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
netbox-documents==0.6.4
netbox-qrcode==0.0.11
#netbox-qrcode==0.0.11

0 comments on commit 5d4695a

Please sign in to comment.