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
The blockchain components meant it was dead on arrival.
The reason why we picked Blockchain name systems is because they're the only way of having a full control over a name. There are lot of examples online with people getting their DNS revoked. What do you think the problem is with blockchain components?
Also, blockchain are only used for resolving names, which is a small part of Plebbit, the rest of stack is P2P.
Yeah, that's a super uninformed take. Blockchain is perhaps the best solution for authentication in a P2P system. I assume they're linking blockchain to cryptocurrency, but AFAIK, there's no cryptocurrency in Plebbit.
For authentication, you need a central authority of some form, and blockchain is about as decentralized as you can get while having that central source of truth. It's a good solution.
People constantly told OP that, but they just won't stop making posts about it
Not that the blockchain itself is a Bad idea, but after like a year or 2 of becoming popular it will be impossible for anyone to have a locally stored coin because they will be just multiple petabytes big
My understanding is the blockchain bit is optional and only used to establish ownership over a name. The posts and whatnot are not on a blockchain, that would be silly.
Plebbit is not a blockchain, it's P2P and all content on the network is content addressable. There's nothing to "sync"
I'm a little confused on this point. I took a look at their whitepaper and it says that they're not using blockchain at all. It's some sort of ~~proprietary~~ (edit: apparently open source) peer to peer algorithm. Is this something that changed in implementation? I'm not really familiar with this project so I'm certainly not trying to defend anything, just unclear as to why people are calling it a blockchain project specifically.
Edit: OK, after some more digging I see what people are talking about. The project itself isn't blockchain based, but it's run by a DAO that operates using a governance token, which is not exactly great.
If community owners want to set a blockchain name like
hello.eth
orhello.sns
it's possible, but it's optional.Not true, it's free software released under GPL V2, check out plebbit-js
What is the problem with DAOs? I think they're a great way of facilitating coordination between anons on the internet
So, from what I've read, and you're welcome to correct me if I'm wrong on any of the facts here, your DAO operates using a governance token that can be traded on crypto markets.
If that's the case, those are just grey-market voting shares. All you've done is create a corporation and sell shares, while avoiding all of the legal protections that would be afforded to your shareholders if you actually went through the process of creating a corporation and holding an IPO.
So, based on those facts as I understand them, I guess I'd say I have two problems.
The token is not forced upon anyone, and even if we start including it in the clients somehow, anybody can fork the clients and remove any token related stuff out of it.
Tokenizing your own project is a great way of supporting development without selling shares to VCs who only care about hyper growth, regardless of the ideals of the project.
Not sure what you mean by that, everything we do is out in the open.
I completely lost interest for the project at this point of the text
Not true, it’s free software released under GPL V2, check out plebbit-js
Lmfao I actually made a huge frown upon reading that
That's a reasonable reaction if it was true. But it's not, plebbit is FOSS.
I'm looking for a link to the protocol source (like the blockchain integration). I can't find it
I don't think it's in here https://github.com/orgs/plebbit/repositories
I'm pretty sure it's just for community names. If you check out one of the clients, you'll see .eth. So I'd look at the code for creating a community to start.