mirror of https://github.com/searx/searx
Deploy searx/searx to github.com/searx/searx.git:gh-pages
This commit is contained in:
parent
488bcab13c
commit
2e335e20cf
File diff suppressed because one or more lines are too long
|
@ -225,18 +225,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://10.20.0.37/searx)
|
apache (http://10.20.0.171/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://10.20.0.37/searx)
|
nginx (http://10.20.0.171/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://10.20.0.37/searx
|
PUBLIC_URL : http://10.20.0.171/searx
|
||||||
PUBLIC_HOST : 10.20.0.37
|
PUBLIC_HOST : 10.20.0.171
|
||||||
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
|
||||||
|
|
|
@ -198,7 +198,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://10.20.0.37/searx
|
LXC suite: searx --> http://10.20.0.171/searx
|
||||||
suite includes searx, morty & filtron
|
suite includes searx, morty & filtron
|
||||||
suite images:
|
suite images:
|
||||||
ubu1604 ubu1804 ubu1910 ubu2004 fedora31 archlinux centos7
|
ubu1604 ubu1804 ubu1910 ubu2004 fedora31 archlinux centos7
|
||||||
|
|
|
@ -227,22 +227,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://10.20.0.37/morty/
|
apache : http://10.20.0.171/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://10.20.0.37/morty/)
|
nginx (http://10.20.0.171/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://10.20.0.37/morty/
|
PUBLIC_URL_MORTY: http://10.20.0.171/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://10.20.0.37/morty/
|
url : http://10.20.0.171/morty/
|
||||||
server:
|
server:
|
||||||
image_proxy : True
|
image_proxy : True
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
|
@ -117,8 +117,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://10.20.0.37/searx
|
PUBLIC_URL : http://10.20.0.171/searx
|
||||||
SEARX_INSTANCE_NAME : searx@10.20.0.37
|
SEARX_INSTANCE_NAME : searx@10.20.0.171
|
||||||
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…
Reference in New Issue