Skip Navigation

Posts
29
Comments
73
Joined
3 yr. ago

  • Removed Deleted

    Permanently Deleted

    Jump
  • Do we have a choice in this?

  • My bad, sometimes I forget that Tailscale is nothing but wireguard VPN.

  • Tailscale

  • If running as rootless docker then it’s free. But, if running as rootful docker then pay up.

    /s

  • 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

  • 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.

  • 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 :)

  • Tailscale, if you don’t want to make your services available to anyone else than you (and people you want to grant access to).

  • Isn't Podman rootless by default, unlike docker?

  • Thanks a lot :)

  • Nice. After Bilbogram was discontinued, I believe we all were waiting for an replacement.

  • Featured

    Welcome to !selfhosted@lemmy.world - What do you selfhost?

    Jump
    • 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

  • Anything other than rolling release, as stability matters more when you are dealing with server setup. So, Ubuntu LTS, Debian should be good fit.

  • My 12 years old Alienware M14x R2 [1] is doing great as a homelab. I have the following services running on rootless docker container:

    1. Nextcloud AIO
    2. Element
    3. AdguardHome
    4. Jellyfin
    5. SearxNG
    6. Vaultwarden
    7. ... 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.

    [1]https://dl.dell.com/manuals/all-products/esuprt_laptop/esuprt_alienware_laptops/alienware-m14x-r2_reference%20guide_en-us.pdf

  • Open Source @lemmy.ml

    Release 1.17.0 · flatpak/flatpak

    github.com /flatpak/flatpak/releases/tag/1.17.0
  • Open Source @lemmy.ml

    International Criminal Court to ditch Microsoft Office for European open source alternative

    www.euractiv.com /news/international-criminal-court-to-ditch-microsoft-office-for-european-open-source-alternative/
  • Selfhosted @lemmy.world

    TrueNAS 25.10 Open-Source NAS Released with NVMe-oF, ZFS Enhancements

    linuxiac.com /truenas-25-10-open-source-nas-released-with-nvme-of-zfs-enhancements/
  • Selfhosted @lemmy.world

    Immich 2.1 Released with Better Slideshow Shuffle, New Notifications

    linuxiac.com /immich-2-1-released-with-better-slideshow-shuffle-new-notifications/
  • Selfhosted @lemmy.world

    New VMScape attack breaks guest-host isolation on AMD, Intel CPUs

    www.bleepingcomputer.com /news/security/new-vmscape-attack-breaks-guest-host-isolation-on-amd-intel-cpus/
  • Selfhosted @lemmy.world

    Important Notice of Security Incident

    forums.plex.tv /t/important-notice-of-security-incident/930523
  • Selfhosted @lemmy.world

    Self hosting Signal server

  • Firefox @lemmy.ml

    Mozilla warns Germany could soon declare ad blockers illegal

    www.bleepingcomputer.com /news/legal/mozilla-warns-germany-could-soon-declare-ad-blockers-illegal/
  • Selfhosted @lemmy.world

    TrueNAS 25.10 Begins Testing With Faster Performance, 400GbE Networking

    www.phoronix.com /news/TrueNAS-25.10-Testing
  • Selfhosted @lemmy.world

    Syncthing 2.0 Launches With Major Database Overhaul

    linuxiac.com /syncthing-2-0-launches-with-major-database-overhaul/
  • Open Source @lemmy.ml

    Syncthing 2.0 Launches With Major Database Overhaul

    linuxiac.com /syncthing-2-0-launches-with-major-database-overhaul/
  • Linux @lemmy.ml

    Syncthing 2.0 Launches With Major Database Overhaul

    linuxiac.com /syncthing-2-0-launches-with-major-database-overhaul/
  • Linux @lemmy.ml

    Intel CPU Microcode Updates Released For Six High Severity Vulnerabilities

    www.phoronix.com /news/Intel-CPU-Microcode-August-2025
  • Open Source @lemmy.ml

    Redis 8.2 Brings Up to 49% More Throughput

    linuxiac.com /redis-8-2-brings-up-to-49-more-throughput/
  • Open Source @lemmy.ml

    Finland Tops Nextcloud’s First Digital Sovereignty Index

    linuxiac.com /finland-tops-nextcloud-first-digital-sovereignty-index/
  • Firefox @lemmy.ml

    Wave of 150 crypto-draining extensions hits Firefox add-on store

    www.bleepingcomputer.com /news/security/wave-of-150-crypto-draining-extensions-hits-firefox-add-on-store/
  • Open Source @lemmy.ml

    Linux Mastodon App Tuba Gets a Huge Update

    www.omgubuntu.co.uk /2025/08/tuba-0-10-mastodon-client-linux-new-features
  • Firefox @lemmy.ml

    Firefox 141 Release Brings Lower RAM Usage On Linux

    www.phoronix.com /news/Firefox-141-Available
  • Firefox @lemmy.ml

    WebGPU Lands in Firefox 141 on Windows, Eyes Linux and macOS Next

    linuxiac.com /webgpu-lands-in-firefox-141-on-windows-eyes-linux-and-macos-next/
  • Selfhosted @lemmy.world

    The Way Ubuntu Boots on Raspberry Pi is Changing

    www.omgubuntu.co.uk /2025/07/ubuntu-raspberry-pi-boot-process-change