Replies: 4 comments
-
Hi, @setPrimse. Could you share the command you used to start up the docker container? I fear you'll only be able to confirm what the problem is you clone this repository and run And, another question in advance: On the console log, is the text search endpoint returning 500? |
Beta Was this translation helpful? Give feedback.
-
Yes.
I've ran it under trunas, via yaml. Probably not the greatest idea and i should run something both less infuriating and something that actually can serve. |
Beta Was this translation helpful? Give feedback.
-
Hmm, I'm not familiar with it. But if you can, maybe, run the image in docker compose on that environment, just to test if it would work: services:
minisearch:
image: ghcr.io/felladrin/minisearch:main
ports:
- "7860:7860" Because if it runs fine, we'll know that it's something in the trunas config that could be interfering. I'll look into some better way of collecting logs from SearXNG errors via the app backend. |
Beta Was this translation helpful? Give feedback.
-
That's the script i run it with. Then it's, indeed, something with truenas. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I hope it's not something on my end.
Weirdly, image search works fine.
Beta Was this translation helpful? Give feedback.
All reactions