This commit is contained in:
alsaiduq-lab 2026-01-01 10:40:43 -07:00
parent d6e5b74136
commit 14674eb883

View file

@ -28,8 +28,6 @@ in {
search = {
safe_search = 0;
autocomplete = "duckduckgo";
default_engine = "";
default_categories = ["general" "it" "images" "videos" "map" "news" "science"];
formats = ["html" "json"];
};
enabled_plugins = [
@ -39,134 +37,6 @@ in {
"hostname_replace"
"open_access_doi_rewrite"
];
engines = [
{
name = "duckduckgo_web";
engine = "duckduckgo";
disabled = false;
categories = ["general"];
weight = 1.0;
timeout = 3.0;
}
{
name = "google_web";
engine = "google";
disabled = false;
categories = ["general"];
weight = 1.0;
timeout = 4.0;
}
{
name = "bing_web";
engine = "bing";
disabled = false;
categories = ["general"];
weight = 1.0;
timeout = 4.0;
}
{
name = "brave";
engine = "brave";
disabled = false;
categories = ["general"];
weight = 1.0;
timeout = 3.0;
}
{
name = "mojeek";
engine = "mojeek";
disabled = false;
categories = ["general"];
weight = 0.9;
timeout = 3.0;
}
{
name = "qwant";
engine = "qwant";
disabled = false;
categories = ["general"];
weight = 0.8;
timeout = 3.0;
}
{
name = "startpage";
engine = "startpage";
disabled = false;
categories = ["general"];
weight = 0.9;
timeout = 4.0;
}
{
name = "wikipedia";
engine = "wikipedia";
disabled = false;
categories = ["general"];
timeout = 3.0;
}
{
name = "arxiv";
engine = "arxiv";
disabled = false;
categories = ["science"];
timeout = 4.0;
}
{
name = "crossref";
engine = "crossref";
disabled = false;
categories = ["science"];
timeout = 4.0;
}
{
name = "semantic_scholar";
engine = "semantic_scholar";
disabled = false;
categories = ["science"];
timeout = 4.0;
}
{
name = "github_code";
engine = "github";
disabled = false;
categories = ["it"];
timeout = 4.0;
}
{
name = "stackoverflow";
engine = "stackoverflow";
disabled = false;
categories = ["it"];
timeout = 4.0;
}
{
name = "youtube_video";
engine = "youtube";
disabled = false;
categories = ["videos"];
timeout = 5.0;
}
{
name = "peertube_video";
engine = "peertube";
disabled = false;
categories = ["videos"];
timeout = 5.0;
}
{
name = "openstreetmap";
engine = "openstreetmap";
disabled = false;
categories = ["map"];
timeout = 4.0;
}
{
name = "google_maps";
engine = "google_maps";
disabled = false;
categories = ["map"];
timeout = 4.0;
}
];
};
limiterSettings.real_ip = {
x_for = 1;