mirror of
https://github.com/searx/searx
synced 2025-02-24 07:38:42 +01:00
Deploying to gh-pages from @ f231d79a5ddd2ff211e401fe6ea2250325df116f 🚀
This commit is contained in:
parent
3b533c2d73
commit
70339bbc58
@ -1433,7 +1433,7 @@
|
|||||||
<td><p>semantic_scholar</p></td>
|
<td><p>semantic_scholar</p></td>
|
||||||
<td><p>3.0</p></td>
|
<td><p>3.0</p></td>
|
||||||
<td><p>science</p></td>
|
<td><p>science</p></td>
|
||||||
<td></td>
|
<td><p>y</p></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td><p>y</p></td>
|
<td><p>y</p></td>
|
||||||
|
@ -1343,13 +1343,6 @@ $ sudo -H sed -i -e <span class="s2">"s/{instance_name}/searx@</span><span
|
|||||||
<span class="nt">disabled </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
|
<span class="nt">disabled </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
|
||||||
<span class="nt">shortcut </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">se</span>
|
<span class="nt">shortcut </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">se</span>
|
||||||
<span class="nt">categories </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">science</span>
|
<span class="nt">categories </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">science</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://www.semanticscholar.org/</span>
|
|
||||||
<span class="nt">wikidata_id</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">Q22908627</span>
|
|
||||||
<span class="nt">official_api_documentation</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://api.semanticscholar.org/</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">JSON</span>
|
|
||||||
|
|
||||||
<span class="c1"># Spotify needs API credentials</span>
|
<span class="c1"># Spotify needs API credentials</span>
|
||||||
<span class="c1"># - name : spotify</span>
|
<span class="c1"># - name : spotify</span>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -182,18 +182,18 @@ inspect service
|
|||||||
show service status and log
|
show service status and log
|
||||||
option
|
option
|
||||||
set one of the available options
|
set one of the available options
|
||||||
apache (http://fv-az246-373/searx)
|
apache (http://fv-az243-188/searx)
|
||||||
:install: apache site with a reverse proxy (ProxyPass)
|
:install: apache site with a reverse proxy (ProxyPass)
|
||||||
:remove: apache site searx.conf
|
:remove: apache site searx.conf
|
||||||
nginx (http://fv-az246-373/searx)
|
nginx (http://fv-az243-188/searx)
|
||||||
:install: nginx site with a reverse proxy (ProxyPass)
|
:install: nginx site with a reverse proxy (ProxyPass)
|
||||||
:remove: nginx site searx.conf
|
:remove: nginx site searx.conf
|
||||||
|
|
||||||
filtron rules: /etc/filtron/rules.json
|
filtron rules: /etc/filtron/rules.json
|
||||||
|
|
||||||
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
||||||
PUBLIC_URL : http://fv-az246-373/searx
|
PUBLIC_URL : http://fv-az243-188/searx
|
||||||
PUBLIC_HOST : fv-az246-373
|
PUBLIC_HOST : fv-az243-188
|
||||||
SERVICE_USER : filtron
|
SERVICE_USER : filtron
|
||||||
FILTRON_TARGET : 127.0.0.1:8888
|
FILTRON_TARGET : 127.0.0.1:8888
|
||||||
FILTRON_API : 127.0.0.1:4005
|
FILTRON_API : 127.0.0.1:4005
|
||||||
|
@ -192,7 +192,7 @@ install
|
|||||||
:base: prepare LXC; install basic packages
|
:base: prepare LXC; install basic packages
|
||||||
:suite: install LXC searx suite into all (or <name>) containers
|
:suite: install LXC searx suite into all (or <name>) containers
|
||||||
|
|
||||||
LXC suite: searx --> http://fv-az246-373/searx
|
LXC suite: searx --> http://fv-az243-188/searx
|
||||||
suite includes searx, morty & filtron
|
suite includes searx, morty & filtron
|
||||||
suite images:
|
suite images:
|
||||||
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7
|
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7
|
||||||
|
@ -184,22 +184,22 @@ inspect service
|
|||||||
option
|
option
|
||||||
set one of the available options
|
set one of the available options
|
||||||
:new-key: set new morty key
|
:new-key: set new morty key
|
||||||
apache : http://fv-az246-373/morty/
|
apache : http://fv-az243-188/morty/
|
||||||
:install: apache site with a reverse proxy (ProxyPass)
|
:install: apache site with a reverse proxy (ProxyPass)
|
||||||
:remove: apache site morty.conf
|
:remove: apache site morty.conf
|
||||||
nginx (http://fv-az246-373/morty/)
|
nginx (http://fv-az243-188/morty/)
|
||||||
:install: nginx site with a reverse proxy (ProxyPass)
|
:install: nginx site with a reverse proxy (ProxyPass)
|
||||||
:remove: nginx site morty.conf
|
:remove: nginx site morty.conf
|
||||||
|
|
||||||
If needed, set the environment variables in the '.config.sh' file::
|
If needed, set the environment variables in the '.config.sh' file::
|
||||||
PUBLIC_URL_MORTY: http://fv-az246-373/morty/
|
PUBLIC_URL_MORTY: http://fv-az243-188/morty/
|
||||||
MORTY_LISTEN: 127.0.0.1:3000
|
MORTY_LISTEN: 127.0.0.1:3000
|
||||||
SERVICE_USER: morty
|
SERVICE_USER: morty
|
||||||
|
|
||||||
To activate result and image proxy in searx, edit settings.yml (read:
|
To activate result and image proxy in searx, edit settings.yml (read:
|
||||||
https://searx.github.io/searx/admin/morty.html)::
|
https://searx.github.io/searx/admin/morty.html)::
|
||||||
result_proxy:
|
result_proxy:
|
||||||
url : http://fv-az246-373/morty/
|
url : http://fv-az243-188/morty/
|
||||||
server:
|
server:
|
||||||
image_proxy : True
|
image_proxy : True
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
@ -111,8 +111,8 @@ apache
|
|||||||
searx settings: /etc/searx/settings.yml
|
searx settings: /etc/searx/settings.yml
|
||||||
|
|
||||||
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
||||||
PUBLIC_URL : http://fv-az246-373/searx
|
PUBLIC_URL : http://fv-az243-188/searx
|
||||||
SEARX_INSTANCE_NAME : searx@fv-az246-373
|
SEARX_INSTANCE_NAME : searx@fv-az243-188
|
||||||
SERVICE_USER : searx
|
SERVICE_USER : searx
|
||||||
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user