this post was submitted on 12 Nov 2025
67 points (90.4% liked)

Selfhosted

52955 readers
428 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
 

Recently I was locked out of my own Ghost blog platform because they decided they were going to add Email 2FA. I also cannot add any other authors because that requires email verification.

Today I was looking at installing Bonfire and came across this:

Bonfire requires working email for user signups, password resets, and notifications. Most installations will need email configuration before the instance is usable.

Setting up email is a pain in the ass, costs money, is dependent on 3rd parties, violates privacy, and is just completely unnecessary. Why wouldn't you give users the option to not use it? It's infuriating!

you are viewing a single comment's thread
view the rest of the comments
[–] stoy@lemmy.zip 14 points 3 days ago* (last edited 3 days ago) (1 children)

Most people have no idea they exist.

That is my point.

If you write software, and need a way for it communicate with the user outside of the app, implementing email is simple, just about everyone with internet access has an email address and it is free.

XMPP/Matrix is a lot of added work that will only benefit those who:

  1. Knows what they are and
  2. Has or are willing to set up an account and
  3. Care enough about it to do that rather than just using email.

I think you will find that the groups of persons who all three critera fits is vanishingly small.

So, please tell me why a developer should focus their time doing that rather than building the core features of the app.

EDIT:

I write this as someone who has used Jabber/XMPP and Matrix in the past, they are great services and I wish they had a longer reach. This is not a hill for you to die on.