Plugins in 2.10 #440
Unanswered
barmalej1
asked this question in
Getting Help
Replies: 1 comment
-
Had wrong entries in ALLOWED_HOSTS, now everything seems to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am having trouble installing plugins in the latest version. I followed the instructions here that always worked before, but this time I was getting errors about missing components. If I added all the components to Dockerfile-plugins with this command:
the images were created and containers got deployed without any errors, but then netbox and netbox-worker containers would immediately stop with the "plugin not found" error - it seems the plugins were installed in the wrong place. It didn't make sense to me that all the necessary components were suddenly removed, so I deleted
RUN apk add
command from Dockerfile-plugins and instead tried to activate virtual environment as recommended in Netbox instructions:RUN . /opt/netbox/venv/bin/activate && pip install --no-warn-script-location -r /plugin_requirements.txt
The build process ran very fast, and all the containers remained up, but then I started getting error 400 in the browser. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions