GRANIAN vs SEARXNG environment variables #5806
|
I am running searxng using podman and I want to run searxng on a custom port rather than default port (8080). The example config suggest to either set the "port" and "bind_address" variables in the config file or set ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS} environment variables. But changing those variables does not change the either the address or the port the server runs on. Changing the ${GRANIAN_PORT} and ${GRANIAN_HOST} does that. I wanted to ask, is this intended behavior. Am I confusing these or misunderstanding. Any help would be appreciated. Thanks. |
Answered by
inetol
Mar 4, 2026
Replies: 1 comment
|
Yes, it's an issue on our end. We are going to rework the container image to handle this and other quirks. See #5447 |
0 replies
Answer selected by
dangitsegfault
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it's an issue on our end. We are going to rework the container image to handle this and other quirks.
See #5447