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
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
..
_themes/searxng [fix] sphinx 5.x: add `nav.contents` everywhere that `div.topic` is used 2 years ago
admin Initialize Redis in searx/webapp.py 2 years ago
build-templates [doc] update documentation of the installation procedures 2 years ago
dev Merge pull request #1814 from return42/fix-typos 2 years ago
src [mod] add tor_check plugin - convenient tor checking trough searxng 2 years ago
user Sphinx doc: rename "User documentation" to "User Information" 2 years ago
utils [docs] corrections from @tiekoetter's review 2 years ago
conf.py [doc] update documentation of the installation procedures 2 years ago
donate.rst Update docs/donate.rst 2 years ago
index.rst Move donation page to docs.searxng.org and link to it from instances 2 years ago
own-instance.rst [docs] move own-instance.rst out of docs/user 2 years ago