mirror of
https://github.com/searx/searx
synced 2025-02-23 15:17:46 +01:00
Deploying to gh-pages from @ ef246b76616cc645a7d49528750301e35e02652b 🚀
This commit is contained in:
parent
0dbb64e492
commit
0df1320ba9
@ -1731,9 +1731,9 @@
|
||||
<td><p>y</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><th class="stub"><p>dogpile</p></th>
|
||||
<th class="stub"><p>!dp</p></th>
|
||||
<th class="stub"><p>!petal</p></th>
|
||||
<td><p>xpath</p></td>
|
||||
<td><p>7.0</p></td>
|
||||
<td><p>4.0</p></td>
|
||||
<td><p>general</p></td>
|
||||
<td><p>y</p></td>
|
||||
<td></td>
|
||||
|
@ -1589,6 +1589,24 @@ $ sudo -H sed -i -e <span class="s2">"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="nt">shortcut </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">petal</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">True</span>
|
||||
<span class="nt">search_url </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://petalsearch.com/search?query={query}&pn={pageno}</span>
|
||||
<span class="nt">title_xpath </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//div[@class="card-title"]/span</span>
|
||||
<span class="nt">url_xpath </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//a[@class="card-main"]/@href</span>
|
||||
<span class="nt">content_xpath </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">//div[@class="webpage-text"]</span>
|
||||
<span class="nt">page_size </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">12</span>
|
||||
<span class="nt">categories </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">general</span>
|
||||
<span class="nt">timeout </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">4.0</span>
|
||||
<span class="nt">disabled </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
|
||||
<span class="nt">about</span><span class="p">:</span>
|
||||
<span class="nt">website</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://petalsearch.com</span>
|
||||
<span class="nt">wikidata_id</span><span class="p">:</span> <span class="c1">#</span>
|
||||
<span class="nt">use_official_api</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</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">ask</span>
|
||||
<span class="nt">shortcut </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">ask</span>
|
||||
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">xpath</span>
|
||||
|
File diff suppressed because one or more lines are too long
@ -184,18 +184,18 @@ inspect service
|
||||
show service status and log
|
||||
option
|
||||
set one of the available options
|
||||
apache (http://fv-az90-272/searx)
|
||||
apache (http://fv-az163-211/searx)
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site searx.conf
|
||||
nginx (http://fv-az90-272/searx)
|
||||
nginx (http://fv-az163-211/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 '.config.sh' file::
|
||||
PUBLIC_URL : http://fv-az90-272/searx
|
||||
PUBLIC_HOST : fv-az90-272
|
||||
PUBLIC_URL : http://fv-az163-211/searx
|
||||
PUBLIC_HOST : fv-az163-211
|
||||
SERVICE_USER : filtron
|
||||
FILTRON_TARGET : 127.0.0.1:8888
|
||||
FILTRON_API : 127.0.0.1:4005
|
||||
|
@ -194,7 +194,7 @@ install
|
||||
:base: prepare LXC; install basic packages
|
||||
:suite: install LXC searx suite into all (or <name>) containers
|
||||
|
||||
LXC suite: searx --> http://fv-az90-272/searx
|
||||
LXC suite: searx --> http://fv-az163-211/searx
|
||||
suite includes searx, morty & filtron
|
||||
suite images:
|
||||
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7
|
||||
|
@ -186,22 +186,22 @@ inspect service
|
||||
option
|
||||
set one of the available options
|
||||
:new-key: set new morty key
|
||||
apache : http://fv-az90-272/morty/
|
||||
apache : http://fv-az163-211/morty/
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site morty.conf
|
||||
nginx (http://fv-az90-272/morty/)
|
||||
nginx (http://fv-az163-211/morty/)
|
||||
:install: nginx site with a reverse proxy (ProxyPass)
|
||||
:remove: nginx site morty.conf
|
||||
|
||||
If needed, set the environment variables in the '.config.sh' file::
|
||||
PUBLIC_URL_MORTY: http://fv-az90-272/morty/
|
||||
PUBLIC_URL_MORTY: http://fv-az163-211/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-272/morty/
|
||||
url : http://fv-az163-211/morty/
|
||||
server:
|
||||
image_proxy : True
|
||||
</pre></div>
|
||||
|
@ -113,8 +113,8 @@ apache
|
||||
searx settings: /etc/searx/settings.yml
|
||||
|
||||
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
||||
PUBLIC_URL : http://fv-az90-272/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az90-272
|
||||
PUBLIC_URL : http://fv-az163-211/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az163-211
|
||||
SERVICE_USER : searx
|
||||
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
||||
</pre></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user