What external services do you use for your selfhosting setup?
from weastie@lemmy.world to selfhosted@lemmy.world on 27 Aug 12:57
https://lemmy.world/post/35078274
from weastie@lemmy.world to selfhosted@lemmy.world on 27 Aug 12:57
https://lemmy.world/post/35078274
I mean anything that is not hosted in your house. For example, dynamic dns, some type of ddos protection, off-site backups, external oauth provider, etc.
threaded - newest
Fast Mail DNS because I moved my domain over there for email. Problem is that it doesn’t have an API for DNS updates, and that makes it bad for DynDNS. There are some web scraping libraries out there that can work for it, but those can easily break any time FastMail changes their interface.
For now, I’m just using the fact that my IP doesn’t change that often, and living with the fact that I’ll have to manually update it at some point.
An external email host. Life is too short to deal with frustrating email issues.
Same :( admittedly I never tried, but it’s the one thing everyone recommends against.
I’d recommend looking again, as I think that advice is becoming dated. Greylist and DKIM make spam prevention super simple, ironically because the centralization of email towards Outlook and gmail has trained pretty much every sender to follow the rules or your email doesn’t go through. And then Greylist catches the rest, because spammers don’t come back and retry after a few minutes.
The problem isn’t incoming spam, but rather not being able to send to the larger email providers because of arbitrary spamfiltering on their side.
True. I kinda dodged that problem by having a personal .net domain that’s older than wikipedia.org. My understanding is that you can raise your domain’s reputation with some work.
Honestly the most important thing I use my domain for is easy-to-delete mailboxes and aliases to give to companies and contacts. That’s just incoming email.
For outgoing, there are services that let you send them an email and receive a report on any mistakes or misconfgurations they notice. I followed the first tutorial I found that didn’t seem like it was just advertising “see how hard email is? Looks impossible doesn’t it? Why not pay us instead.” Ended up being at linuxbabe dot com, run by Guoan Xiao, with part one titled “Build Your Own Email Server on Ubuntu: Basic Postfix Setup”. No links but search engines find it.
Big difference is I use OpenLDAP/slapd, and I put different components on different VMs. Took maybe a couple weeks of free time here and there, but I’m proud to say my outgoing emails seem to be accepted everywhere. Not that I send many, really.
Eventually planning on implementing filtering for terms and conditions updates for long-forgotten sign ups. I would like those to bounce.
I just use a domain name through name cheap, which includes ddns. I cant think of anything else that I do at home that isn’t taken care of locally.
Uptime monitoring and notifications
Mind sharing what service you use for it? Paid or free?
A small application I wrote myself, hosted on the free tier of pythonanywhere.com
Still looking at an external backup solution like Backblaze or Hetzner
Email and offsite backups (as 3rd copy of data, encrypted
Basically just the bare minimum
hetrixtools is so good!
For personal stuff, i use an external email, and borgbase for backups (highly recommend them if using Borg or restic).
.
For my homelab:
For things that I host externally (i.e. not part of my homelab):
What are you paying for BackBlaze and Cloudflare?
I don’t store much on backblaze, so I don’t think I’ve ever spent over 2USD there in a month. As for Cloudflare, I’m able to stay in the free tier.
How much (GB/TB) is not much btw?
I need to get around to backing up via Backblaze
Around 350~400 GB. I compress and encrypt before sending to backblaze.
I have a $5/mo vps running caddy over wireguard to get better routing when I’m on mobile.
Otherwise, my traffic goes to my home ISPs hub 600 miles away and back. The VPS is less than 100 miles away and it performs much better.