this post was submitted on 09 Mar 2026
132 points (99.3% liked)

Selfhosted

57329 readers
1413 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 16 comments
sorted by: hot top controversial new old
[–] thestrike@lemmy.blahaj.zone 5 points 2 hours ago (1 children)

I can’t wait to try it out! I’m going to get it up and running today

[–] fccview@lemmy.world 2 points 2 hours ago (1 children)

Yaaas! Let me know how you get on with it ♥️

[–] thestrike@lemmy.blahaj.zone 2 points 2 hours ago (1 children)

Just got it up and running! UI wise it’s super slick both on my phone and PC. It feels a lot better than searxng. My searxng instance also started getting blocked or something because my queries were failing, especially for images.

Are there any plugins or themes to checkout yet or is that ecosystem still developing? I’d love to know the process so I can take a whack at making a theme or plugin myself

[–] fccview@lemmy.world 1 points 2 hours ago

Hey! If you go to settings -> store you will find all the plugins/themes/engines I made and use the docs/existing plugins as examples to make your own, I tried to build a variety of them to cover most aspects of customisations ♥️

Glad you like it! I saw you joined discord so feel free to ping me for more direct questions :)

[–] nfreak@lemmy.ml 7 points 3 hours ago (1 children)

I've been mostly happy with SearXNG but customization is a pain point of it for sure, so this looks really promising. Definitely gonna be keeping an eye on this one

[–] fccview@lemmy.world 4 points 3 hours ago

YES! Customisation is the main reason why I went out of my way to build it, and other stuff I listed in another comment in the thread :)

Thank you, if you ever end up making a store with your own plugins/themes and so on just lemme know and I'll add it to the repo, it'd be cool to have a list of available stores already in the beta version, so when I go out of beta it'll feel like a much more mature product <3

[–] Jake_Farm@sopuli.xyz 2 points 4 hours ago (1 children)

Why would Cron need to be censored?

[–] fccview@lemmy.world 6 points 3 hours ago

lol it's a play on the cron syntax, the * is a o in the name/logo

[–] stepan@lemmy.cafe 11 points 6 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 11 points 6 hours ago

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

[–] thagoat@lemmy.dbzer0.com 6 points 6 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 3 points 6 hours ago* (last edited 6 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 5 points 6 hours ago* (last edited 6 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 13 points 7 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 22 points 7 hours ago* (last edited 7 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 11 points 7 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