Deploying to gh-pages from @ f00d9e0ec4 🚀

This commit is contained in:
kvch 2022-06-05 22:04:14 +00:00
parent e293a73b0e
commit b80b9c010e
7 changed files with 23 additions and 22 deletions

View File

@ -363,9 +363,9 @@
<td><p>y</p></td>
<td><p>y</p></td>
</tr>
<tr class="row-even"><th class="stub"><p>ccengine</p></th>
<th class="stub"><p>!cce</p></th>
<td><p>ccengine</p></td>
<tr class="row-even"><th class="stub"><p>openverse</p></th>
<th class="stub"><p>!opv</p></th>
<td><p>openverse</p></td>
<td><p>3.0</p></td>
<td><p>images</p></td>
<td><p>y</p></td>
@ -2063,7 +2063,7 @@
<td><p>xpath</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></td>

View File

@ -505,10 +505,10 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="nt">require_api_key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</span>
<span class="nt">results</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">HTML</span>
<span class="p p-Indicator">-</span> <span class="nt">name </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">ccengine</span>
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">ccengine</span>
<span class="nt">categories </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">images</span>
<span class="nt">shortcut </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">cce</span>
<span class="p p-Indicator">-</span> <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">openverse</span>
<span class="nt">engine</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">openverse</span>
<span class="nt">categories</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">images</span>
<span class="nt">shortcut</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">opv</span>
<span class="c1"># - name : core.ac.uk</span>
<span class="c1"># engine : core</span>
@ -1848,8 +1848,9 @@ $ 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">brave</span>
<span class="nt">shortcut</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">brave</span>
<span class="nt">engine</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">xpath</span>
<span class="nt">paging</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</span>
<span class="nt">search_url</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://search.brave.com/search?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">first_page_num</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">0</span>
<span class="nt">search_url</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://search.brave.com/search?q={query}&amp;offset={pageno}&amp;spellcheck=1</span>
<span class="nt">url_xpath</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//div[@class=&quot;snippet fdb&quot;]/a/@href</span>
<span class="nt">title_xpath</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//span[@class=&quot;snippet-title&quot;]</span>
<span class="nt">content_xpath</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//p[1][@class=&quot;snippet-description&quot;]</span>

File diff suppressed because one or more lines are too long

View File

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

View File

@ -192,7 +192,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-az212-861/searx
LXC suite: searx --&gt; http://fv-az154-140/searx
suite includes searx, morty &amp; filtron
suite images:
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7

View File

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

View File

@ -111,8 +111,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-az212-861/searx
SEARX_INSTANCE_NAME : searx@fv-az212-861
PUBLIC_URL : http://fv-az154-140/searx
SEARX_INSTANCE_NAME : searx@fv-az154-140
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>