summaryrefslogtreecommitdiff
path: root/.config.sh
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-24 10:00:29 +0100
committerGitHub <noreply@github.com>2020-12-24 10:00:29 +0100
commitd1291862122bcaffaaab36448dc6cc401c5c41b0 (patch)
tree14c35b1a7f46a2a76d91af1e0fbba4e5f9d8f3a9 /.config.sh
parentc2aaf6f99276022a7e268fdb4dc29ce33a774813 (diff)
parent5fc9273e230af1e47486055769f9a32104acbda5 (diff)
Merge pull request #2417 from return42/fix-seetings-template
[fix] use SEARX_SETTINGS_TEMPLATE from .config environment
Diffstat (limited to '.config.sh')
-rw-r--r--.config.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config.sh b/.config.sh
index f9bac7383..7eed5f681 100644
--- a/.config.sh
+++ b/.config.sh
@@ -28,7 +28,10 @@ fi
# SEARX_INTERNAL_URL="127.0.0.1:8888"
# SEARX_SETTINGS_TEMPLATE="${REPO_ROOT}/utils/templates/etc/searx/use_default_settings.yml"
-# Only change, if you maintain a searx brand in your searx fork.
+# Only change, if you maintain a searx brand in your searx fork (GIT_URL) which
+# is not hold by branch 'master'. The branch has to be a local branch, in the
+# repository from which you install (which is most often the case). If you want
+# to install branch 'foo', don't forget to run 'git branch foo origin/foo' once.
# GIT_BRANCH="${GIT_BRANCH:-master}"
# filtron.sh