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
According to OP’s previous comments the dev of this has spent 600k of their own money on this. If that claim is legitimate then feel free to draw your own conclusions about why someone with 600k to burn would spend it on an NFT crypto reddit, but without images.
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:
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.
They pay the devs via bounties and meeting milestones.
We tried iroh but it wasn't fit for purpose. We have tackled the moderation exactly how you've described it. Allowing multiple people to control a community. We're in the process of implementing it. Our version of this allows people to create multicommunities where it shows similar communities in one sub.
Activity pub would be interesting but plebbit is so technologically different were not sure it would be technically possible. We forgo the concept of instances entirely allowing Plebbit to work closer to Reddit, where you just search a sub. Global admins don't exist on Plebbit. Subs can still share ban lists if they wish but its optional
Plebbit is always looking for new devs, join our telegram group @joinplebbit to discuss with the main dev about joining the project.
Ok, I read through the whitepaper, and it seems it works quite differently to what I'm working on. Main differences:
And other notes:
Not exactly, WebRTC exists, so you only need an HTTP provider to initiate the WebRTC connection to peers. Look at WebTorrent for an example. I haven't yet tackled the web on my own project, but I am building everything web-first (I'm using Tauri for my desktop app), and I intend to have it work on the web when I release.
This seems odd to me. Why would someone holding an arbitrary amount of cryptocurrency have any bearing on their trustworthiness? Surely a bad actor could just move crypto around and spam as much as they like, no?
Likewise, payment seems like a bad idea, because that would encourage exclusive groups that share illegal content (drugs, child porn, military secrets, etc).
Aren't posts, comments, and probably votes limited by the storage space available to the community owner? From what I can tell, they host everything, so once that storage space is full, things will stop working properly. The whitepaper isn't clear here, so I could be mistaken.
With my approach, there are no bottlenecks, and you can adjust how much storage you give to the app as you see fit, and the more storage you allocate, the better the experience for you and your peers (diminishing returns). But even if you set your persistent cache to zero, you can still use the service, though you'll need to make a lot of DHT calls.
That said, it seems like an interesting system and IMO a step up from Lemmy, because it reduces the cost to self-host (don't need a copy of all data for every community you use, just the communities you own). I'll certainly be tracking development, but I don't currently use Telegram and want to work on my own project for now before getting involved in another project. Once I've proven the technical bits and feel comfortable sharing it, I'll take a call on whether I'll continue development or join some other project.
Thanks for the offer, but I'll stick to watching the project on Github for now, and maybe I'll play with it a bit in my spare time. If you had a Matrix channel instead, I'd join and at least read through the discussion there.