Create settings.yml
Browse files- settings.yml +49 -0
settings.yml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# إعدادات محرك البحث AnesNT (SearXNG)
|
| 2 |
+
use_default_settings: True
|
| 3 |
+
|
| 4 |
+
server:
|
| 5 |
+
port: 7860
|
| 6 |
+
bind_address: "0.0.0.0"
|
| 7 |
+
secret_key: "AnesNT_Super_Secret_Key_2026" # يمكنك تغيير هذا لأي نص طويل
|
| 8 |
+
base_url: False
|
| 9 |
+
image_proxy: True # لتحميل الصور عبر السيرفر وحماية خصوصيتك
|
| 10 |
+
|
| 11 |
+
search:
|
| 12 |
+
safe_search: 0
|
| 13 |
+
autocomplete: "google"
|
| 14 |
+
formats:
|
| 15 |
+
- html
|
| 16 |
+
- json # مهم جداً إذا أردت استخدامه كـ API لمشاريعك البرمجية
|
| 17 |
+
|
| 18 |
+
ui:
|
| 19 |
+
default_locale: "ar"
|
| 20 |
+
center_alignment: True
|
| 21 |
+
theme: simple
|
| 22 |
+
infinite_scroll: True # تفعيل التمرير اللانهائي للنتائج
|
| 23 |
+
|
| 24 |
+
engines:
|
| 25 |
+
- name: google
|
| 26 |
+
engine: google
|
| 27 |
+
shortcut: g
|
| 28 |
+
use_http: True
|
| 29 |
+
|
| 30 |
+
- name: bing
|
| 31 |
+
engine: bing
|
| 32 |
+
shortcut: b
|
| 33 |
+
|
| 34 |
+
- name: duckduckgo
|
| 35 |
+
engine: duckduckgo
|
| 36 |
+
shortcut: d
|
| 37 |
+
|
| 38 |
+
- name: wikipedia
|
| 39 |
+
engine: wikipedia
|
| 40 |
+
shortcut: w
|
| 41 |
+
|
| 42 |
+
- name: youtube
|
| 43 |
+
engine: youtube
|
| 44 |
+
shortcut: yt
|
| 45 |
+
|
| 46 |
+
brand:
|
| 47 |
+
instance_name: "AnesNT Search"
|
| 48 |
+
public_instance: False
|
| 49 |
+
issue_url: "https://github.com/searxng/searxng/issues"
|