Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
But then you completely lose content when someone disables their account, and most people don't want to host anyway.
My approach is a P2P service that's similar to that, but instead of storing your stuff, you store some amount of other peoples' stuff, such that there are multiple copies of any piece of content distributed randomly across the globe.
However, moderation gets tricky here. I think a transitive trust system can work well. Basically, Alice trusts Bob to some degree, Bob trusts Carol to some degree, so Alice trusts Carol to some lesser degree. If content falls below some trust level, Alice doesn't see it or store it. Bob and Carol don't even need to be people, there can be bots to detect things like CSAM and other illegal content.
The net result is that everyone's experience is tailored to them, which hopefully makes things like shilling, trolling, and astroturfing less prevalent for those who curate their trust network more effectively. And this curation doesn't need to be manual, it can be automatic based on how you react to content. In other words, everyone is a moderator, and you trust people who moderate similarly to you.
The intent here is to solve a bunch of different problems:
There are certainly issues, such as:
And some interesting side effects:
Given the downsides, I'm not completely convinced it's worth it, hence the hesitation. But anything that requires users to have a publicly facing server is DOA, so this seems like the most approachable option.
You guys have basically been describing Aether and Nostr
Yeah, they certainly have some similarities and I'll have to play with them to see if either will work for me. Nostr seems closer to Mastodon and not really what I'm after. Aether could work, though I'm not really a fan of ephemeral posts, and I'm worried about Democratic mods in an era of bots. But maybe both are close enough to what I want.