Deploying to gh-pages from @ ddab00abf4 🚀

This commit is contained in:
dalf 2021-02-12 10:17:36 +00:00
parent a6cb43ce0a
commit 5657f21965
7 changed files with 20 additions and 15 deletions

View File

@ -169,6 +169,7 @@ headers set HTTP header information
data set HTTP data information
cookies set HTTP cookies
verify bool Performing SSL-Validity check
allow_redirects bool Follow redirects
max_redirects int maximum redirects, hard limit
soft_max_redirects int maximum redirects, soft limit. Record an error but don't stop the engine
raise_for_httperror bool True by default: raise an exception if the HTTP code of response is >= 300

View File

@ -407,15 +407,19 @@ request:</p>
<td><p>bool</p></td>
<td><p>Performing SSL-Validity check</p></td>
</tr>
<tr class="row-even"><td><p>max_redirects</p></td>
<tr class="row-even"><td><p>allow_redirects</p></td>
<td><p>bool</p></td>
<td><p>Follow redirects</p></td>
</tr>
<tr class="row-odd"><td><p>max_redirects</p></td>
<td><p>int</p></td>
<td><p>maximum redirects, hard limit</p></td>
</tr>
<tr class="row-odd"><td><p>soft_max_redirects</p></td>
<tr class="row-even"><td><p>soft_max_redirects</p></td>
<td><p>int</p></td>
<td><p>maximum redirects, soft limit. Record an error but dont stop the engine</p></td>
</tr>
<tr class="row-even"><td><p>raise_for_httperror</p></td>
<tr class="row-odd"><td><p>raise_for_httperror</p></td>
<td><p>bool</p></td>
<td><p>True by default: raise an exception if the HTTP code of response is &gt;= 300</p></td>
</tr>

File diff suppressed because one or more lines are too long

View File

@ -224,18 +224,18 @@ inspect service
show service status and log
option
set one of the available options
apache (http://fv-az139-897/searx)
apache (http://fv-az121-227/searx)
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site searx.conf
nginx (http://fv-az139-897/searx)
nginx (http://fv-az121-227/searx)
:install: nginx site with a reverse proxy (ProxyPass)
:remove: nginx site searx.conf
filtron rules: /etc/filtron/rules.json
If needed, set PUBLIC_URL of your WEB service in the &#39;.config.sh&#39; file::
PUBLIC_URL : http://fv-az139-897/searx
PUBLIC_HOST : fv-az139-897
PUBLIC_URL : http://fv-az121-227/searx
PUBLIC_HOST : fv-az121-227
SERVICE_USER : filtron
FILTRON_TARGET : 127.0.0.1:8888
FILTRON_API : 127.0.0.1:4005

View File

@ -197,7 +197,7 @@ install
:base: prepare LXC; install basic packages
:suite: install LXC searx suite into all (or &lt;name&gt;) containers
LXC suite: searx --&gt; http://fv-az139-897/searx
LXC suite: searx --&gt; http://fv-az121-227/searx
suite includes searx, morty &amp; filtron
suite images:
ubu1604 ubu1804 ubu2004 ubu2010 fedora31 archlinux centos7

View File

@ -226,22 +226,22 @@ inspect service
option
set one of the available options
:new-key: set new morty key
apache : http://fv-az139-897/morty/
apache : http://fv-az121-227/morty/
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site morty.conf
nginx (http://fv-az139-897/morty/)
nginx (http://fv-az121-227/morty/)
:install: nginx site with a reverse proxy (ProxyPass)
:remove: nginx site morty.conf
If needed, set the environment variables in the &#39;.config.sh&#39; file::
PUBLIC_URL_MORTY: http://fv-az139-897/morty/
PUBLIC_URL_MORTY: http://fv-az121-227/morty/
MORTY_LISTEN: 127.0.0.1:3000
SERVICE_USER: morty
To activate result and image proxy in searx, edit settings.yml (read:
https://searx.github.io/searx/admin/morty.html)::
result_proxy:
url : http://fv-az139-897/morty/
url : http://fv-az121-227/morty/
server:
image_proxy : True
</pre></div>

View File

@ -116,8 +116,8 @@ apache
searx settings: /etc/searx/settings.yml
If needed, set PUBLIC_URL of your WEB service in the &#39;.config.sh&#39; file::
PUBLIC_URL : http://fv-az139-897/searx
SEARX_INSTANCE_NAME : searx@fv-az139-897
PUBLIC_URL : http://fv-az121-227/searx
SEARX_INSTANCE_NAME : searx@fv-az121-227
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>