mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
update searx 0.7 config
This commit is contained in:
parent
0fa40c6d96
commit
881e7f5695
1 changed files with 36 additions and 15 deletions
|
@ -4,10 +4,12 @@ server:
|
||||||
debug : False # Debug mode, only for development
|
debug : False # Debug mode, only for development
|
||||||
request_timeout : 2.0 # seconds
|
request_timeout : 2.0 # seconds
|
||||||
base_url : ynhbaseurl # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
base_url : ynhbaseurl # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
||||||
themes_path : "" # Custom ui themes path
|
themes_path : "" # Custom ui themes path - leave it blank if you didn't change
|
||||||
default_theme : oscar # ui theme
|
default_theme : oscar # ui theme
|
||||||
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
||||||
useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
||||||
|
image_proxy : False # Proxying image results through searx
|
||||||
|
default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
|
||||||
|
|
||||||
engines:
|
engines:
|
||||||
- name : wikipedia
|
- name : wikipedia
|
||||||
|
@ -31,6 +33,10 @@ engines:
|
||||||
locale : en-US
|
locale : en-US
|
||||||
shortcut : bin
|
shortcut : bin
|
||||||
|
|
||||||
|
- name : btdigg
|
||||||
|
engine : btdigg
|
||||||
|
shortcut : bt
|
||||||
|
|
||||||
- name : currency
|
- name : currency
|
||||||
engine : currency_convert
|
engine : currency_convert
|
||||||
categories : general
|
categories : general
|
||||||
|
@ -74,9 +80,14 @@ engines:
|
||||||
# shortcut : fc
|
# shortcut : fc
|
||||||
|
|
||||||
- name : 500px
|
- name : 500px
|
||||||
engine : 500px
|
engine : www500px
|
||||||
shortcut : px
|
shortcut : px
|
||||||
|
|
||||||
|
- name : 1x
|
||||||
|
engine : www1x
|
||||||
|
shortcut : 1x
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : flickr
|
- name : flickr
|
||||||
categories : images
|
categories : images
|
||||||
shortcut : fl
|
shortcut : fl
|
||||||
|
@ -85,11 +96,12 @@ engines:
|
||||||
# engine : flickr
|
# engine : flickr
|
||||||
# api_key: 'apikey' # required!
|
# api_key: 'apikey' # required!
|
||||||
# Or you can use the html non-stable engine, activated by default
|
# Or you can use the html non-stable engine, activated by default
|
||||||
engine : flickr-noapi
|
engine : flickr_noapi
|
||||||
|
|
||||||
- name : general-file
|
- name : general-file
|
||||||
engine : generalfile
|
engine : generalfile
|
||||||
shortcut : gf
|
shortcut : gf
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : github
|
- name : github
|
||||||
engine : github
|
engine : github
|
||||||
|
@ -115,6 +127,7 @@ engines:
|
||||||
content_xpath : //a[@class="subtitle"]
|
content_xpath : //a[@class="subtitle"]
|
||||||
categories : files
|
categories : files
|
||||||
shortcut : gpa
|
shortcut : gpa
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : google play movies
|
- name : google play movies
|
||||||
engine : xpath
|
engine : xpath
|
||||||
|
@ -124,6 +137,7 @@ engines:
|
||||||
content_xpath : //a[@class="subtitle"]
|
content_xpath : //a[@class="subtitle"]
|
||||||
categories : videos
|
categories : videos
|
||||||
shortcut : gpm
|
shortcut : gpm
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : google play music
|
- name : google play music
|
||||||
engine : xpath
|
engine : xpath
|
||||||
|
@ -133,6 +147,11 @@ engines:
|
||||||
content_xpath : //a[@class="subtitle"]
|
content_xpath : //a[@class="subtitle"]
|
||||||
categories : music
|
categories : music
|
||||||
shortcut : gps
|
shortcut : gps
|
||||||
|
disabled : True
|
||||||
|
|
||||||
|
- name : mixcloud
|
||||||
|
engine : mixcloud
|
||||||
|
shortcut : mc
|
||||||
|
|
||||||
- name : openstreetmap
|
- name : openstreetmap
|
||||||
engine : openstreetmap
|
engine : openstreetmap
|
||||||
|
@ -142,9 +161,9 @@ engines:
|
||||||
engine : photon
|
engine : photon
|
||||||
shortcut : ph
|
shortcut : ph
|
||||||
|
|
||||||
# - name : piratebay
|
- name : piratebay
|
||||||
# engine : piratebay
|
engine : piratebay
|
||||||
# shortcut : tpb
|
shortcut : tpb
|
||||||
|
|
||||||
- name : kickass
|
- name : kickass
|
||||||
engine : kickass
|
engine : kickass
|
||||||
|
@ -165,6 +184,7 @@ engines:
|
||||||
- name : searchcode code
|
- name : searchcode code
|
||||||
engine : searchcode_code
|
engine : searchcode_code
|
||||||
shortcut : scc
|
shortcut : scc
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : subtitleseeker
|
- name : subtitleseeker
|
||||||
engine : subtitleseeker
|
engine : subtitleseeker
|
||||||
|
@ -229,7 +249,7 @@ engines:
|
||||||
# shortcut : ya
|
# shortcut : ya
|
||||||
# base_url : 'http://localhost:8090'
|
# base_url : 'http://localhost:8090'
|
||||||
# number_of_results : 5
|
# number_of_results : 5
|
||||||
# timeout: 3.0
|
# timeout : 3.0
|
||||||
|
|
||||||
locales:
|
locales:
|
||||||
en : English
|
en : English
|
||||||
|
@ -241,3 +261,4 @@ locales:
|
||||||
nl : Nederlands
|
nl : Nederlands
|
||||||
ja : 日本語 (Japanese)
|
ja : 日本語 (Japanese)
|
||||||
tr : Türkçe
|
tr : Türkçe
|
||||||
|
ru : Russian
|
||||||
|
|
Loading…
Add table
Reference in a new issue