• 1 Post
  • 24 Comments
Joined 3 years ago
cake
Cake day: July 16th, 2023

help-circle
  • Wait, just two weeks ago I was looking for a new GPS logging app and didn’t notice that there’s now an official (and non-official) dedicated Android app available. I’ll have to try it out.

    I’ve been using Dawarich for a while now and the biggest problem was always finding a way to get a good app that can do both accurate, and battery-saving tracking.

    Anyway, love the project and seeing it continually improving.






  • Oh yeah, statistics gathering is something I think is generally a bit underrated. Many people see it as “gimmicky” compared to the automation features, but whether it’s statistics about electricity water or air quality, I’ve found that there’s so much insight to be gained about what’s happening in your home over the course of a day.

    And since you’re talking about sleep quality: One thing I’ve recently found out is that there’s a addon for HA that can calculate the absolute humidity based on the temperature and relative humidity. That way you can figure out if opening the windows will increase or decrease the relative humidity and by how much BEFORE opening the windows.
    Figured this out after trying to reduce the relative humidity of the bedroom by opening the windows and accidentally letting more humidity in despite the relative outside humidity being lower than on the inside.



  • Eh, while I agree that some recommendations are dodgy at best, I’ll argue that Wireguard is not only adding to security, it also makes Fail2Ban obsolete. Due to the way it works, you’ll completely hide the fact that you’re even running a SSH server at all, and this includes even Wireguard itself. More importantly though, it’s pretty much impossible to set up Wireguard in an insecure way, whereas SSH provides you with plenty of footguns. You’re not risking locking yourself out either.

    Also, security comes in layers.











  • i don’t understand how i connect the pc to the domain.

    Yeah, that’s the part where I think there’s some misunderstanding. You don’t “connect” the server to your domain. Instead, there is a Nameserver (most run by your registrar, GoDaddy) that hosts a list of DNS records, that you can edit, which point to IPs. So you need to edit those to point to your public IP (or set up stuff like DynDNS if your IP isn’t static) and once that’s doneand the port forwarding is also set up properly in the Fritz!Box you should be able to connect.

    That said, what’s wrong with VPN? Particularly if you’re using Wireguard VPN, which was recently added to Fritz!Box, there shouldn’t be any performance differences. Plus, it would be safer than exposing services to the whole internet, doubly so if you’re not a networking expert.




  • From my experience the “default” experience, which is Docker Desktop, is a pain, due to what you described. In particular, Linux containers and Windows file permissions just don’t mix well.

    Other than that, there’s three options:

    1. Docker Desktop, but used from WSL 2. This seems to be the cleanest solution nowadays. Never personally used it though. Officially supported.
    2. Installing Docker inside WSL 2. Configuring this correctly is a bit of a pain and not really supported AFAIK.
    3. Installing Docker in a VM, using the integrated Hyper-V functionality for example. The least amount of integration, but most reliable.