browsers/firefox: switch to my own searx

This commit is contained in:
Anthony Rodriguez 2024-10-23 17:38:06 +02:00
parent 006daa6ebc
commit c58816d17a
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -81,7 +81,7 @@ in {
urls = [ urls = [
{ {
rels = ["results"]; rels = ["results"];
template = "https://searx.tiekoetter.com/search"; template = "https://search.nezia.dev/search";
params = [ params = [
{ {
name = "q"; name = "q";
@ -91,7 +91,7 @@ in {
} }
{ {
rels = ["suggestions"]; rels = ["suggestions"];
template = "https://searx.tiekoetter.com/autocompleter"; template = "https://search.nezia.dev/autocompleter";
params = [ params = [
{ {
name = "q"; name = "q";
@ -101,7 +101,7 @@ in {
"type" = "application/x-suggestions+json"; "type" = "application/x-suggestions+json";
} }
]; ];
iconUpdateURL = "https://searx.tiekoetter.com/favicon.ico"; iconUpdateURL = "https://search.nezia.dev/favicon.ico";
updateInterval = 24 * 60 * 60 * 1000; updateInterval = 24 * 60 * 60 * 1000;
definedAliases = ["@s"]; definedAliases = ["@s"];
}; };