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 0550ac3100
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

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