this post was submitted on 13 Jun 2023
218 points (97.4% liked)

Selfhosted

39257 readers
266 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 1 year ago
MODERATORS
 

Is there any benefit to host my own instance?

you are viewing a single comment's thread
view the rest of the comments

If every solo user spun up an instance just for themselves there wouldn’t be a benefit over all those users just signing up directly to an existing instance.

Not quite true... There's a ton of sql queries that go on to show you the correct content for your user. Showing the correct subscriptions, applying the correct "bans" etc... Further sessions management of the user logging in itself... Direct messages, inbox management... etc...

Just the raw content being sent to sync is just minimal text data that's effectively broadcasted. The stress of that is virtually nothing in comparison.

The break even is that a ton of data might sync that you never look at... but it's a broadcast of sorts. So that's a bit of a non issue.