From b6a55e223ce0e287adeeafce8164e411154b5423 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 20 Jul 2021 13:16:21 +0200 Subject: [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 --- utils/templates/etc/searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/templates') diff --git a/utils/templates/etc/searx/settings.yml b/utils/templates/etc/searx/settings.yml index 8fb29319f..5320b0b2c 100644 --- a/utils/templates/etc/searx/settings.yml +++ b/utils/templates/etc/searx/settings.yml @@ -1,6 +1,6 @@ # SearXNG settings, before editing this file read: # -# ${DOCS_URL}/admin/engines/settings.html +# https://searxng.github.io/searxng/admin/engines/settings.html use_default_settings: true -- cgit v1.2.3