Update searxng/settings.yml
Browse files- searxng/settings.yml +10 -2
searxng/settings.yml
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
|
2 |
use_default_settings: true
|
|
|
|
|
|
|
|
|
|
|
3 |
server:
|
4 |
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
5 |
secret_key: "%(ENV_SEARXNG_SECRET)s" # change this!
|
@@ -7,5 +12,8 @@ server:
|
|
7 |
image_proxy: true
|
8 |
ui:
|
9 |
static_use_hash: true
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
1 |
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
|
2 |
use_default_settings: true
|
3 |
+
search:
|
4 |
+
autocomplete: "google"
|
5 |
+
formats:
|
6 |
+
- html
|
7 |
+
- json
|
8 |
server:
|
9 |
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
10 |
secret_key: "%(ENV_SEARXNG_SECRET)s" # change this!
|
|
|
12 |
image_proxy: true
|
13 |
ui:
|
14 |
static_use_hash: true
|
15 |
+
engines:
|
16 |
+
- name: pixiv
|
17 |
+
disabled: false
|
18 |
+
pixiv_image_proxies:
|
19 |
+
- https://pximg.cocomi.eu.org
|