Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PE
Posts
31
Comments
624
Joined
2 yr. ago

  • If for whatever reason your firewall is down, there’s unrestricted access to your server…

    I don't know what kind of firewall you use, but if my firewall is down there is NO traffic at all passing through!

    And by the way, since I've replied to someone that don't want to use VPN because he doesn't want to give access to the whole network, I meant that he could use a VPN AND iptables to restrict the guest access to single services instead of the whole network.

  • Again, this is the reason VPS’ exist.

    What? What's the difference between a VPS and your home server? You may say that's a good practice to separate things, so maybe have a a VM with public facing services and another with more private stuff reachable only with a VPN. But for something like Nextcloud, it needs to be public (if you're not the only one using it), but it contains personal stuff and then comes the OP request!

  • ChatGPT summary:
    The podcast episode "Byebye Raspberry Pi" discusses the evolving role of Raspberry Pi devices in 2025. The host evaluates self-hosting options, the growing appeal of thin clients over Raspberry Pi due to cost and performance, and the use of containers for flexible testing environments. They also touch on repurposing older hardware and share personal experiences with self-hosting and audio editing. The episode covers modern alternatives to Raspberry Pi, such as x86 computers, and invites audience feedback on their use of devices for hosting services. The discussion includes tips on managing disk space and remote access with WireGuard.

  • With Wireguard there's really no reason.

    Well, that's kinda of a personal choice. If somebody needs to have services accessible by someone else besides him, that service can't be behind a VPN (let's face the truth: we know that we can't ask all out relatives and friends to use a VPN).

  • Beside the fact that you would like to understand if you've done everything properly (that's good, but I can't help you here), a VPN on a smartphone can be always active. Mine is always on and I've never noticed any battery problem. If you prefer something simpler there's Tailscale.

  • I love ZigBee sensors basically because they can run years with a coin battery, and I don't dislike WiFi devices that are connected to the power, I just put them in a VLAN with no Internet access.

  • Good question, I'm interested too. Personally I use this kind of mapping

     yaml
        
    volumes:
      - /var/docker/contanier_name/data:/data
    
      

    because it helps me with backups, while I keep all the docker-compose.yaml in /home/user/docker-compose/container_name so I can mess with the compose folder whithout worrying too much about what's inside of it 🙈