this post was submitted on 09 Mar 2026
65 points (98.5% liked)

Selfhosted

56957 readers
2165 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hey,

Some of you may know me for Jotty and Cr*nmaster, been quiet with my head down lately improving my apps and trying to build a searxng alternative for myself.

Whilst I have used searxng for about a year now, I have had quite a few personal gripes with it (mostly stuff I personally would prefer worked differently) so in the past few weeks I have decided to make my take on it and ran it happily locally. Since publishing the beta to my discord server I ended up building a fairly extensive tool.

Degoog is actually pretty minimal, there's no much to it aside from a very comprehensive plugin/extension system. The idea being users can create their own engines, themes and plugins that hook into the core application and do.. pretty much anything, from adding stuff to the result page (e.g. speedtests, tmdb information, ip retrieval, rss feeds embedded on the home page) to full on OIDC systems.

This is still very much in beta and I figured the best way to get it out of beta would be to publish it to a wider audience (currently some users in our discord server have been testing it fairly successfully and i've been on top of bug fixing).

Repo: https://github.com/fccview/degoog

Official extensions: https://github.com/fccview/fccview-degoog-extensions

Docs: https://fccview.github.io/degoog

You can install custom plugins/extensions. You can make your own repo and add it to the store page in the settings, or you can just have your own plugins locally for yourself.

Let me know what you think, and feel free to ask any questions and feel free to join our discord (link in releases page on any of my apps) for a more direct chat about things <3

top 8 comments
sorted by: hot top controversial new old
[–] stepan@lemmy.cafe 5 points 2 hours ago (3 children)

My biggest issue with searxng is that google gets rejected all the time. But that's because the instance gets rate limited, no? Do you deal with that more effectively somehow? Is it even possible?

[–] irmadlad@lemmy.world 5 points 1 hour ago

Echoing what @thagoat@lemmy.dbzer0.com said, I selfhost it and I only have one user...me.

[–] thagoat@lemmy.dbzer0.com 3 points 2 hours ago (1 children)

I host mine at home and only available on my tailnet. Haven't had any rate limiting since.

[–] fccview@lemmy.world 2 points 2 hours ago* (last edited 2 hours ago)

Yes, I think that's also very valid, the more people using the same instance the more likely it'll be to get banned, but again, rotating proxy is key to this I suppose

[–] fccview@lemmy.world 3 points 2 hours ago* (last edited 2 hours ago)

Hey! Well, aside from rotating multiple user agents, have a cheeky retry and having a "retry" button next to each engine I also heavily cache results so that for 12 hours the same query will give you the same results from cache. You can always invalidate cache from the settings.

Another thing you can also do is add multiple proxy that rotate on each request, traffic goes through proxy urls and you don't get hit with rate limiting (again, proxy settings are in the settings tab - you can find free ones around).

Searches happen asyncronously btw, which means if one engine hangs and fails the others will still return results quickly enough that clicking on the retry button shouldn't be that big of an issue. The biggest engine I have had issues with has been Ecosia, always hitting that pesky cloudflare anti bot page, but that's a third party extension engine, so it doesn't matter too much

So far I haven't been rate limited by google yet, not gonna claim it won't happen as it probably will, it's the nature of the tool, but finger crossed so far so good.

[–] irmadlad@lemmy.world 10 points 3 hours ago (2 children)

I have used searxng for about a year now, I have had quite a few personal gripes

What gripes have you had? Curious. Maybe something I've overlooked.

[–] fccview@lemmy.world 15 points 3 hours ago* (last edited 3 hours ago)

I keep getting results in different languages, a lot of my engines get rejected, it's quite slow at times and building extensions for it is fairly complex. They also recently restructured their own codebase, which means most of my customisation didn't work anymore, which is when I decided to build my own instead of re-making all the customisations from scratch.

This is again very personal issues and specific to my use case frankly, and it could be that I wasn't doing customisations right, but the way my brain works is to make something from scratch and learn the ins and out of it, so I just went for it.

I guess it also is styled more to my linking (plus theming is very extensive) and I wanted to create something that slots things in if wanted (see tmdb above results and rss on the homepage)

[–] ComradeMiao@lemmy.world 8 points 2 hours ago

I found it oddly good at finding hidden pages containing the exact terms I was looking for but horrible at more general stuff