Compare commits
2 Commits
947bd10109
...
d31f026540
| Author | SHA1 | Date | |
|---|---|---|---|
| d31f026540 | |||
| d9d5a0d5e3 |
@@ -32,7 +32,6 @@ services:
|
|||||||
- valkey
|
- valkey
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
# HIER GEÄNDERT: Außen ' und innen "
|
|
||||||
- 'traefik.http.routers.searxng.rule=Host("search.home")'
|
- 'traefik.http.routers.searxng.rule=Host("search.home")'
|
||||||
- "traefik.http.routers.searxng.entrypoints=websecure"
|
- "traefik.http.routers.searxng.entrypoints=websecure"
|
||||||
- "traefik.http.routers.searxng.tls=true"
|
- "traefik.http.routers.searxng.tls=true"
|
||||||
|
|||||||
+29
-33
@@ -15,7 +15,7 @@ general:
|
|||||||
# expose stats in open metrics format at /metrics
|
# expose stats in open metrics format at /metrics
|
||||||
# leave empty to disable (no password set)
|
# leave empty to disable (no password set)
|
||||||
# open_metrics: <password>
|
# open_metrics: <password>
|
||||||
open_metrics: ''
|
open_metrics: ""
|
||||||
|
|
||||||
brand:
|
brand:
|
||||||
docs_url: https://docs.searxng.org/
|
docs_url: https://docs.searxng.org/
|
||||||
@@ -219,12 +219,10 @@ outgoing:
|
|||||||
# - 1.1.1.2
|
# - 1.1.1.2
|
||||||
# - fe80::/126
|
# - fe80::/126
|
||||||
|
|
||||||
|
|
||||||
# Plugin configuration, for more details see
|
# Plugin configuration, for more details see
|
||||||
# https://docs.searxng.org/admin/settings/settings_plugins.html
|
# https://docs.searxng.org/admin/settings/settings_plugins.html
|
||||||
#
|
#
|
||||||
plugins:
|
plugins:
|
||||||
|
|
||||||
searx.plugins.calculator.SXNGPlugin:
|
searx.plugins.calculator.SXNGPlugin:
|
||||||
active: true
|
active: true
|
||||||
|
|
||||||
@@ -258,7 +256,6 @@ plugins:
|
|||||||
searx.plugins.tracker_url_remover.SXNGPlugin:
|
searx.plugins.tracker_url_remover.SXNGPlugin:
|
||||||
active: true
|
active: true
|
||||||
|
|
||||||
|
|
||||||
# Configuration of the "Hostnames plugin":
|
# Configuration of the "Hostnames plugin":
|
||||||
#
|
#
|
||||||
# hostnames:
|
# hostnames:
|
||||||
@@ -285,7 +282,6 @@ plugins:
|
|||||||
# '(.*\.)?youtu\.be$': 'yt.example.com'
|
# '(.*\.)?youtu\.be$': 'yt.example.com'
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
categories_as_tabs:
|
categories_as_tabs:
|
||||||
general:
|
general:
|
||||||
images:
|
images:
|
||||||
@@ -326,7 +322,8 @@ engines:
|
|||||||
categories: ["images"]
|
categories: ["images"]
|
||||||
# https://docs.searxng.org/dev/engines/online/adobe_stock.html
|
# https://docs.searxng.org/dev/engines/online/adobe_stock.html
|
||||||
adobe_order: relevance
|
adobe_order: relevance
|
||||||
adobe_content_types: ["photo", "illustration", "zip_vector", "template", "3d", "image"]
|
adobe_content_types:
|
||||||
|
["photo", "illustration", "zip_vector", "template", "3d", "image"]
|
||||||
timeout: 6
|
timeout: 6
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
@@ -642,12 +639,12 @@ engines:
|
|||||||
engine: cloudflareai
|
engine: cloudflareai
|
||||||
shortcut: cfai
|
shortcut: cfai
|
||||||
# get api token and accont id from https://developers.cloudflare.com/workers-ai/get-started/rest-api/
|
# get api token and accont id from https://developers.cloudflare.com/workers-ai/get-started/rest-api/
|
||||||
cf_account_id: 'your_cf_accout_id'
|
cf_account_id: "your_cf_accout_id"
|
||||||
cf_ai_api: 'your_cf_api'
|
cf_ai_api: "your_cf_api"
|
||||||
# create your ai gateway by https://developers.cloudflare.com/ai-gateway/get-started/creating-gateway/
|
# create your ai gateway by https://developers.cloudflare.com/ai-gateway/get-started/creating-gateway/
|
||||||
cf_ai_gateway: 'your_cf_ai_gateway_name'
|
cf_ai_gateway: "your_cf_ai_gateway_name"
|
||||||
# find the model name from https://developers.cloudflare.com/workers-ai/models/#text-generation
|
# find the model name from https://developers.cloudflare.com/workers-ai/models/#text-generation
|
||||||
cf_ai_model: 'ai_model_name'
|
cf_ai_model: "ai_model_name"
|
||||||
# custom your preferences
|
# custom your preferences
|
||||||
# cf_ai_model_display_name: 'Cloudflare AI'
|
# cf_ai_model_display_name: 'Cloudflare AI'
|
||||||
# cf_ai_model_assistant: 'prompts_for_assistant_role'
|
# cf_ai_model_assistant: 'prompts_for_assistant_role'
|
||||||
@@ -860,7 +857,7 @@ engines:
|
|||||||
- name: ebay
|
- name: ebay
|
||||||
engine: ebay
|
engine: ebay
|
||||||
shortcut: eb
|
shortcut: eb
|
||||||
base_url: 'https://www.ebay.com'
|
base_url: "https://www.ebay.com"
|
||||||
inactive: true
|
inactive: true
|
||||||
timeout: 5
|
timeout: 5
|
||||||
|
|
||||||
@@ -924,9 +921,9 @@ engines:
|
|||||||
search_url: https://fynd.bot/?search={query}&offset={pageno}{safe_search}
|
search_url: https://fynd.bot/?search={query}&offset={pageno}{safe_search}
|
||||||
safesearch: true
|
safesearch: true
|
||||||
safe_search_map:
|
safe_search_map:
|
||||||
0: '&safe=0'
|
0: "&safe=0"
|
||||||
1: '&safe=1'
|
1: "&safe=1"
|
||||||
2: '&safe=1'
|
2: "&safe=1"
|
||||||
results_xpath: //div[contains(@class, "result-item")]
|
results_xpath: //div[contains(@class, "result-item")]
|
||||||
url_xpath: .//a/@href
|
url_xpath: .//a/@href
|
||||||
title_xpath: .//div[contains(@class, "title-line")]
|
title_xpath: .//div[contains(@class, "title-line")]
|
||||||
@@ -1679,9 +1676,9 @@ engines:
|
|||||||
# image proxy of https://pixiv.perennialte.ch
|
# image proxy of https://pixiv.perennialte.ch
|
||||||
# - https://pximg.perennialte.ch
|
# - https://pximg.perennialte.ch
|
||||||
|
|
||||||
- name: podcastindex
|
# - name: podcastindex
|
||||||
engine: podcastindex
|
# engine: podcastindex
|
||||||
shortcut: podcast
|
# shortcut: podcast
|
||||||
|
|
||||||
# Required dependency: psychopg2
|
# Required dependency: psychopg2
|
||||||
# - name: postgresql
|
# - name: postgresql
|
||||||
@@ -1913,32 +1910,32 @@ engines:
|
|||||||
- name: stackoverflow
|
- name: stackoverflow
|
||||||
engine: stackexchange
|
engine: stackexchange
|
||||||
shortcut: st
|
shortcut: st
|
||||||
api_site: 'stackoverflow'
|
api_site: "stackoverflow"
|
||||||
categories: [it, q&a]
|
categories: [it, q&a]
|
||||||
|
|
||||||
- name: askubuntu
|
- name: askubuntu
|
||||||
engine: stackexchange
|
engine: stackexchange
|
||||||
shortcut: ubuntu
|
shortcut: ubuntu
|
||||||
api_site: 'askubuntu'
|
api_site: "askubuntu"
|
||||||
categories: [it, q&a]
|
categories: [it, q&a]
|
||||||
|
|
||||||
- name: superuser
|
- name: superuser
|
||||||
engine: stackexchange
|
engine: stackexchange
|
||||||
shortcut: su
|
shortcut: su
|
||||||
api_site: 'superuser'
|
api_site: "superuser"
|
||||||
categories: [it, q&a]
|
categories: [it, q&a]
|
||||||
|
|
||||||
- name: discuss.python
|
- name: discuss.python
|
||||||
engine: discourse
|
engine: discourse
|
||||||
shortcut: dpy
|
shortcut: dpy
|
||||||
base_url: 'https://discuss.python.org'
|
base_url: "https://discuss.python.org"
|
||||||
categories: [it, q&a]
|
categories: [it, q&a]
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: caddy.community
|
- name: caddy.community
|
||||||
engine: discourse
|
engine: discourse
|
||||||
shortcut: caddy
|
shortcut: caddy
|
||||||
base_url: 'https://caddy.community'
|
base_url: "https://caddy.community"
|
||||||
categories: [it, q&a]
|
categories: [it, q&a]
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
@@ -1946,7 +1943,7 @@ engines:
|
|||||||
engine: discourse
|
engine: discourse
|
||||||
shortcut: pi
|
shortcut: pi
|
||||||
categories: [it, q&a]
|
categories: [it, q&a]
|
||||||
base_url: 'https://discourse.pi-hole.net'
|
base_url: "https://discourse.pi-hole.net"
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
# - name: searx
|
# - name: searx
|
||||||
@@ -2068,8 +2065,7 @@ engines:
|
|||||||
- name: torch
|
- name: torch
|
||||||
engine: xpath
|
engine: xpath
|
||||||
paging: true
|
paging: true
|
||||||
search_url:
|
search_url: http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
|
||||||
http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
|
|
||||||
results_xpath: //table//tr
|
results_xpath: //table//tr
|
||||||
url_xpath: ./td[2]/a
|
url_xpath: ./td[2]/a
|
||||||
title_xpath: ./td[2]/b
|
title_xpath: ./td[2]/b
|
||||||
@@ -2479,7 +2475,7 @@ engines:
|
|||||||
disabled: true
|
disabled: true
|
||||||
# if you aren't using HTTPS for your local yacy instance disable https
|
# if you aren't using HTTPS for your local yacy instance disable https
|
||||||
# enable_http: false
|
# enable_http: false
|
||||||
search_mode: 'global'
|
search_mode: "global"
|
||||||
# timeout can be reduced in 'local' search mode
|
# timeout can be reduced in 'local' search mode
|
||||||
timeout: 5.0
|
timeout: 5.0
|
||||||
|
|
||||||
@@ -2529,7 +2525,7 @@ engines:
|
|||||||
use_official_api: false
|
use_official_api: false
|
||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
results: HTML
|
||||||
language: de
|
# language: de
|
||||||
|
|
||||||
- name: svgrepo
|
- name: svgrepo
|
||||||
engine: svgrepo
|
engine: svgrepo
|
||||||
@@ -2746,10 +2742,10 @@ engines:
|
|||||||
# keys: ['line']
|
# keys: ['line']
|
||||||
|
|
||||||
doi_resolvers:
|
doi_resolvers:
|
||||||
oadoi.org: 'https://oadoi.org/'
|
oadoi.org: "https://oadoi.org/"
|
||||||
doi.org: 'https://doi.org/'
|
doi.org: "https://doi.org/"
|
||||||
sci-hub.se: 'https://sci-hub.se/'
|
sci-hub.se: "https://sci-hub.se/"
|
||||||
sci-hub.st: 'https://sci-hub.st/'
|
sci-hub.st: "https://sci-hub.st/"
|
||||||
sci-hub.ru: 'https://sci-hub.ru/'
|
sci-hub.ru: "https://sci-hub.ru/"
|
||||||
|
|
||||||
default_doi_resolver: 'oadoi.org'
|
default_doi_resolver: "oadoi.org"
|
||||||
|
|||||||
Reference in New Issue
Block a user