Deploying to gh-pages from @ 9e8995e13d 🚀

This commit is contained in:
kvch 2022-09-18 17:34:43 +00:00
parent 1bc09bdc2b
commit 3204ff7640
6 changed files with 13 additions and 13 deletions

View File

@ -1872,7 +1872,7 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="w"> </span><span class="nt">paging</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span><span class="w"></span>
<span class="w"> </span><span class="nt">first_page_num</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">0</span><span class="w"></span>
<span class="w"> </span><span class="nt">search_url</span><span class="p">:</span><span class="w"> </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="w"></span>
<span class="w"> </span><span class="nt">url_xpath</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">//div[@class=&quot;snippet fdb&quot;]/a/@href</span><span class="w"></span>
<span class="w"> </span><span class="nt">url_xpath</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">//a[@class=&quot;result-header&quot;]/@href</span><span class="w"></span>
<span class="w"> </span><span class="nt">title_xpath</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">//span[@class=&quot;snippet-title&quot;]</span><span class="w"></span>
<span class="w"> </span><span class="nt">content_xpath</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">//p[1][@class=&quot;snippet-description&quot;]</span><span class="w"></span>
<span class="w"> </span><span class="nt">suggestion_xpath</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">//div[@class=&quot;text-gray h6&quot;]/a</span><span class="w"></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-az505-388/searx)
apache (http://fv-az136-60/searx)
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site searx.conf
nginx (http://fv-az505-388/searx)
nginx (http://fv-az136-60/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-az505-388/searx
PUBLIC_HOST : fv-az505-388
PUBLIC_URL : http://fv-az136-60/searx
PUBLIC_HOST : fv-az136-60
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-az505-388/searx
LXC suite: searx --&gt; http://fv-az136-60/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-az505-388/morty/
apache : http://fv-az136-60/morty/
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site morty.conf
nginx (http://fv-az505-388/morty/)
nginx (http://fv-az136-60/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-az505-388/morty/
PUBLIC_URL_MORTY: http://fv-az136-60/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-az505-388/morty/
url : http://fv-az136-60/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-az505-388/searx
SEARX_INSTANCE_NAME : searx@fv-az505-388
PUBLIC_URL : http://fv-az136-60/searx
SEARX_INSTANCE_NAME : searx@fv-az136-60
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>