1
0
mirror of https://github.com/searx/searx synced 2025-02-23 15:17:46 +01:00

Deploying to gh-pages from @ 3a0f896b68b24957421c593dc2bfacdd36b8bcb3 🚀

This commit is contained in:
kvch 2021-04-29 20:47:35 +00:00
parent db72bc63d8
commit c3fc9ab2bd
6 changed files with 29 additions and 13 deletions

View File

@ -493,6 +493,13 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><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="c1"># - name : core.ac.uk</span>
<span class="c1"># engine : core</span>
<span class="c1"># categories : science</span>
<span class="c1"># shortcut : cor</span>
<span class="c1"># # get your API key from: https://core.ac.uk/api-keys/register/</span>
<span class="c1"># api_key : &#39;unset&#39;</span>
<span class="p p-Indicator">-</span> <span class="nt">name </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">crossref</span>
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">json_engine</span>
<span class="nt">paging </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
@ -1194,6 +1201,15 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="c1"># query_fields : &#39;&#39; # query fields</span>
<span class="c1"># enable_http : True</span>
<span class="c1"># - name : springer nature</span>
<span class="c1"># engine : springer</span>
<span class="c1"># # get your API key from: https://dev.springernature.com/signup</span>
<span class="c1"># api_key : &#39;unset&#39; # working API key, for test &amp; debug: &quot;a69685087d07eca9f13db62f65b8f601&quot;</span>
<span class="c1"># disabled: True</span>
<span class="c1"># shortcut : springer</span>
<span class="c1"># categories : science</span>
<span class="c1"># timeout : 6.0</span>
<span class="p p-Indicator">-</span> <span class="nt">name </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">startpage</span>
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">startpage</span>
<span class="nt">shortcut </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">sp</span>
@ -1672,7 +1688,7 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="nt">sci-hub.bar </span><span class="p">:</span> <span class="s">&#39;https://sci-hub.bar/&#39;</span>
<span class="nt">sci-hub.it.nf </span><span class="p">:</span> <span class="s">&#39;https://sci-hub.it.nf/&#39;</span>
<span class="nt">default_doi_resolver </span><span class="p">:</span> <span class="s">&#39;sci-hub.do&#39;</span>
<span class="nt">default_doi_resolver </span><span class="p">:</span> <span class="s">&#39;oadoi.org&#39;</span>
</pre></div>
</div>
</div></div>

File diff suppressed because one or more lines are too long

View File

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

View File

@ -194,7 +194,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-az238-911/searx
LXC suite: searx --&gt; http://fv-az178-674/searx
suite includes searx, morty &amp; filtron
suite images:
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7

View File

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

View File

@ -113,8 +113,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-az238-911/searx
SEARX_INSTANCE_NAME : searx@fv-az238-911
PUBLIC_URL : http://fv-az178-674/searx
SEARX_INSTANCE_NAME : searx@fv-az178-674
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>