Livrare LOT 1 - Didi
This commit is contained in:
commit
5380c3fc63
990 changed files with 133308 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
# This configuration file updates the default configuration file
|
||||
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
|
||||
|
||||
[botdetection.ip_limit]
|
||||
# activate advanced bot protection
|
||||
# enable this when running the instance for a public usage on the internet
|
||||
link_token = false
|
||||
139
ai_platform/modules/web/deploy/metasearch/searxng/settings.yml
Normal file
139
ai_platform/modules/web/deploy/metasearch/searxng/settings.yml
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
# SearXNG Configuration for didiAI Web Module
|
||||
# https://docs.searxng.org/admin/settings/settings.html
|
||||
|
||||
use_default_settings: true
|
||||
|
||||
general:
|
||||
instance_name: "didiAI-searxng"
|
||||
enable_metrics: false
|
||||
debug: false
|
||||
|
||||
server:
|
||||
# base_url is defined in the SEARXNG_BASE_URL environment variable
|
||||
secret_key: "2d596738d2092ebd"
|
||||
bind_address: "0.0.0.0:8080"
|
||||
limiter: false
|
||||
image_proxy: true
|
||||
|
||||
search:
|
||||
formats:
|
||||
- html
|
||||
- json
|
||||
default_lang: "auto"
|
||||
safe_search: 1
|
||||
autocomplete: ""
|
||||
suspended_times:
|
||||
SearxEngineAccessDenied: 5
|
||||
SearxEngineCaptcha: 10
|
||||
SearxEngineTooManyRequests: 5
|
||||
cf_SearxEngineAccessDenied: 5
|
||||
cf_SearxEngineCaptcha: 10
|
||||
cf_SearxEngineTooManyRequests: 5
|
||||
|
||||
outgoing:
|
||||
request_timeout: 10.0
|
||||
max_request_timeout: 15.0
|
||||
useragent_suffix: "didiAI-metasearch"
|
||||
pool_connections: 100
|
||||
pool_maxsize: 20
|
||||
proxies:
|
||||
all://:
|
||||
- http://smart-ouowetdhvcnw:ctAFve4tpQkTyLtB@proxy.smartproxy.net:3120
|
||||
|
||||
redis:
|
||||
url: redis://didiAI-web-searxng-redis:6379/0
|
||||
|
||||
# =============================================================================
|
||||
# Engine Configuration
|
||||
# =============================================================================
|
||||
# Primary engines (general web) + specialized engines for comprehensive coverage
|
||||
#
|
||||
# Weight affects result ranking (higher = more prominent)
|
||||
# Timeout is per-engine maximum wait time
|
||||
|
||||
engines:
|
||||
# ===========================================================================
|
||||
# Primary - General Web Search
|
||||
# ===========================================================================
|
||||
- name: google
|
||||
disabled: false
|
||||
timeout: 6.0
|
||||
weight: 1.2
|
||||
|
||||
- name: bing
|
||||
disabled: true
|
||||
timeout: 4.0
|
||||
weight: 1.0
|
||||
|
||||
- name: duckduckgo
|
||||
disabled: false
|
||||
timeout: 4.0
|
||||
weight: 1.0
|
||||
|
||||
- name: brave
|
||||
disabled: false
|
||||
timeout: 4.0
|
||||
weight: 1.0
|
||||
|
||||
- name: qwant
|
||||
disabled: false
|
||||
timeout: 4.0
|
||||
weight: 0.8
|
||||
|
||||
# ===========================================================================
|
||||
# Secondary - Specialized Sources
|
||||
# ===========================================================================
|
||||
- name: wikipedia
|
||||
disabled: false
|
||||
timeout: 3.0
|
||||
weight: 0.9
|
||||
|
||||
- name: google news
|
||||
disabled: false
|
||||
timeout: 4.0
|
||||
weight: 0.8
|
||||
|
||||
- name: google scholar
|
||||
disabled: false
|
||||
timeout: 5.0
|
||||
weight: 0.8
|
||||
|
||||
- name: reddit
|
||||
disabled: false
|
||||
timeout: 4.0
|
||||
weight: 0.6
|
||||
|
||||
- name: archive.org
|
||||
disabled: false
|
||||
timeout: 5.0
|
||||
weight: 0.5
|
||||
|
||||
# ===========================================================================
|
||||
# Disabled - Not needed for fact-checking
|
||||
# ===========================================================================
|
||||
- name: tineye
|
||||
disabled: true
|
||||
|
||||
- name: youtube
|
||||
disabled: true
|
||||
|
||||
- name: dailymotion
|
||||
disabled: true
|
||||
|
||||
- name: vimeo
|
||||
disabled: true
|
||||
|
||||
- name: soundcloud
|
||||
disabled: true
|
||||
|
||||
- name: bandcamp
|
||||
disabled: true
|
||||
|
||||
- name: piratebay
|
||||
disabled: true
|
||||
|
||||
- name: 1337x
|
||||
disabled: true
|
||||
|
||||
- name: nyaa
|
||||
disabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue