

Madness, wasn’t expected to get any coverage for it until it was out of beta 😆


Madness, wasn’t expected to get any coverage for it until it was out of beta 😆


Hey, not sure what you mean, it works perfectly fine as rootless. Are you using docker or podman? Someone else had this issue with podman and we couldn’t figure out why it was different for them.
Everyone else is running this as user 1000, which is what the standard compose requires?
YES please, if you could let me know if you figure this one out it’d be great, especially if it’s due to podman so I can send a message in my discord for the other user who was struggling with it :)


Aw thank you so much for giving it a try and leaving such a nice feedback ♥️ I am searching in a slightly different way than searxng, can’t promise it’ll work forever but for now it seems to be doing the trick ♥️ I have some more improvements to the search system coming with the next release as Bing does get blocked quite often for me.
P.s. have you been using any extensions? If so what’s your fave so far? Haha
Thank you, that helped :)
I am not entirely sure why you need to do all that but I am trying a different approach and allowing a small entrypoint to set
PGIDandPUID(which you should be able to set as env variables in the docker-compose.yml file).This should allow you to run the app as whatever user you wish. It works for me locally, it’s currently on the
developimage if you wanna give it a spin and report back. Otherwise it’ll be added in the next release.Defaults are still
1000:1000.