searxng/docs/admin
Alexandre FLAMENT e92755d358 Initialize Redis in searx/webapp.py
settings.yml:
* The default URL was unix:///usr/local/searxng-redis/run/redis.sock?db=0
* The default URL is now "false"

The default URL makes the log difficult to deal with:
if the admin didn't install a Redis instance, the logs record a false error.

It worked before because SearXNG initialized the Redis connection when the limiter started.

In this commit, SearXNG initializes Redis in searx/webapp.py
so various components can use Redis without taking care of the initialization step.
2022-11-05 17:45:52 +01:00
..
engines Initialize Redis in searx/webapp.py 2022-11-05 17:45:52 +01:00
api.rst [theme] peel out oscar from SearXNG development 2022-04-30 13:20:27 +02:00
arch_public.dot [doc] update documentation of the installation procedures 2022-07-30 13:39:35 +02:00
architecture.rst [docs] corrections from @tiekoetter's review 2022-07-30 13:39:35 +02:00
buildhosts.rst [doc] update documentation of the installation procedures 2022-07-30 13:39:35 +02:00
index.rst [docs] add section "Migrate and stay tuned!" 2022-07-30 13:39:35 +02:00
installation-apache.rst [docs] corrections from @tiekoetter's review 2022-07-30 13:39:35 +02:00
installation-docker.rst [docs] corrections from @tiekoetter's review 2022-07-30 13:39:35 +02:00
installation-nginx.rst [docs] corrections from @tiekoetter's review 2022-07-30 13:39:35 +02:00
installation-scripts.rst [docs] corrections from @tiekoetter's review 2022-07-30 13:39:35 +02:00
installation-searxng.rst [docs] corrections from @tiekoetter's review 2022-07-30 13:39:35 +02:00
installation-uwsgi.rst [docs] corrections from @tiekoetter's review 2022-07-30 13:39:35 +02:00
installation.rst [docs] corrections from @tiekoetter's review 2022-07-30 13:39:35 +02:00
plugins.rst [mod] documentation: change the jinja context doesn't depend on searx.webapp 2020-12-27 10:00:35 +01:00
update-searxng.rst [doc] list of changes that affect the infrastructure 2022-07-31 13:08:06 +02:00