Deploying to gh-pages from @ b0888c6ca3 🚀

This commit is contained in:
kvch 2021-10-10 18:54:33 +00:00
parent c5ea2d2f66
commit 136634f862
7 changed files with 17 additions and 16 deletions

View File

@ -1599,7 +1599,7 @@
<td><p>json_engine</p></td>
<td><p>3.0</p></td>
<td><p>general</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td></td>
<td><p>y</p></td>

View File

@ -1442,7 +1442,8 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="p p-Indicator">-</span> <span class="nt">name </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">wiby</span>
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">json_engine</span>
<span class="nt">search_url </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://wiby.me/json/?q={query}</span>
<span class="nt">paging </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
<span class="nt">search_url </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://wiby.me/json/?q={query}&amp;o={pageno}0</span>
<span class="nt">url_query </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">URL</span>
<span class="nt">title_query </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">Title</span>
<span class="nt">content_query </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">Snippet</span>
@ -1744,8 +1745,8 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="nt">timeout </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">3.0</span>
<span class="nt">paging </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
<span class="nt">search_url </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://www.kaufland.de/item/search/?search_value={query}&amp;page={pageno}</span>
<span class="nt">title_xpath </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//li[@class=&quot;product__title&quot;]</span>
<span class="nt">url_xpath </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//div[@class=&quot;product&quot;]//a/@href</span>
<span class="nt">title_xpath </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//div[@class=&quot;product__title&quot;]/text()</span>
<span class="nt">url_xpath </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//article[@class=&quot;product&quot;]//a/@href</span>
<span class="nt">content_xpath </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//div[@class=&quot;price&quot;]</span>
<span class="c1">#thumbnail_xpath : &#39;//div[@class=&quot;product__image-container&quot;]//img/@data-src&#39;</span>
<span class="nt">categories </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">general</span>

File diff suppressed because one or more lines are too long

View File

@ -183,18 +183,18 @@ inspect service
show service status and log
option
set one of the available options
apache (http://fv-az90-632/searx)
apache (http://fv-az180-716/searx)
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site searx.conf
nginx (http://fv-az90-632/searx)
nginx (http://fv-az180-716/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-az90-632/searx
PUBLIC_HOST : fv-az90-632
PUBLIC_URL : http://fv-az180-716/searx
PUBLIC_HOST : fv-az180-716
SERVICE_USER : filtron
FILTRON_TARGET : 127.0.0.1:8888
FILTRON_API : 127.0.0.1:4005

View File

@ -193,7 +193,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-az90-632/searx
LXC suite: searx --&gt; http://fv-az180-716/searx
suite includes searx, morty &amp; filtron
suite images:
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7

View File

@ -185,22 +185,22 @@ inspect service
option
set one of the available options
:new-key: set new morty key
apache : http://fv-az90-632/morty/
apache : http://fv-az180-716/morty/
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site morty.conf
nginx (http://fv-az90-632/morty/)
nginx (http://fv-az180-716/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-az90-632/morty/
PUBLIC_URL_MORTY: http://fv-az180-716/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-az90-632/morty/
url : http://fv-az180-716/morty/
server:
image_proxy : True
</pre></div>

View File

@ -112,8 +112,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-az90-632/searx
SEARX_INSTANCE_NAME : searx@fv-az90-632
PUBLIC_URL : http://fv-az180-716/searx
SEARX_INSTANCE_NAME : searx@fv-az180-716
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>