Deploying to gh-pages from @ f310305c54 🚀

This commit is contained in:
asciimoo 2021-01-20 18:53:04 +00:00
parent 5e884ccd06
commit 1ce44cf300
7 changed files with 23 additions and 21 deletions

View File

@ -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> python3-dev python3-babel python3-venv <span class="se">\</span>
uwsgi uwsgi-plugin-python3 <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> git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev <span class="se">\</span>
libprotobuf-dev protobuf-compiler <span class="se">\</span>
shellcheck shellcheck
</pre></div> </pre></div>
</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> python python-pip python-lxml python-babel <span class="se">\</span>
uwsgi uwsgi-plugin-python <span class="se">\</span> uwsgi uwsgi-plugin-python <span class="se">\</span>
git base-devel libxml2 <span class="se">\</span> git base-devel libxml2 <span class="se">\</span>
protobuf <span class="se">\</span>
shellcheck shellcheck
</pre></div> </pre></div>
</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> python python-pip python-lxml python-babel <span class="se">\</span>
uwsgi uwsgi-plugin-python3 <span class="se">\</span> uwsgi uwsgi-plugin-python3 <span class="se">\</span>
git @development-tools libxml2 <span class="se">\</span> git @development-tools libxml2 <span class="se">\</span>
ShellCheck protobuf-compiler protobuf-devel ShellCheck
</pre></div> </pre></div>
</div> </div>
</div> </div>

View File

@ -91,7 +91,6 @@ universe repository.</p>
python3-dev python3-babel python3-venv <span class="se">\</span> python3-dev python3-babel python3-venv <span class="se">\</span>
uwsgi uwsgi-plugin-python3 <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> git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev <span class="se">\</span>
libprotobuf-dev protobuf-compiler <span class="se">\</span>
shellcheck shellcheck
</pre></div> </pre></div>
</div> </div>
@ -101,7 +100,6 @@ universe repository.</p>
python python-pip python-lxml python-babel <span class="se">\</span> python python-pip python-lxml python-babel <span class="se">\</span>
uwsgi uwsgi-plugin-python <span class="se">\</span> uwsgi uwsgi-plugin-python <span class="se">\</span>
git base-devel libxml2 <span class="se">\</span> git base-devel libxml2 <span class="se">\</span>
protobuf <span class="se">\</span>
shellcheck shellcheck
</pre></div> </pre></div>
</div> </div>
@ -111,7 +109,7 @@ universe repository.</p>
python python-pip python-lxml python-babel <span class="se">\</span> python python-pip python-lxml python-babel <span class="se">\</span>
uwsgi uwsgi-plugin-python3 <span class="se">\</span> uwsgi uwsgi-plugin-python3 <span class="se">\</span>
git @development-tools libxml2 <span class="se">\</span> git @development-tools libxml2 <span class="se">\</span>
ShellCheck protobuf-compiler protobuf-devel ShellCheck
</pre></div> </pre></div>
</div> </div>
</div> </div>
@ -422,11 +420,17 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="l l-Scalar l-Scalar-Plain">checker</span><span class="p p-Indicator">:</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="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="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"># scheduling: interval or int</span>
<span class="c1"># use &quot;scheduling: False&quot; to disable scheduling</span> <span class="c1"># use &quot;scheduling: False&quot; to disable scheduling</span>
<span class="l l-Scalar l-Scalar-Plain">scheduling</span><span class="p p-Indicator">:</span> <span class="c1"># to activate the scheduler:</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="c1"># * uncomment &quot;scheduling&quot; section </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"># * add &quot;cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1&quot; 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="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">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">&amp;test_rosebud</span> <span class="l l-Scalar l-Scalar-Plain">rosebud</span><span class="p p-Indicator">:</span> <span class="nl">&amp;test_rosebud</span>

File diff suppressed because one or more lines are too long

View File

@ -224,18 +224,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-az139-881/searx) apache (http://fv-az127-979/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-az139-881/searx) nginx (http://fv-az127-979/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 &#39;.config.sh&#39; file:: If needed, set PUBLIC_URL of your WEB service in the &#39;.config.sh&#39; file::
PUBLIC_URL : http://fv-az139-881/searx PUBLIC_URL : http://fv-az127-979/searx
PUBLIC_HOST : fv-az139-881 PUBLIC_HOST : fv-az127-979
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

View File

@ -197,7 +197,7 @@ install
:base: prepare LXC; install basic packages :base: prepare LXC; install basic packages
:suite: install LXC searx suite into all (or &lt;name&gt;) containers :suite: install LXC searx suite into all (or &lt;name&gt;) containers
LXC suite: searx --&gt; http://fv-az139-881/searx LXC suite: searx --&gt; http://fv-az127-979/searx
suite includes searx, morty &amp; filtron suite includes searx, morty &amp; filtron
suite images: suite images:
ubu1604 ubu1804 ubu2004 ubu2010 fedora31 archlinux centos7 ubu1604 ubu1804 ubu2004 ubu2010 fedora31 archlinux centos7

View File

@ -226,22 +226,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-az139-881/morty/ apache : http://fv-az127-979/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-az139-881/morty/) nginx (http://fv-az127-979/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 &#39;.config.sh&#39; file:: If needed, set the environment variables in the &#39;.config.sh&#39; file::
PUBLIC_URL_MORTY: http://fv-az139-881/morty/ PUBLIC_URL_MORTY: http://fv-az127-979/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-az139-881/morty/ url : http://fv-az127-979/morty/
server: server:
image_proxy : True image_proxy : True
</pre></div> </pre></div>

View File

@ -116,8 +116,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 &#39;.config.sh&#39; file:: If needed, set PUBLIC_URL of your WEB service in the &#39;.config.sh&#39; file::
PUBLIC_URL : http://fv-az139-881/searx PUBLIC_URL : http://fv-az127-979/searx
SEARX_INSTANCE_NAME : searx@fv-az139-881 SEARX_INSTANCE_NAME : searx@fv-az127-979
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>