Initial commit: Research Bridge API with Podman support
This commit is contained in:
45
config/searxng-settings.yml
Normal file
45
config/searxng-settings.yml
Normal file
@@ -0,0 +1,45 @@
|
||||
# SearXNG Settings
|
||||
# See: https://docs.searxng.org/admin/settings/settings.html
|
||||
|
||||
use_default_settings: true
|
||||
|
||||
server:
|
||||
bind_address: "0.0.0.0"
|
||||
port: 8080
|
||||
secret_key: "research-bridge-secret-key-change-in-production"
|
||||
limiter: false
|
||||
|
||||
search:
|
||||
safe_search: 0
|
||||
autocomplete: 'duckduckgo'
|
||||
default_lang: 'en'
|
||||
formats:
|
||||
- html
|
||||
- json
|
||||
|
||||
engines:
|
||||
- name: google
|
||||
engine: google
|
||||
shortcut: go
|
||||
disabled: false
|
||||
|
||||
- name: bing
|
||||
engine: bing
|
||||
shortcut: bi
|
||||
disabled: false
|
||||
|
||||
- name: duckduckgo
|
||||
engine: duckduckgo
|
||||
shortcut: ddg
|
||||
disabled: false
|
||||
|
||||
- name: google news
|
||||
engine: google_news
|
||||
shortcut: gon
|
||||
disabled: false
|
||||
|
||||
ui:
|
||||
static_path: ""
|
||||
templates_path: ""
|
||||
default_theme: simple
|
||||
query_in_title: true
|
||||
Reference in New Issue
Block a user