Installing external plugins in searxng-docker #159
wheresalice
started this conversation in
Show and tell
Replies: 1 comment
-
I figured out a way of doing this, it involves creating a new docker image with the plugin added Create a Dockerfile:
Then update docker-compose.yaml to replace the searxng And finally add the plugin to searxng/settings.yml:
There might be a neater way of doing this, but it is working for me |
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.
-
How do I install external plugins in searxng-docker?
If I mount my farside_results.py file into /usr/local/searxng/searx/plugins then I get an error
ModuleNotFoundError: No module named 'searx.plugins.farside_results'
If I run
sudo utils/searxng.sh instance cmd bash
from within the container as the docs suggest then I get errors that sudo and bash don't exist (plus wouldn't that get lost on a restart?Beta Was this translation helpful? Give feedback.
All reactions