searxng/utils
Markus Heiser b6a55e223c [mod] reduce enviroment variables in shell scripts to what is needed
Not all settings from the 'brand:' section of the YAML files are needed in the
shell scripts.  This patch reduce the variables in ./utils/brand.env to what is
needed.  The following ('brand:' settings) can be removed from this file:

- ISSUE_URL
- DOCS_URL
- PUBLIC_INSTANCES
- WIKI_URL

Tasks running outside of an *installed instance*, need the following settings
from the YAML configuration:

- GIT_URL            <--> brand.git_url
- GIT_BRANCH         <--> brand.git_branch
- SEARX_URL          <--> server.base_url  (aka PUBLIC_URL)
- SEARX_PORT         <--> server.port
- SEARX_BIND_ADDRESS <--> server.bind_address

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-07-24 16:28:15 +02:00
..
templates [mod] reduce enviroment variables in shell scripts to what is needed 2021-07-24 16:28:15 +02:00
brand.env [mod] reduce enviroment variables in shell scripts to what is needed 2021-07-24 16:28:15 +02:00
build_env.py [mod] reduce enviroment variables in shell scripts to what is needed 2021-07-24 16:28:15 +02:00
filtron.sh [mod] normalize .config.sh with settings.yml 2021-07-21 14:38:57 +02:00
lib.sh [mod] load .config.sh from installation (utils/lib_install.sh) 2021-07-21 14:38:33 +02:00
lib_install.sh [mod] utils/searx.sh - add command 'inspect settings' 2021-07-24 16:24:22 +02:00
lib_static.sh [mod] move functions from utils/manage_static.sh to ./manage script 2021-06-26 13:45:25 +02:00
lxc-searx.env [mod] LXC switch to Fedora 33 / Fedora 31 reached its EOL 2021-03-05 13:17:47 +01:00
lxc.sh [mod] reduce enviroment variables in shell scripts to what is needed 2021-07-24 16:28:15 +02:00
makefile.include [mod] replace makefile boilerplate by 'manage' script 2021-04-23 11:26:22 +02:00
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 2020-12-26 11:43:18 +01:00
morty.sh [mod] reduce enviroment variables in shell scripts to what is needed 2021-07-24 16:28:15 +02:00
searx.sh [mod] utils/searx.sh - add command 'inspect settings' 2021-07-24 16:24:22 +02:00