dot_config 796 B

1234567891011121314151617
  1. # -*- coding: utf-8; mode: sh -*-
  2. # SPDX-License-Identifier: AGPL-3.0-or-later
  3. #
  4. # This environment is used by ./utils scripts like filtron.sh or searx.sh. The
  5. # default values are *most flexible* and *best maintained*, you normally not
  6. # need to change them. Before you change any value here you have to uninstall
  7. # any previous installation. It is recommended to backup your changes simply by
  8. # adding them to you local brand (git branch).
  9. # The public URL of the searx instance
  10. PUBLIC_URL="${PUBLIC_URL:-http://$(uname -n)/searx}"
  11. PUBLIC_HOST="${PUBLIC_HOST:-$(echo "$PUBLIC_URL" | sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/')}"
  12. # Run all services by one account, but be aware that removing discrete
  13. # components might conflict! **experimental**
  14. #
  15. # SERVICE_USER=service_account42