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

Selfhosted

40928 readers
382 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] 11 points 5 days ago (13 children)

Did they pay devs to build it for them?

I'm working on a similar project, but I'm 100% bootstrapping it. I'm using Iroh (similar to IPFS, but hopefully faster), and there will just be the one UI until someone makes another. I haven't done authentication yet, but I might end up using blockchain for that, idk, I need some form of trusted directory.

I'm going to be looking through this, because it sounds very similar to what I'm working on, and I'd love to just join a project instead of doing all the leg work of getting traction myself. The things I'm particularly interested in are:

  • moderation - I plan to use something like a web of trust, but with transitive trust; you select people you trust, and whether you see something depends on how those users moderated
  • persistence when users go offline - I use a local first approach, so a post is cached locally if you either authored or viewed it, and peers will pull from you if you're the closest source; caches would need to expire so we don't blow up everyone's storage
  • communities operate in a single namespace (so fix the main complexity w/ federation) - you create a community by posting to that namespace, and it gets mixed w/ other users who post to that same namespace

I'm also interested in building an ActivityPub bridge, so this network can act like an "instance" of sorts and push/pull content from the rest of the Fediverse. This is mostly to seed content in the early days, and I'll decide whether it's worth it once everything else works.

I don't know if Plebbit does any or all of this, hence the interest. That said, someone spending actual money on it seems a bit... odd, since I don't see how this could be monetized.

[–] [email protected] 3 points 5 days ago (10 children)

What would be the possible alternatives to block chain?

[–] [email protected] 2 points 4 days ago (3 children)
[–] [email protected] 1 points 3 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.

load more comments (2 replies)
load more comments (8 replies)
load more comments (10 replies)