You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser 2964a24b3d [fix] utils/build_env.py and add documentation
modified   docs/admin/engines/settings.rst
  - Fix documentation and add section 'brand'.
  - Add remarks about **buildenv** variables.
  - Add remarks about settings from environment variables $SEARX_DEBUG,
    $SEARX_PORT, $SEARX_BIND_ADDRESS and $SEARX_SECRET

modified   docs/admin/installation-searx.rst & docs/build-templates/searx.rst
   Fix template location /templates/etc/searx/settings.yml

modified   docs/dev/makefile.rst
  Add description of the 'make buildenv' target and describe
  - we have all SearXNG setups are centralized in the settings.yml file
  - why some tasks need a utils/brand.env (aka instance's buildenv)

modified   manage
  Settings file from repository's working tree are used by default and
  ask user if a /etc/searx/settings.yml file exists.

modified   searx/settings.yml
  Add comments about when it is needed to run 'make buildenv'

modified   searx/settings_defaults.py
  Default for server:port is taken from enviroment variable SEARX_PORT.

modified   utils/build_env.py
  - Some defaults in the settings.yml are taken from the environment,
    e.g. SEARX_BIND_ADDRESS (searx.settings_defaults.SHEMA).  When the
    'brand.env' file is created these enviroment variables should be
    unset first.
  - The CONTACT_URL enviroment is not needed in the utils/brand.env

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
answerers [fix] answers: don't crash when the query is an empty string 3 years ago
data [fix] Qwant engines - implement API v3 and add 'quant videos' 3 years ago
engines Merge pull request #211 from MarcAbonce/onions_v3_fix_searxng 3 years ago
metrics [refactor] metrics.get_reliabilities() - make code more readable 3 years ago
network [mod] move all default settings into searx.settings_defaults 3 years ago
plugins [mod] oscar theme: /preferences : HTML detail order match visual tabs 3 years ago
raise_for_httperror [enh] rewrite and enhance metrics 3 years ago
search [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issues 3 years ago
shared [fix] checker: don't run the checker when uwsgi is not properly configured 3 years ago
static [build] /static 3 years ago
templates [mod] drop usage of the searx.brand namespace (templates & /config) 3 years ago
translations [enh] update translations from transifex 3 years ago
__init__.py [mod] drop obsolete searx.brand namespace 3 years ago
autocomplete.py [httpx] replace searx.poolrequests by searx.network 3 years ago
exceptions.py [enh] add raise_for_httperror 4 years ago
external_bang.py [mod] add utils/fetch_external_bangs.py 3 years ago
external_urls.py [enh] openstreetmap / map template: improve results 3 years ago
flaskfix.py [mod] refactor: move Flask proxy fix to searx.flaskfix module 3 years ago
languages.py Update searx.data - update_languages.py 3 years ago
preferences.py [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issues 3 years ago
query.py [enh] autocomplete refactoring, autocomplete on external bangs 3 years ago
results.py [fix] offline engine: don't crash on time recording 3 years ago
settings.yml [fix] utils/build_env.py and add documentation 3 years ago
settings_defaults.py [fix] utils/build_env.py and add documentation 3 years ago
settings_loader.py [fix] unit test: don't load /etc/searx/settings.yml 3 years ago
settings_robot.yml [fix] add missing brand options to the settings SCHEMA 3 years ago
testing.py Bump pylint from 2.7.4 to 2.8.2 3 years ago
unixthreadname.py [mod] move hook to set Unix thread name into searx.unixthreadname 3 years ago
utils.py [fix] strip spaces from searx user agent 3 years ago
version.py [enh] release v1.0.0 3 years ago
webadapter.py [enh] add ability to send engine data to subsequent requests 3 years ago
webapp.py [mod] drop usage of the searx.brand namespace (templates & /config) 3 years ago
webutils.py [mod] move all default settings into searx.settings_defaults 3 years ago