• 8 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle



















  • When I am sending? Well, once things are set up properly I’m pretty confident that things arrive (though nobody can ever be 100% sure of course). I also tend to mail to the same recipient domains a lot, like for work and hobby projects, so once those are tested you get pretty confident.

    Unnoticed downtime is usually quickly noticed, I depend on my server for a lot of things. Senders are often resilient enough to keep things in their queue and try a few times. There’s also a fallback MX registry at my (3rd party) DNS host which will queue stuff in case the primary MX goes down.





  • I’m on Hyprland (wayland compositer, wl-roots based). Prior to the wayland transition I was on dwm. Hyprland offers a dynamic tiling layout just like dwm, which was my main selling point. The dev is very active and hyprland is gaining maturity rapidly (more than alternatives like dwl or river did at the time I checked it out). I also tried i3 and sway, but they don’t quite cut it for me as they don’t do dynamic tiling out of the box.


  • proycon@lemmy.worldOPtoSelfhosted@lemmy.worldWhat are YOU self-hosting?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    To answer my own question:

    • E-mail (postfix, dovecot, rspamd, clamav)
    • Web (nginx), various small websites including my homepage
    • Fediverse Microblogging (Mastodon)
    • Matrix Chat (synapse)
    • XMPP Chat (prosody)
    • Music streaming (mpd, snapcast)
    • Home automation (home assistant and my own lighthome stuff, mqtt)
    • IRC bouncer (znc)

    And the basics of course:

    • SSH (openssh)
    • NFS

    All running on an Ubuntu Linux server, but everything is containerised into mostly Alpine Linux podman (rootless) containers (and a few lxc containers which I’m phasing out).