this post was submitted on 02 Jan 2025
154 points (79.6% liked)

Selfhosted

40943 readers
529 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
 

Plebbit is a selfhosted, opensource, nonprofit social media protocol, this project was created due to wanting to give control of communication and data back to the people.

Plebbit only hosts text. Images from google and other sites can be linked/embedded in posts. This fixes the issue of hosting any nefarious content.

it has no central server, database, HTTP endpoint or DNS - it is pure peer to peer. Unlike federated instances, which are regular websites that can get deplatformed at any time,

ENS domain are used to name communities.

Plebbit currently offers different UIs. Old reddit and new reddit, 4chan, and have a Blog. Plebbit intend to have an app, internet archive, wiki and twitter and Lemmy. Choice is important. The backend/communities are shared across clients.

The code is fully open source on

https://github.com/plebbit

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 days ago (2 children)
[–] [email protected] 1 points 4 days ago (1 children)

I thought Blockchain was how the protocol knew how to federate, e.g. where to find other users. (?) I don't really remember how Blockchain works but iirc it is a way to verify trust, e.g. this person really is /u/sem because our shared document says they are.

I know DNS is an alternative but it kind of sucks. Bluesky is inventing it's open DiD thing for identity and it is centralized in practice but might be a good system. And I have no idea how it works.

[–] [email protected] 3 points 4 days ago* (last edited 4 days ago)

Projects with blockchains work like BITtorrent to find peers. That's why bitcoin was called BITcoin.

Federation doesn't require blockchain. Blockchain was created for a very unique solution to storage of digital cash transactions that's not relevant in almost any other system's storage.

[–] [email protected] 1 points 4 days ago

Reading the white paper you find the "serverless" has servers. Each community needs to be always online to serve captchas to posters. The system is federated on community level, instead of instance level, and uses DHT instead of DNS.