feat: added SearXNG bookmark

This commit is contained in:
Nick 2025-03-08 01:19:37 -06:00
parent 396c0569f6
commit 0255666a81

View file

@ -171,6 +171,16 @@ in
];
keyword = "Router";
}
{
name = "${instances.searx.label} (Internet)";
url = "https://${instances.searx.subdomain}.${instances.web.domains.url0}";
tags = [
"search"
"sear"
"searx"
];
keyword = instances.searx.label;
}
{
name = "${instances.syncthing.label} (${instances.synology.label})";
url = "http://${synology.ip.address0}:${toString instances.syncthing.ports.port0}";