diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index bb169de..1e42270 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -38,7 +38,7 @@ import { CardGrid, Card } from "@astrojs/starlight/components" - We run a [SearXNG](https://searxng.org) instance that allows you to log in using your Federated Nexus account and perform fast, privacy-focused searches across the web—completely free from tracking, profiling, or intrusive advertising. [Learn More...](services/searxng/) + We run a [Degoog](https://github.com/degoog-org/degoog) instance that allows you to perform fast, privacy-focused searches across the web, completely free from tracking, profiling, or intrusive advertising. [Learn More...](services/degoog/) diff --git a/src/content/docs/services/degoog.mdx b/src/content/docs/services/degoog.mdx new file mode 100644 index 0000000..67d0209 --- /dev/null +++ b/src/content/docs/services/degoog.mdx @@ -0,0 +1,7 @@ +--- +title: Degoog +--- + +[Degoog](https://github.com/degoog-org/degoog) lets you perform fast, privacy-focused searches across the web—completely free from tracking, profiling, or intrusive advertising. Degoog works by aggregating results from many different search engines (you can configure which ones it queries in the [settings](https://search.federated.nexus/settings)) into one page. You can find Degoog hosted at https://search.federated.nexus. + +![A search for "Degoog" on Degoog, showing results with links, favicons, and descriptions](../../../images/degoog/search.png) diff --git a/src/content/docs/services/searxng.mdx b/src/content/docs/services/searxng.mdx deleted file mode 100644 index 9118132..0000000 --- a/src/content/docs/services/searxng.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: SearXNG ---- - -[SearXNG](https://searxng.org) lets you perform fast, privacy-focused searches across the web—completely free from tracking, profiling, or intrusive advertising. SearXNG works by aggregating results from many different search engines (you can configure which ones it queries) into one page. You can find SearXNG hosted at https://search.federated.nexus. - -![A search for "Federated Nexus" on SearXNG, showing results with links, favicons, and descriptions](../../../images/searxng/search.png) - -## Settings - -SearXNG is very customizable, there are many settings you can customize, including what search engines to query, the UI theme, and more. - -![SearXNG settings page, showing many different tabs of settings](../../../images/searxng/settings.png) diff --git a/src/images/degoog/search.png b/src/images/degoog/search.png new file mode 100644 index 0000000..7a305bb Binary files /dev/null and b/src/images/degoog/search.png differ diff --git a/src/images/searxng/search.png b/src/images/searxng/search.png deleted file mode 100644 index 08d15a7..0000000 Binary files a/src/images/searxng/search.png and /dev/null differ diff --git a/src/images/searxng/settings.png b/src/images/searxng/settings.png deleted file mode 100644 index c0be7fc..0000000 Binary files a/src/images/searxng/settings.png and /dev/null differ