Disable automatic language detection for searches in searxng
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
- name: restart searxng
|
- name: restart searxng
|
||||||
community.docker.docker_compose_v2:
|
community.docker.docker_compose_v2:
|
||||||
project_src: "{{ install_directory }}/{{ role_name }}"
|
project_src: "{{ install_directory }}/{{ role_name }}"
|
||||||
restarted: true
|
state: restarted
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ search:
|
|||||||
safe_search: 0
|
safe_search: 0
|
||||||
autocomplete: "qwant"
|
autocomplete: "qwant"
|
||||||
autocomplete_min: 4
|
autocomplete_min: 4
|
||||||
default_lang: "auto"
|
default_lang: "en-US"
|
||||||
ban_time_on_fail: 5
|
ban_time_on_fail: 5
|
||||||
max_ban_time_on_fail: 120
|
max_ban_time_on_fail: 120
|
||||||
suspended_times:
|
suspended_times:
|
||||||
@@ -92,7 +92,7 @@ ui:
|
|||||||
# cache_url: "https://webcache.googleusercontent.com/search?q=cache:"
|
# cache_url: "https://webcache.googleusercontent.com/search?q=cache:"
|
||||||
# Default interface locale - leave blank to detect from browser information or
|
# Default interface locale - leave blank to detect from browser information or
|
||||||
# use codes from the 'locales' config section
|
# use codes from the 'locales' config section
|
||||||
default_locale: ""
|
default_locale: "en"
|
||||||
# Open result links in a new tab by default
|
# Open result links in a new tab by default
|
||||||
# results_on_new_tab: false
|
# results_on_new_tab: false
|
||||||
theme_args:
|
theme_args:
|
||||||
@@ -292,7 +292,7 @@ engines:
|
|||||||
|
|
||||||
- name: arch linux wiki
|
- name: arch linux wiki
|
||||||
engine: archlinux
|
engine: archlinux
|
||||||
shortcut: al
|
shortcut: aw
|
||||||
|
|
||||||
- name: archive is
|
- name: archive is
|
||||||
engine: xpath
|
engine: xpath
|
||||||
|
|||||||
Reference in New Issue
Block a user