summaryrefslogtreecommitdiff
path: root/utils/dot_config
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-02-04 10:39:42 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-02-04 10:39:42 +0100
commit79e1f837ef7e7c402fd6e9dbb167aac695f2aee7 (patch)
tree782121d24747f1aaa74a49ff9ea7fae57caee4a0 /utils/dot_config
parent94ac560dcc85e2e75d3b14706a65eb9488643eb4 (diff)
utils & Makefile: add .config.mk & .config.sh for searx brands
By isolating the environment of makefiles and bash scripts into .config.mk and .config.sh it is simple to maintain searx brands by setting some central environments. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/dot_config')
-rw-r--r--utils/dot_config17
1 files changed, 0 insertions, 17 deletions
diff --git a/utils/dot_config b/utils/dot_config
deleted file mode 100644
index 1ddfa868c..000000000
--- a/utils/dot_config
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- coding: utf-8; mode: sh -*-
-# SPDX-License-Identifier: AGPL-3.0-or-later
-#
-# This environment is used by ./utils scripts like filtron.sh or searx.sh. The
-# default values are *most flexible* and *best maintained*, you normally not
-# need to change them. Before you change any value here you have to uninstall
-# any previous installation. It is recommended to backup your changes simply by
-# adding them to you local brand (git branch).
-
-# The public URL of the searx instance
-PUBLIC_URL="${PUBLIC_URL:-http://$(uname -n)/searx}"
-PUBLIC_HOST="${PUBLIC_HOST:-$(echo "$PUBLIC_URL" | sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/')}"
-
-# Run all services by one account, but be aware that removing discrete
-# components might conflict! **experimental**
-#
-# SERVICE_USER=service_account42