nemesis1733@lemmy.world to Open Source@lemmy.ml · 3 days agoA decentralized end-to-end encrypted chat applemmy.mlimagemessage-square23fedilinkarrow-up1107arrow-down13file-text
arrow-up1104arrow-down1imageA decentralized end-to-end encrypted chat applemmy.mlnemesis1733@lemmy.world to Open Source@lemmy.ml · 3 days agomessage-square23fedilinkfile-text
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up6arrow-down1·3 days agoHow does it work under the hood? I mean how do you hook up and teconnect with people in a decentralised manner?
minus-squarenemesis1733@lemmy.worldOPlinkfedilinkarrow-up3arrow-down1·3 days agoIt works similar to Matrix which is federated
minus-squarenemesis1733@lemmy.worldOPlinkfedilinkarrow-up1·2 days agoHomeserver is essentially a distributed chat relay so clients post messages to rooms and the server relays those messages to its peers
minus-squarenemesis1733@lemmy.worldOPlinkfedilinkarrow-up1·2 days agoOfficial homeserver (https://phoenixim.site/) is hosted on a VPS and all homeservers are interconnected via federation
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up1·edit-22 days agoThanks. So the VPS acts as a jump start or bootstrap and then it’s not used any more? If so, then I must say nice job. If not then it’s kind of a not so decentralised, right?
minus-squarenemesis1733@lemmy.worldOPlinkfedilinkarrow-up2·2 days agoYeah official homeserver also acts as a bootstrap server
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up1·2 days agoCan discussions survive without it, after they have started?
minus-squareFerk@lemmy.mllinkfedilinkarrow-up1·edit-22 days agoI see it has Tor as a dependency. Does it make use of onion routing? in which way?
minus-squarenemesis1733@lemmy.worldOPlinkfedilinkarrow-up2·2 days agoOfficial homeserver supports federation over onion services and dockerfile hosts homeserver as onion service that’s why i added Tor as a dependency
How does it work under the hood? I mean how do you hook up and teconnect with people in a decentralised manner?
It works similar to Matrix which is federated
Any pointers on how that works :-D ?
Homeserver is essentially a distributed chat relay so clients post messages to rooms and the server relays those messages to its peers
And the server is where?
Official homeserver (https://phoenixim.site/) is hosted on a VPS and all homeservers are interconnected via federation
Thanks.
So the VPS acts as a jump start or bootstrap and then it’s not used any more?
If so, then I must say nice job.
If not then it’s kind of a not so decentralised, right?
Yeah official homeserver also acts as a bootstrap server
Can discussions survive without it, after they have started?
I see it has Tor as a dependency. Does it make use of onion routing? in which way?
Official homeserver supports federation over onion services and dockerfile hosts homeserver as onion service that’s why i added Tor as a dependency