You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posting for awareness if anyone else encounters this. When I set server.limiter: true I started seeing errors that limiter.toml did not exist and going into the container I did not find it at /etc/serxng. I created a ConfigMap with this value:
apiVersion: v1kind: ConfigMapmetadata:
name: configmap-searxng-limiternamespace: haynes-intelligencedata:
limiter.toml: | # This configuration file updates the default configuration file # See https://github.com/searxng/searxng/blob/master/searx/limiter.toml [botdetection.ip_limit] link_token = true
And then configured persistence to plop it where the service was looking for it:
Hello,
Posting for awareness if anyone else encounters this. When I set
server.limiter: true
I started seeing errors that limiter.toml did not exist and going into the container I did not find it at /etc/serxng. I created a ConfigMap with this value:And then configured
persistence
to plop it where the service was looking for it:And it is now there, errors are gone:
/etc/searxng # ls limiter.toml settings.yml uwsgi.ini
And the contents match the map:
For reference here are the settings I configured as well to get the limiter working:
I am using this for Open WebUI which also required
- json
as a format.Thanks!
The text was updated successfully, but these errors were encountered: