mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: added SearXNG bookmark
This commit is contained in:
parent
396c0569f6
commit
0255666a81
1 changed files with 10 additions and 0 deletions
|
@ -171,6 +171,16 @@ in
|
||||||
];
|
];
|
||||||
keyword = "Router";
|
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})";
|
name = "${instances.syncthing.label} (${instances.synology.label})";
|
||||||
url = "http://${synology.ip.address0}:${toString instances.syncthing.ports.port0}";
|
url = "http://${synology.ip.address0}:${toString instances.syncthing.ports.port0}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue