this post was submitted on 27 Aug 2025
51 points (100.0% liked)

Selfhosted

50928 readers
505 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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.

all 28 comments
sorted by: hot top controversial new old
[–] 3dcadmin@lemmy.relayeasy.com 1 points 17 hours ago* (last edited 17 hours ago)

For me Cloudflare as I've been with them for years, Let's Encrypt and that is pretty much it...

VPS that hosts my email and a few other things, and for clients that is where their stuff is hosted

[–] poVoq@slrpnk.net 43 points 1 day ago (3 children)

An external email host. Life is too short to deal with frustrating email issues.

[–] 3dcadmin@lemmy.relayeasy.com 1 points 17 hours ago

It is a real pain, I host a small email service, and spend at least an hour a day dealing with issues sending emails.Mainly because users think it is entirely acceptable to send thousands of emails a day thinking they will get results from it. However, I have to say that I am telling most people to move away from email as it isn't that secure and those free email addresses from old ISPs are terribly insecure. Also seeing a lot of data stolen as people think 2FA via email is great, so hackers just hack the email server and boom

[–] mspencer712@programming.dev 10 points 1 day ago (1 children)

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.

[–] poVoq@slrpnk.net 24 points 1 day ago (1 children)

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.

[–] mspencer712@programming.dev 6 points 1 day ago

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.

[–] tofu@lemmy.nocturnal.garden 3 points 1 day ago

Same :( admittedly I never tried, but it's the one thing everyone recommends against.

[–] MTK@lemmy.world 1 points 21 hours ago

Only tailscale fpr vpn and backblaze for backup

[–] Cyber@feddit.uk 1 points 22 hours ago
  • Lets Encrypt...
  • Backblaze (for now, until I find an alternative closer to home)
  • Email
[–] HeyJoe@lemmy.world 10 points 1 day ago

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.

[–] baduhai@sopuli.xyz 5 points 1 day ago (1 children)

For my homelab:

  • Backblaze B2 (Backup storage)
  • Cloudflare (DNS)
  • Tailscale (VPN)
  • Oracle Cloud (VPS)

For things that I host externally (i.e. not part of my homelab):

  • Oracle Cloud (VPS)
  • Tailscale (VPN)
  • Cloudflare (DNS)
  • Cloudflare R2 (Object storage)
  • Backblaze B2 (Backup storage)
[–] Kirk@startrek.website 1 points 1 day ago (1 children)

What are you paying for BackBlaze and Cloudflare?

[–] baduhai@sopuli.xyz 3 points 1 day ago (1 children)

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.

[–] tobz619@lemmy.world 1 points 1 day ago (1 children)

How much (GB/TB) is not much btw?

I need to get around to backing up via Backblaze

[–] baduhai@sopuli.xyz 3 points 1 day ago

Around 350~400 GB. I compress and encrypt before sending to backblaze.

[–] lemming741@lemmy.world 2 points 1 day ago

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.

[–] zarlin@lemmy.dbzer0.com 6 points 1 day ago* (last edited 1 day ago)
  • Tailscale for external access, this is extremely convenient.
  • Namesilo for domain (cheap but otherwise not really recommended)
  • Bunny DNS (because NPM's certbot doesn't support Namesilo). Still looking at their other services, overall it seems nice.

Still looking at an external backup solution like Backblaze or Hetzner

[–] Dust0741@lemmy.world 5 points 1 day ago

Email and offsite backups (as 3rd copy of data, encrypted

[–] frezik@lemmy.blahaj.zone 4 points 1 day ago (1 children)

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.

[–] 3dcadmin@lemmy.relayeasy.com 1 points 17 hours ago

Plenty of better DNS services out there...

[–] MangoPenguin@lemmy.blahaj.zone 3 points 1 day ago* (last edited 1 day ago) (1 children)

Basically just the bare minimum

  • Email (Zoho, still on their old legacy free plan)
  • Backblaze B2 for Restic to store backups on
  • DNS for my public domain name (Cloudflare)
  • Uptime monitoring for my website (HetrixTools)
[–] sk@utsukta.org 1 points 1 day ago

hetrixtools is so good!

[–] iii@mander.xyz 3 points 1 day ago (1 children)

Uptime monitoring and notifications

[–] weastie@lemmy.world 3 points 1 day ago (1 children)

Mind sharing what service you use for it? Paid or free?

[–] iii@mander.xyz 1 points 1 day ago

A small application I wrote myself, hosted on the free tier of pythonanywhere.com

[–] brewery@feddit.uk 2 points 1 day ago

For personal stuff, i use an external email, and borgbase for backups (highly recommend them if using Borg or restic).

Cloudflare tunnels - it used to be dynamic dns, but the ISP blocked ports 80/443, so I switched to tunnels.
External DNS on the Gl-Inet router, included with the product
Goodcloud, from Gl-Inet (included and really nice to have another way to get to it)

for the home self-hosting, that's pretty much it.

For the (coming soon TM) fediverse apps in Keyboard Vagabond, add in S3, cloudflare CDN