logo

searx

My custom branche(s) on searx, a meta-search engine
commit: cd34235f46efc931a8ad361aef70ad79911edd90
parent: c0f5e58007394b614825ade59e2030580b084890
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 11 Jun 2018 00:03:23 +0200

searx/settings.yml: Merf

Diffstat:

Msearx/settings.yml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -1,6 +1,6 @@ general: debug : False # Debug mode, only for development - instance_name : "searx" # displayed name + instance_name : "Searx HacKtivism" # displayed name search: safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict @@ -13,7 +13,7 @@ server: port : 8888 bind_address : "127.0.0.1" # address to listen on secret_key : "ultrasecretkey" # change this! - base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" + base_url : https://hacktivis.me/searx/ image_proxy : False # Proxying image results through searx http_protocol_version : "1.0" # 1.0 and 1.1 are supported