Hacker News new | ask | show | jobs
by ianopolous 858 days ago
If you're interested in an open source, (including the server) self hostable, E2EE and federated/p2p storage, sharing and app protocol (including calendar, docs etc) who doesn't have VC investors, check out Peergos:

https://peergos.org

Tech book - https://book.peergos.org

Source - https://github.com/peergos/peergos

Sign up to our server - https://peergos.net/?signup=true

4 comments

Interesting. Peergos seems to be a lot like a self-hosted Dropbox. How does it compare to ownCloud and Nextcloud?
We treat the server as an adversary. So everything is chunked an encrypted so the server can't see file data, filenames, file sizes, whether something is a file or dir, who has access to a file, who your friend are etc. Everything is signed so servers can't tamper with your data either.

We also use a p2p and self-authenticated protocol so it is easy to migrate servers whilst keeping your identity, friends and data.

Interesting, in selfhosted discussions, I usually hear about that as a negative (it comes up frequently in the seafile - nextcloud comparison). It makes sense, but I hadn’t heard the pro-part of the argument before.
I used to self host Nextcloud and securing it ended up being very complicated
I selfhost it, and I have no issues.
How did you secure your setup?
I can highly recommend this system. Have been using it for years now, since it was alpha - for sensitive data and for any other data, instead of things like Dropbox or G-drive. Convenient, easy, safe. Thanks!
Interesting, I really like your technical blogs https://peergos.org/blog.
Thank you. We need to blog more - there is a huge backlog of things I want to talk about. Happy to answer any questions you have here.
Love the idea of this, wish it had a Docker Container to make deployment easier.
We don't use docker ourselves, but there is a docker image: https://github.com/Peergos/web-ui/pkgs/container/web-ui/1561...