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:
parent
db72bc63d8
commit
c3fc9ab2bd
@ -493,6 +493,13 @@ $ sudo -H sed -i -e <span class="s2">"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 : 'unset'</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">"s/{instance_name}/searx@</span><span
|
||||
<span class="c1"># query_fields : '' # 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 : 'unset' # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"</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">"s/{instance_name}/searx@</span><span
|
||||
<span class="nt">sci-hub.bar </span><span class="p">:</span> <span class="s">'https://sci-hub.bar/'</span>
|
||||
<span class="nt">sci-hub.it.nf </span><span class="p">:</span> <span class="s">'https://sci-hub.it.nf/'</span>
|
||||
|
||||
<span class="nt">default_doi_resolver </span><span class="p">:</span> <span class="s">'sci-hub.do'</span>
|
||||
<span class="nt">default_doi_resolver </span><span class="p">:</span> <span class="s">'oadoi.org'</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div></div>
|
||||
|
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-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 '.config.sh' 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
|
||||
|
@ -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-az238-911/searx
|
||||
LXC suite: searx --> http://fv-az178-674/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-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 '.config.sh' 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>
|
||||
|
@ -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-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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user