From 70eea5c1874ef3fffe59c5ab0a03dae25beb2d25 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 21 Jan 2018 05:50:43 +0100 Subject: Add code for directly build and start searx preconfigured --- settings.yml | 89 ------------------------------------------------------------ 1 file changed, 89 deletions(-) delete mode 100644 settings.yml (limited to 'settings.yml') diff --git a/settings.yml b/settings.yml deleted file mode 100644 index 76f1c3d..0000000 --- a/settings.yml +++ /dev/null @@ -1,89 +0,0 @@ -general: - debug : False # Debug mode, only for development - instance_name : "searx" # displayed name - -search: - safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict - autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default - language : "all" - -server: - port : 8888 - bind_address : "0.0.0.0" # address to listen on - secret_key : "e6a21d96debe828f1cad62074bec30a2" # change this! - base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" - image_proxy : False # Proxying image results through searx - -ui: - themes_path : "" # Custom ui themes path - leave it blank if you didn't change - default_theme : oscar # ui theme - default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section - -# searx supports result proxification using an external service: https://github.com/asciimoo/morty -# uncomment below section if you have running morty proxy -#result_proxy: -# url : http://127.0.0.1:3000/ -# key : your_morty_proxy_key - -outgoing: # communication with search engines - request_timeout : 2.0 # seconds - useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator - pool_connections : 100 # Number of different hosts - pool_maxsize : 10 # Number of simultaneous requests by host -# uncomment below section if you want to use a proxy -# see http://docs.python-requests.org/en/latest/user/advanced/#proxies -# SOCKS proxies are also supported: see http://docs.python-requests.org/en/master/user/advanced/#socks -# proxies : -# http : http://127.0.0.1:8080 -# https: http://127.0.0.1:8080 -# uncomment below section only if you have more than one network interface -# which can be the source of outgoing search requests -# source_ips: -# - 1.1.1.1 -# - 1.1.1.2 - -engines: - - name : khaganat.net/wikhan - engine : khaganatWikhan - shortcut : wik - - - name : ryzomcore.atlassian.net/wiki - engine : ryzomcoreConfluence - shortcut : rcc - - - name : forge.ryzom.com - engine : forgeryzom - shortcut: fr - - - name: dev.ryzom.com - engine: devryzom - shortcut: dr - - - name: khaganat.net/forum - engine: khaganatForum - shortcut: kf - - - name: app.ryzom.com app forum - engine: RyzomForum - shortcut: rc - - -locales: - en : English - bg : Български (Bulgarian) - de : Deutsch (German) - el_GR : Ελληνικά (Greek_Greece) - eo : Esperanto (Esperanto) - es : Español (Spanish) - fr : Français (French) - he : עברית (Hebrew) - hu : Magyar (Hungarian) - it : Italiano (Italian) - ja : 日本語 (Japanese) - nl : Nederlands (Dutch) - pt : Português (Portuguese) - pt_BR : Português (Portuguese_Brazil) - ro : Română (Romanian) - ru : Русский (Russian) - tr : Türkçe (Turkish) - zh : 中文 (Chinese) -- cgit v1.2.1