mirror of https://github.com/searx/searx
Deploying to gh-pages from @ f310305c54
🚀
This commit is contained in:
parent
5e884ccd06
commit
1ce44cf300
|
@ -95,7 +95,6 @@ on build hosts (see <a class="reference internal" href="../utils/searx.sh.html#s
|
|||
python3-dev python3-babel python3-venv <span class="se">\</span>
|
||||
uwsgi uwsgi-plugin-python3 <span class="se">\</span>
|
||||
git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev <span class="se">\</span>
|
||||
libprotobuf-dev protobuf-compiler <span class="se">\</span>
|
||||
shellcheck
|
||||
</pre></div>
|
||||
</div>
|
||||
|
@ -105,7 +104,6 @@ on build hosts (see <a class="reference internal" href="../utils/searx.sh.html#s
|
|||
python python-pip python-lxml python-babel <span class="se">\</span>
|
||||
uwsgi uwsgi-plugin-python <span class="se">\</span>
|
||||
git base-devel libxml2 <span class="se">\</span>
|
||||
protobuf <span class="se">\</span>
|
||||
shellcheck
|
||||
</pre></div>
|
||||
</div>
|
||||
|
@ -115,7 +113,7 @@ on build hosts (see <a class="reference internal" href="../utils/searx.sh.html#s
|
|||
python python-pip python-lxml python-babel <span class="se">\</span>
|
||||
uwsgi uwsgi-plugin-python3 <span class="se">\</span>
|
||||
git @development-tools libxml2 <span class="se">\</span>
|
||||
ShellCheck protobuf-compiler protobuf-devel
|
||||
ShellCheck
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -91,7 +91,6 @@ universe repository.</p>
|
|||
python3-dev python3-babel python3-venv <span class="se">\</span>
|
||||
uwsgi uwsgi-plugin-python3 <span class="se">\</span>
|
||||
git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev <span class="se">\</span>
|
||||
libprotobuf-dev protobuf-compiler <span class="se">\</span>
|
||||
shellcheck
|
||||
</pre></div>
|
||||
</div>
|
||||
|
@ -101,7 +100,6 @@ universe repository.</p>
|
|||
python python-pip python-lxml python-babel <span class="se">\</span>
|
||||
uwsgi uwsgi-plugin-python <span class="se">\</span>
|
||||
git base-devel libxml2 <span class="se">\</span>
|
||||
protobuf <span class="se">\</span>
|
||||
shellcheck
|
||||
</pre></div>
|
||||
</div>
|
||||
|
@ -111,7 +109,7 @@ universe repository.</p>
|
|||
python python-pip python-lxml python-babel <span class="se">\</span>
|
||||
uwsgi uwsgi-plugin-python3 <span class="se">\</span>
|
||||
git @development-tools libxml2 <span class="se">\</span>
|
||||
ShellCheck protobuf-compiler protobuf-devel
|
||||
ShellCheck
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -422,11 +420,17 @@ $ sudo -H sed -i -e <span class="s2">"s/{instance_name}/searx@</span><span
|
|||
<span class="l l-Scalar l-Scalar-Plain">checker</span><span class="p p-Indicator">:</span>
|
||||
<span class="c1"># disable checker when in debug mode</span>
|
||||
<span class="l l-Scalar l-Scalar-Plain">off_when_debug</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
|
||||
|
||||
<span class="c1"># scheduling: interval or int</span>
|
||||
<span class="c1"># use "scheduling: False" to disable scheduling</span>
|
||||
<span class="l l-Scalar l-Scalar-Plain">scheduling</span><span class="p p-Indicator">:</span>
|
||||
<span class="l l-Scalar l-Scalar-Plain">start_after</span><span class="p p-Indicator">:</span> <span class="p p-Indicator">[</span><span class="nv">300</span><span class="p p-Indicator">,</span> <span class="nv">1800</span><span class="p p-Indicator">]</span> <span class="c1"># delay to start the first run of the checker</span>
|
||||
<span class="l l-Scalar l-Scalar-Plain">every</span><span class="p p-Indicator">:</span> <span class="p p-Indicator">[</span><span class="nv">86400</span><span class="p p-Indicator">,</span> <span class="nv">90000</span><span class="p p-Indicator">]</span> <span class="c1"># how often the checker runs</span>
|
||||
<span class="c1"># to activate the scheduler:</span>
|
||||
<span class="c1"># * uncomment "scheduling" section </span>
|
||||
<span class="c1"># * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" to your uwsgi.ini</span>
|
||||
|
||||
<span class="c1"># scheduling:</span>
|
||||
<span class="c1"># start_after: [300, 1800] # delay to start the first run of the checker</span>
|
||||
<span class="c1"># every: [86400, 90000] # how often the checker runs</span>
|
||||
|
||||
<span class="c1"># additional tests: only for the YAML anchors (see the engines section)</span>
|
||||
<span class="l l-Scalar l-Scalar-Plain">additional_tests</span><span class="p p-Indicator">:</span>
|
||||
<span class="l l-Scalar l-Scalar-Plain">rosebud</span><span class="p p-Indicator">:</span> <span class="nl">&test_rosebud</span>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -224,18 +224,18 @@ inspect service
|
|||
show service status and log
|
||||
option
|
||||
set one of the available options
|
||||
apache (http://fv-az139-881/searx)
|
||||
apache (http://fv-az127-979/searx)
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site searx.conf
|
||||
nginx (http://fv-az139-881/searx)
|
||||
nginx (http://fv-az127-979/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-az139-881/searx
|
||||
PUBLIC_HOST : fv-az139-881
|
||||
PUBLIC_URL : http://fv-az127-979/searx
|
||||
PUBLIC_HOST : fv-az127-979
|
||||
SERVICE_USER : filtron
|
||||
FILTRON_TARGET : 127.0.0.1:8888
|
||||
FILTRON_API : 127.0.0.1:4005
|
||||
|
|
|
@ -197,7 +197,7 @@ install
|
|||
:base: prepare LXC; install basic packages
|
||||
:suite: install LXC searx suite into all (or <name>) containers
|
||||
|
||||
LXC suite: searx --> http://fv-az139-881/searx
|
||||
LXC suite: searx --> http://fv-az127-979/searx
|
||||
suite includes searx, morty & filtron
|
||||
suite images:
|
||||
ubu1604 ubu1804 ubu2004 ubu2010 fedora31 archlinux centos7
|
||||
|
|
|
@ -226,22 +226,22 @@ inspect service
|
|||
option
|
||||
set one of the available options
|
||||
:new-key: set new morty key
|
||||
apache : http://fv-az139-881/morty/
|
||||
apache : http://fv-az127-979/morty/
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site morty.conf
|
||||
nginx (http://fv-az139-881/morty/)
|
||||
nginx (http://fv-az127-979/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-az139-881/morty/
|
||||
PUBLIC_URL_MORTY: http://fv-az127-979/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-az139-881/morty/
|
||||
url : http://fv-az127-979/morty/
|
||||
server:
|
||||
image_proxy : True
|
||||
</pre></div>
|
||||
|
|
|
@ -116,8 +116,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-az139-881/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az139-881
|
||||
PUBLIC_URL : http://fv-az127-979/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az127-979
|
||||
SERVICE_USER : searx
|
||||
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
||||
</pre></div>
|
||||
|
|
Loading…
Reference in New Issue