KarnaSubarna
@KarnaSubarna@lemmy.ml
- Comment on [beta] degoog - search engine aggregator 4 days ago:
Please refer to this comment: lemmy.ml/comment/24567541
If you need any further information, let me know.
- Comment on [beta] degoog - search engine aggregator 4 days ago:
Note that I’m running it on a rootless docker instance, and NOT on Podman. So, the following solution might or might not work for you.
services: degoog: image: ghcr.io/fccview/degoog:latest volumes: - ./.data:/app/data user: "0:0" ports: - "4444:4444" restart: unless-stopped
Explanation: rootless docker works a bit different from rootful docker. user 1000 (which is you on your server/machine) will be mapped to a different UID (e.g. 32555). This is to ensure that any process in docker container can’t have access to folders/files that you have access to, in case it manages to break free of docker containerization.
When you put user: “0:0” in a rootless docker container, it will assume your UID 1000 (which is you on your server/machine) inside docker container.
While it solves the file permission issue, but it is NOT a recommended way.
with user:1000:1000
with user:0:0
- Comment on [beta] degoog - search engine aggregator 6 days ago:
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.
- Comment on [beta] degoog - search engine aggregator 1 week ago:
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 :)
- Comment on How do I access my services from outside? 3 weeks ago:
Tailscale, if you don’t want to make your services available to anyone else than you (and people you want to grant access to).
- Comment on Element/Matrix Official Docker Install Method? 5 weeks ago:
- Comment on Rootless Containers with Podman 1 month ago:
Isn’t Podman rootless by default, unlike docker?
- Comment on If you have one, how much do you pay for a domain name? Any cheap registrar recommendations? 1 month ago:
Thanks a lot :)
- Comment on I made a self-hostable frontend for instagram. 1 month ago:
Nice. After Bilbogram was discontinued, I believe we all were waiting for an replacement.
- Comment on Cloudflare Tunnel: proxy-dns Command Removal 2026 | What are some nice alternatives to encrypted DNS? 2 months ago:
You are most likely using Cloudflared together with pi-Hole.
You may want to check-out AdGuardHome (open source) which has out-of-the-both DOH support.
- Comment on Anybody out there self hosting Searxing? 2 months ago:
I’m running SearxNG on my homelab for nearly 2 years now. I have connected it to Internet via VPN.
- Comment on Question about accessing my services from corporate Network 2 months ago:
Use a reverse proxy like Traefik to access your seevices via subdomain like paperless.uourdomain.com.
The advantage of that approach is you will be connected to Traefik on port either 443 or 80 (based on your Traefik setup). Most firewall will allow connection to port 443 or 80.
- Comment on Self hosting Sunday! What's up, selfhosters? 3 months ago:
docker-ce v29 update somehow messed up my homelab so badly that I had to downgrade to v28 to restore my system.
- Comment on 4 months ago:
Self hosting essentially stores all of your data on your hard drive, but it also allows access to that via local network (while at home) and over internet via secured tunnel (e.g. Wireguard tunnel, Tailscale) while away from home.
- Comment on I am curious about hosting my own lemmy/mastodon server 4 months ago:
Thanks for the info.
- Comment on I am curious about hosting my own lemmy/mastodon server 4 months ago:
Is it a docker based solution? If yes, can you please let me know if you faced any specific challenge in setting it up?
- Comment on How to keep adding on 4 months ago:
and a lot of random external drives
Somehow it rings home :-)
- Submitted 4 months ago to selfhosted@lemmy.world | 5 comments
- Submitted 4 months ago to selfhosted@lemmy.world | 63 comments
- Comment on 5 months ago:
Miniflux - miniflux.app
- Submitted 6 months ago to selfhosted@lemmy.world | 5 comments
- Comment on Important Notice of Security Incident 6 months ago:
tailscale.com This is essentially a mesh Wireguard Tunnel connectivity that ensures only you can access your service remotely.
- Comment on Important Notice of Security Incident 6 months ago:
:D
- Comment on Important Notice of Security Incident 6 months ago:
Tailscale is going public, so I don’t really trust them anymore
Even if the source code is open?
- Comment on Important Notice of Security Incident 6 months ago:
In general, for self-hosting, we hardly rely on remote service/server. The whole idea of self-hosting is to shun dependency on external service/server, and run everything on your own hardware and network. So that every aspect of the service is in your control.
- Comment on Important Notice of Security Incident 6 months ago:
On a side note: you can remotely access any service running on home network via Tailscale[1] / Cloudflare Tunnel. Your services are never exposed on Internet. Moreover, you don’t need to rely on Plex for that.
[1] tailscale.com [2] developers.cloudflare.com/…/connect-networks/
- Submitted 6 months ago to selfhosted@lemmy.world | 125 comments
- Comment on Does anyone use a VPN to subvert the Netflix household device fencing? 6 months ago:
Just a stupid question - Is self-hosting (and this forum) only applies to open source products?
- Comment on Mommy, Why is There a Server in the House? 6 months ago:
At first I didn’t noticed the 2nd image, and started wondering what kind of children book this is :P
- Submitted 6 months ago to selfhosted@lemmy.world | 4 comments