• 1 Post
  • 20 Comments
Joined 3 months ago
cake
Cake day: February 3rd, 2026

help-circle
  • I’ve set up a https://stalw.art/ server recently, and I’m quite impressed. I appreciate that the entire mail service stack is taken care of by a single unified service, except webmail but Bulwark seems really solid. It also works nicely together with Postgres and S3, so I can have the same backup strategy as most other apps I’m hosting.

    First and foremost for the outgoing needs of https://nord.pub/, but I’m seriously considering moving personal domains to it as well.

    For infrastructure I’m using dedicated Hetzner hosts, with extra IPs for the mail servers, so that reverse DNS is consistent.

    Largest problem I’ve seen is that Outlook.com is classifying the emails as spam, even with SOF, DKIM, DMARC properly set up… which is a big reason I’m hesitant to move all personal email as well. I realised that it could be a problem if I ever want to contact companies who use Office 365, which is a lot.



  • Sir. Haxalot@nord.pubtoLemmy Shitpost@lemmy.worldFuture
    link
    fedilink
    English
    arrow-up
    5
    ·
    18 days ago

    Seen a bunch of theories on this but the most likely one is that the washer ended up in a loop of failing firmware updates, downloading the same thing over and over again. It fits with the graph showing that it’s downloaded data. Could also straight up be a reporting bug in the router as someone else said.


  • Best option is probably to look for providers that support custom domains, so you can point your domain directly to their mail servers. This usually require a paid subscription. Upside is that you retain control over your domain without having to host any email server.

    The problem is that by putting a mail relay in between, while technically possible will break the SPF and DKIM chain for all emails that you forward. I don’t think there is a good way around this since they check against the senders domain (and assuming that you can’t get the email provider to trust your relay server)








  • I’ve been running straight Ubuntu with ZFS-on-Linux since 18.04, and it has been smooth sailing. If you’re running a lot of containerized things it’s very convenient to just be able to bind mount ZFS dataset into containers.

    Normally I prefer CentOS/RockyLinux, or some other EL distribution, but in this case I really appreciate that Canonical isn’t purist enough to ship ZFS as a loadable kernel module that is guaranteed to be in sync with the shipped kernel. And don’t have to deal with DKMS.





  • It’s extremely unlikely that they are going to do any kind of deep traffic inspection in the router/modem itself. Inspecting network traffic is very intensive though and gives very little value since almost all traffic is encrypted/HTTPS today, with all major browsers even showing scare warnings if’s regular unencrypted HTTP. Potentially they could track DNS queries, but you can mitigate this with DNS over TLS or DNS over HTTPS (For best privacy I would recommend Mullvad: https://mullvad.net/en/help/dns-over-https-and-dns-over-tls)

    And of course, make sure that anything you are self-hosting is encrypted and using proper HTTPS certificates. I would recommend setting up a reverse proxy like Nginx or Traefik that you expose. Then you can route to different internal services over the same port based on hostname. Also make sure you have a good certificate from Letsencrypt






  • The free version is mainly just a number of user and device limit. Although the relaying service might be limited as well, but that should only matter if both of your clients have strict NAT, otherwise the Wireguard tunnels gets directly connected and no traffic goes through Netbirds managed servers.

    You can also self-host the control plane with pretty much no limitations, and I believe you no longer need SSO (which increased the complexity a lot for homelab setups).


  • I believe something like this is supposed to be a use-case of the digital EU Wallet. A website is supposed to be able to receive an attestation of a users age without nessecarily getting any other information about the person.

    https://en.wikipedia.org/wiki/EU_Digital_Identity_Wallet

    Apparently the relevant feature is Electronic attestations of attributes (EAAs). I’m not really familiar with how it will be implemented though and I am a bit afraid of beurocratic design is going to fuck this up…

    Imo something like this would be magnitudes better than the current reliance of video identification. Not only is it much more reliable, it will also not feel nearly as invasive as having to scan your face and hope the provider doesn’t save it somewhere.