You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
engines Initialize Redis in searx/webapp.py 2 years ago
api.rst [theme] peel out oscar from SearXNG development 2 years ago
arch_public.dot [doc] update documentation of the installation procedures 2 years ago
architecture.rst [docs] corrections from @tiekoetter's review 2 years ago
buildhosts.rst [doc] update documentation of the installation procedures 2 years ago
index.rst [docs] add section "Migrate and stay tuned!" 2 years ago
installation-apache.rst [docs] corrections from @tiekoetter's review 2 years ago
installation-docker.rst [docs] corrections from @tiekoetter's review 2 years ago
installation-nginx.rst [docs] corrections from @tiekoetter's review 2 years ago
installation-scripts.rst [docs] corrections from @tiekoetter's review 2 years ago
installation-searxng.rst [docs] corrections from @tiekoetter's review 2 years ago
installation-uwsgi.rst [docs] corrections from @tiekoetter's review 2 years ago
installation.rst [docs] corrections from @tiekoetter's review 2 years ago
plugins.rst [mod] documentation: change the jinja context doesn't depend on searx.webapp 3 years ago
update-searxng.rst [doc] list of changes that affect the infrastructure 2 years ago