diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-02 18:14:10 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-02 18:14:10 +0100 |
| commit | a4437c47ac0bd22cd7f5aaa8e7895cdd8e93a317 (patch) | |
| tree | c527a29d9999858dd6dfcc5d3d5d8410d863f10a /utils/dot_config | |
| parent | 709ac51d331853ad29c4f6de26c695a7aeeca125 (diff) | |
utils/morty.sh: add script to install morty result proxy
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/dot_config')
| -rw-r--r-- | utils/dot_config | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/utils/dot_config b/utils/dot_config index 0d6758a18..1ddfa868c 100644 --- a/utils/dot_config +++ b/utils/dot_config @@ -1,9 +1,17 @@ # -*- coding: utf-8; mode: sh -*- # SPDX-License-Identifier: AGPL-3.0-or-later # -# environment used by utils scripts like filtron.sh or searx.sh -# +# 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 +# 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 |