chore: initial commit
This commit is contained in:
11
config/searxng/limiter.toml
Normal file
11
config/searxng/limiter.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# SearXNG rate limiter — disabled for private use
|
||||
# This file disables rate limiting since this is a personal instance,
|
||||
# not a public-facing search engine.
|
||||
|
||||
[botdetection.ip_limit]
|
||||
# No rate limiting for private use
|
||||
link_token = false
|
||||
|
||||
[botdetection.ip_lists]
|
||||
# No IP blocking
|
||||
pass_searxng_org = false
|
||||
50
config/searxng/settings.yml
Normal file
50
config/searxng/settings.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
# SearXNG settings — tuned for private, self-hosted use
|
||||
# Full docs: https://docs.searxng.org/admin/settings/
|
||||
|
||||
use_default_settings: true
|
||||
|
||||
general:
|
||||
instance_name: "HomeAI Search"
|
||||
debug: false
|
||||
privacypolicy_url: false
|
||||
contact_url: false
|
||||
enable_metrics: false
|
||||
|
||||
search:
|
||||
safe_search: 0
|
||||
autocomplete: "google"
|
||||
default_lang: "en"
|
||||
|
||||
server:
|
||||
secret_key: "change-me-to-a-random-string"
|
||||
bind_address: "0.0.0.0"
|
||||
port: 8080
|
||||
limiter: false
|
||||
image_proxy: true
|
||||
public_instance: false
|
||||
|
||||
ui:
|
||||
static_use_hash: true
|
||||
default_theme: simple
|
||||
results_on_new_tab: false
|
||||
|
||||
# JSON API — required for n8n workflow integration
|
||||
search:
|
||||
formats:
|
||||
- html
|
||||
- json
|
||||
|
||||
# Engine overrides — disable slow/unreliable engines
|
||||
engines:
|
||||
- name: bing
|
||||
disabled: false
|
||||
- name: duckduckgo
|
||||
disabled: false
|
||||
- name: google
|
||||
disabled: false
|
||||
- name: wikipedia
|
||||
disabled: false
|
||||
- name: wikidata
|
||||
disabled: true
|
||||
- name: currency
|
||||
disabled: true
|
||||
Reference in New Issue
Block a user