searx/docs/admin
Alexandre Flament 14fe1779b7 [httpx] replace searx.poolrequests by searx.network
settings.yml:

* outgoing.networks:
   * can contains network definition
   * propertiers: enable_http, verify, http2, max_connections, max_keepalive_connections,
     keepalive_expiry, local_addresses, support_ipv4, support_ipv6, proxies, max_redirects, retries
   * retries: 0 by default, number of times searx retries to send the HTTP request (using different IP & proxy each time)
   * local_addresses can be "192.168.0.1/24" (it supports IPv6)
   * support_ipv4 & support_ipv6: both True by default
     see https://github.com/searx/searx/pull/1034
* each engine can define a "network" section:
   * either a full network description
   * either reference an existing network

* all HTTP requests of engine use the same HTTP configuration (it was not the case before, see proxy configuration in master)
2021-05-03 21:39:54 +02:00
..
engines Add recoll engine (#2325) 2020-11-30 08:35:15 +01:00
api.rst doc: proofread of the all reST sources (no content change) 2019-12-12 19:20:56 +01:00
arch_public.dot [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs 2020-09-28 16:44:14 +02:00
architecture.rst docs: proofreading of all the installation topics 2020-04-09 15:04:23 +02:00
buildhosts.rst [doc] modify docs to fit to the new build boilerplate 2021-04-12 16:55:06 +02:00
engines.rst [mod] documentation: change the jinja context doesn't depend on searx.webapp 2020-12-27 10:00:35 +01:00
filtron.rst Fix security vulnerabilities in suggested nginx configuration 2021-03-03 12:34:22 +01:00
index.rst docs: generic documentation from the installation scripts 2020-03-02 19:00:19 +01:00
installation-apache.rst [doc] improve admin-docs about result proxy (morty) configuration 2021-01-27 09:58:06 +01:00
installation-docker.rst [doc] modify docs to fit to the new build boilerplate 2021-04-12 16:55:06 +02:00
installation-nginx.rst Fix security vulnerabilities in suggested nginx configuration 2021-03-03 12:34:22 +01:00
installation-searx.rst correct typo/grammatical mistake 2021-04-09 14:56:59 +01:00
installation-uwsgi.rst [fix] markup of auto generated installation instruction (uWSGI part) 2020-06-24 15:15:15 +02:00
installation.rst [fix doc] manage.sh update_packages does not exists anymore 2021-04-29 21:52:49 +02:00
morty.rst [doc] improve admin-docs about result proxy (morty) configuration 2021-01-27 09:58:06 +01:00
plugins.rst [mod] documentation: change the jinja context doesn't depend on searx.webapp 2020-12-27 10:00:35 +01:00
settings.rst [httpx] replace searx.poolrequests by searx.network 2021-05-03 21:39:54 +02:00
update-searx.rst [fix doc] manage.sh update_packages does not exists anymore 2021-04-29 21:52:49 +02:00