Hacker News new | ask | show | jobs
by augustuspolius 1330 days ago
I was just investigating this. You can run your own Mastodon instance on your custom domain (e.g. masto.host), but due to how Mastodon federation works, your instance will 1. host all your content 2. handle a ton of requests when people interact with you or your content: follow, favorite, boost, etc.

Also every time a user follows you from an instance not federated with your instance it's a whole complicated process because federation has to be established between your instance and their instance (and, I think, every instance that they follow users from).

So if I understand your question correctly: there is no way to separate your identity from your content. If you want to own your identity you will need to self-host.

I am realizing now that the solution to these concerns is likely going to emerge from matrix.org, not Mastodon.

1 comments

Seems like there must be some sort of possibility for someone to create some sort of "lightweight hosting" option here. Where you get your own bespoke "host" where you own all the data and identity, etc. but it is actually physically managed on someone else's infra (something higher level than a vhost). Pay a small fee, get a subdomain, get your own masto node, get your own data, all encrypted, but someone else handles all the legwork of setting it up, federating it, etc.
Yes, you are describing a hosted instance. Masto.host looks good, and the cheapest option is only $6/month. The problem with this federated approach is that the actual federation features can become pretty expensive. Hosting is cheap but if you have thousands of followers from different instances federation processes will become very expensive.
As far as I know, this is all cached at an instance level. So only the first person to pull something from your instance actually hits your instance's resources. I can still see posts and users from dead instances because it's all cached on my instance. There's a rake task to wipe it, but people are advised not to since those caches have been what saved at least one instance whose name I can't remember.
> "host" where you own all the data and identity, etc. but it is actually physically managed on someone else's infra (something higher level than a vhost)

Isn’t this just a normal Mastadon instance but with custom domain support just like email providers?