mirror of
https://github.com/searx/searx
synced 2025-02-23 15:17:46 +01:00
Deploying to gh-pages from @ cc359345a879297c1db116bb178f457d967c0744 🚀
This commit is contained in:
parent
1c45cd7ab6
commit
fbb69134c8
@ -1730,6 +1730,21 @@
|
||||
<td><p>y</p></td>
|
||||
<td><p>y</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><th class="stub"><p>wordnik</p></th>
|
||||
<th class="stub"><p>!def</p></th>
|
||||
<td><p>wordnik</p></td>
|
||||
<td><p>5.0</p></td>
|
||||
<td><p>general</p></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><p>y</p></td>
|
||||
<td></td>
|
||||
<td><p>online</p></td>
|
||||
<td><p>1</p></td>
|
||||
<td><p>y</p></td>
|
||||
<td><p>y</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
@ -1483,6 +1483,14 @@ $ 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">videos</span>
|
||||
<span class="nt">disabled </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
|
||||
|
||||
<span class="p p-Indicator">-</span> <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">wordnik</span>
|
||||
<span class="nt">engine</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">wordnik</span>
|
||||
<span class="nt">shortcut</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">def</span>
|
||||
<span class="nt">base_url</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://www.wordnik.com/</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">5.0</span>
|
||||
<span class="nt">disabled</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
|
||||
|
||||
<span class="c1"># Doku engine lets you access to any Doku wiki instance:</span>
|
||||
<span class="c1"># A public one or a privete/corporate one.</span>
|
||||
<span class="c1"># - name : ubuntuwiki</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-az238-947/searx)
|
||||
apache (http://fv-az252-987/searx)
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site searx.conf
|
||||
nginx (http://fv-az238-947/searx)
|
||||
nginx (http://fv-az252-987/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-947/searx
|
||||
PUBLIC_HOST : fv-az238-947
|
||||
PUBLIC_URL : http://fv-az252-987/searx
|
||||
PUBLIC_HOST : fv-az252-987
|
||||
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-947/searx
|
||||
LXC suite: searx --> http://fv-az252-987/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-947/morty/
|
||||
apache : http://fv-az252-987/morty/
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site morty.conf
|
||||
nginx (http://fv-az238-947/morty/)
|
||||
nginx (http://fv-az252-987/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-947/morty/
|
||||
PUBLIC_URL_MORTY: http://fv-az252-987/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-947/morty/
|
||||
url : http://fv-az252-987/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-947/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az238-947
|
||||
PUBLIC_URL : http://fv-az252-987/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az252-987
|
||||
SERVICE_USER : searx
|
||||
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
||||
</pre></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user