- 148 Posts
- 240 Comments
First of all, thanks a ton.
I have been using SearxNG for more than year, running it as docker container on my Homelab. It’s connected to internet via Mullvad VPN.
Lately, I have see both Google and Bing search engines are either not working or returning complete garbage results.
My firewall setup doesn’t allow any incoming connection to homelab, except from LAN. So, bot accessing my SearxNG instance might not be the issue.
With degoog installed in the same fashion (docker + VPN), google engine seems to be unblocked for me (so far).
Not sure why degoog is not getting rate limited like SearxNG on the same system and same VPN. But, at least I’m happy :)
Karna@lemmy.mlto
Selfhosted@lemmy.world•How do I access my services from outside?English
22·20 days agoTailscale, if you don’t want to make your services available to anyone else than you (and people you want to grant access to).
Thumb rule: whichever I feel comfortable with in a given situation, I use.
At workplace, use whatever OS and tools allowed by company policy.
At home, use whatever OS and tools you like.
At least that is how I’m managing it.
Isn’t Podman rootless by default, unlike docker?
Karna@lemmy.mlOPto
Linux@lemmy.ml•France Just Created Its Own Open Source Alternative to Microsoft Teams and Zoom
5·1 month agoAll the countries need to use ‘Open sourced’ product, IMO.
Karna@lemmy.mlto
Selfhosted@lemmy.world•If you have one, how much do you pay for a domain name? Any cheap registrar recommendations?English
2·2 months agoThanks a lot :)
Karna@lemmy.mlto
Linux@lemmy.ml•‘It’s such poor quality software’: GOG owner criticises Windows, says it will support Linux better in the future | VGC
6·2 months agoFrom developers point of view, maintaining one codebase that works across OSs is better than maintaining OS specific multiple codebases.
Karna@lemmy.mlto
Selfhosted@lemmy.world•I made a self-hostable frontend for instagram.English
121·2 months agoNice. After Bilbogram was discontinued, I believe we all were waiting for an replacement.
Karna@lemmy.mlto
Selfhosted@lemmy.world•Welcome to !selfhosted@lemmy.world - What do you selfhost?English
2·2 months ago- AdguardHome
- Nextcloud
- Redlib
- DrawIO
- Wireguard
- Matrix server
- SearxNG
- Jellyfin
- LibMedium
- Linkwarden
- IT-tools
- Vaultwarden
- Memos
- Miniflux
- Rimgo
- Invidious
- Quetre
- Anonymously Overflow
All except few are routed via VPN.
Hosted on: Raspberry Pi 4B + Alienware M14x R2
Karna@lemmy.mlto
Linux Gaming@lemmy.world•Valve amended the Steam survey for December 2025 - Linux actually hit another all-time highEnglish
14·2 months ago- Ubuntu Core 24 64 bit 3.23% +3.23%
WTF!! How!!
I had to sell my kidney to buy one RAM yesterday /s
If you are hosting your own videos then you really don’t need to spend that much money on storage.
Note that if you are self hosting then you can control who can use it (only by you and/or other people).
If you are allowing other people to upload their video, then yes, storage is going to be a problem.
Solving this issue is not trivial
Self-hosting?
Karna@lemmy.mlto
Linux@lemmy.ml•PSA: Nvidia drivers 580 broke gaming on sway / wlroots for me
2·2 months agoUbuntu 25.10 + Wayland + Gnome 49 + Nvidia driver v580.95 (RTX 3070 Ti) works flawlessly for both gaming and normal apps.
Karna@lemmy.mlto
Linux Gaming@lemmy.world•Hytale's Co-Founder and Tech Director, revealed that Hytale will offer experimental x64 Linux support via flatpak at launch, with plans to enhance it based on community feedbackEnglish
1·2 months agoI think it is a Nitter instance.
Karna@lemmy.mlto
Selfhosted@lemmy.world•What to look for in building/buying a server?English
3·2 months agoAnything other than rolling release, as stability matters more when you are dealing with server setup. So, Ubuntu LTS, Debian should be good fit.
Karna@lemmy.mlto
Selfhosted@lemmy.world•What to look for in building/buying a server?English
3·2 months agoMy 12 years old Alienware M14x R2 [1] is doing great as a homelab. I have the following services running on rootless docker container:
- Nextcloud AIO
- Element
- AdguardHome
- Jellyfin
- SearxNG
- Vaultwarden
- … and few other services as well
So far, I managed to utilized around ~6 GB out 16 GB RAM. Throughput wise, it is doing great (over LAN and over Tailscale).
If you have any old laptop unutilized, you may try to repurpose it as one of your homelabs.















Ah! Forget about that part. The docker-compose file you provided on repo works for rootfull docker.
For rootless docker, it works, but library import is not possible for file permission issue.
I think I know how to solve it, I will give it a try over weekend, and will let you know.