Deploying to gh-pages from @ 117dbd462f 🚀

This commit is contained in:
kvch 2022-11-06 12:11:35 +00:00
parent bf6318fcf9
commit a019f0ed64
7 changed files with 24 additions and 12 deletions

View File

@ -63,6 +63,11 @@
</dl> </dl>
<span id="configured-plugins"></span><table class="docutils align-default" id="id1"> <span id="configured-plugins"></span><table class="docutils align-default" id="id1">
<caption><span class="caption-number">Table 3 </span><span class="caption-text">Plugins configured at built time (defaults)</span><a class="headerlink" href="#id1" title="Permalink to this table"></a></caption> <caption><span class="caption-number">Table 3 </span><span class="caption-text">Plugins configured at built time (defaults)</span><a class="headerlink" href="#id1" title="Permalink to this table"></a></caption>
<colgroup>
<col style="width: 23%" />
<col style="width: 8%" />
<col style="width: 69%" />
</colgroup>
<thead> <thead>
<tr class="row-odd"><th class="head stub"><p>Name</p></th> <tr class="row-odd"><th class="head stub"><p>Name</p></th>
<th class="head"><p>DO</p></th> <th class="head"><p>DO</p></th>

View File

@ -1298,6 +1298,13 @@ and <em>targets</em> (e.g. a ref to <a class="reference internal" href="#row-bod
<p class="admonition-title">List table</p> <p class="admonition-title">List table</p>
<table class="docutils align-default" id="id13"> <table class="docutils align-default" id="id13">
<caption><span class="caption-number">Table 9 </span><span class="caption-text"><code class="docutils literal notranslate"><span class="pre">flat-table</span></code> example</span><a class="headerlink" href="#id13" title="Permalink to this table"></a></caption> <caption><span class="caption-number">Table 9 </span><span class="caption-text"><code class="docutils literal notranslate"><span class="pre">flat-table</span></code> example</span><a class="headerlink" href="#id13" title="Permalink to this table"></a></caption>
<colgroup>
<col style="width: 17%" />
<col style="width: 17%" />
<col style="width: 17%" />
<col style="width: 17%" />
<col style="width: 33%" />
</colgroup>
<thead> <thead>
<tr class="row-odd"><th class="head stub" rowspan="2"><p> head / stub</p></th> <tr class="row-odd"><th class="head stub" rowspan="2"><p> head / stub</p></th>
<th class="head" colspan="4"><p> head 1.1-4</p></th> <th class="head" colspan="4"><p> head 1.1-4</p></th>

File diff suppressed because one or more lines are too long

View File

@ -184,18 +184,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-az201-795/searx) apache (http://fv-az504-947/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-az201-795/searx) nginx (http://fv-az504-947/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-az201-795/searx PUBLIC_URL : http://fv-az504-947/searx
PUBLIC_HOST : fv-az201-795 PUBLIC_HOST : fv-az504-947
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

@ -194,7 +194,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-az201-795/searx LXC suite: searx --&gt; http://fv-az504-947/searx
suite includes searx, morty &amp; filtron suite includes searx, morty &amp; filtron
suite images: suite images:
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7 ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7

View File

@ -186,22 +186,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-az201-795/morty/ apache : http://fv-az504-947/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-az201-795/morty/) nginx (http://fv-az504-947/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-az201-795/morty/ PUBLIC_URL_MORTY: http://fv-az504-947/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-az201-795/morty/ url : http://fv-az504-947/morty/
server: server:
image_proxy : True image_proxy : True
</pre></div> </pre></div>

View File

@ -113,8 +113,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-az201-795/searx PUBLIC_URL : http://fv-az504-947/searx
SEARX_INSTANCE_NAME : searx@fv-az201-795 SEARX_INSTANCE_NAME : searx@fv-az504-947
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>