External searxng #644
Unanswered
stanthewizzard
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Just did that yesterday, working very well. My existing SearXNG don't have any secret key setup, so only add Searxng IP address or domain name to the perplexica-backend environment and in config.toml (not sure if this one is needed). I think docker hostname won't work for external Searxng but if you can ping maybe it will do.
Remove everything Searxng related from docker compose file, lines 2 to 11 and 19 to 20 (perplexica-backend depends_on: - searxng). And enable Json format on your external Searxng. I'm using build command, the provided docker image doesn't work with reverse proxy. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello
I'm able to ping an external searxng through docker network
I need to add in the compose:
environment:
- SEARXNG_API_URL=http://containername:8080
- SEARXNG_SECRET=pre-existingapikey
Am I right ?
Thanks for help
Beta Was this translation helpful? Give feedback.
All reactions