is beehaw related to lemmy?

  • 1 Post
  • 13 Comments
Joined 3 years ago
cake
Cake day: June 8th, 2023

help-circle


  • Holy smokes this is extremely informative! I’ll start by pulling in chunks of your config and learning from what it gives me. As for plex/jellyfin again, the only reason I’m (slightly) biased towards jellyfin right now is precisely because it’s not as easy to set up and hence gives me more learning opportunities. But I’ll keep an eye out for plex offers regardless - sometimes it’s nice to have something that just works. But thanks a lot for such a thorough response!





  • So this is a part I’ve stumbled on for now. I do host a bunch of other stuff which I share with a few friends, so using tailscale was, for me, a bigger hassle than worth. But now that prowlarr requires a VPN connection for security, I’m on the crossroads on whether to push tailscale for everyone or figure out VPN for just prowlarr. But I suppose that’s what gluetun is for? I’ll take a look into it anyway, thanks!






  • As someone who tried to self-host it like a month ago (and seemingly still hasn’t got it fully working), I’ll just write out the overview of what I’ve done and let you (and others) comment on how correct and feasible it is.

    Since my ISP doesn’t allow me to get a static IP address, I rented a VPS connection and made a wireguard tunnel from the VPS to my computer. This tunnel forwards traffic at all the necessary ports between the two machines. I really wasn’t familiar with all the necessary components for an entire mail server, so I chose mailcow since it packages everything into one single software (well, more like a bunch of docker containers). Another reason I went with mailcow was that I could easily find a github tutorial for how to set up mailcow with wireguard tunneling (it’s a bit outdated IMO, but the changes are minor). Mailcow also gives a nice portal interface listing out all the DNS entries you need to put in place to get it working perfectly.

    In the end, I still see a few incoming emails getting dropped and reception time being an hour or so, and I’m not sure if it’s a problem with my tunnel or DNS or something else. But overall, I’d say it was much easier than setting up all the individual services myself.