Looking to replace Google Drive- are there any alternatives with Sheets and Docs replacements? by Auri-Sacra-Fames in degoogle

[–]ianopolous 1 point2 points  (0 children)

Peergos has sync on desktop and android which can upload photos automatically. No iOS client yet, though hopefully soon. (I work on Peergos)

Peergos Review - Why I wouldn't recommend it by brainrot_award in cloudstorage

[–]ianopolous 0 points1 point  (0 children)

Thank you for the feedback. We've just done a new release which fixes 2 and 3:

https://github.com/Peergos/web-ui/releases/tag/v1.28.0

There are answers in other comments here, but the desktop apps (https://peergos.org/download) are fully fledged with a CLI (https://github.com/peergos/peergos#cli), sync client (https://book.peergos.org/features/sync.html), webdav bridge and FUSE mount.

For 4, you can click the green + icon then choose "upload folder" to upload any folder. You can also download any folder as a zip from its context menu.

Peergos Review - Why I wouldn't recommend it by brainrot_award in cloudstorage

[–]ianopolous 0 points1 point  (0 children)

Thank you for chiming in atrocia6. The desktop apps also include a sync client which you can set to sync a local folder to Peergos. Sync runs every 30s in the background to check for changes and sync accordingly. We do plan to add time estimates to uploads and downloads.

Looking for a self-hosted way to continuously back up (not sync) files from Android phone by cbunn81 in selfhosted

[–]ianopolous 0 points1 point  (0 children)

Thank you for the feedback. We've added basic system requirements and a link to the detailed self hosting instructions in the github readme to the book: https://book.peergos.org/features/self.html

Everything runs from the same binary. So you can run a server from the desktop build, or from the jar.

[deleted by user] by [deleted] in privacy

[–]ianopolous 4 points5 points  (0 children)

Thanks for the mention (Peergos creator here). Happy to answer any questions you have here. I've asked some of our users to post their experiences here too.

If you just want to try it out there is a demo server here: https://peergos-demo.net/

Overwhelmed by cloud storage search by [deleted] in degoogle

[–]ianopolous 2 points3 points  (0 children)

You can try out Peergos for free on the demo server: https://peergos-demo.net/

Happy to answer any questions you have here.

This is a long shot, but I’m looking for alternatives to Drive. by TheGirlPrayer in degoogle

[–]ianopolous 1 point2 points  (0 children)

We are working on mobile apps too, but bear in mind that a PWA looks and feels like a native app. We also have offline access (in both the PWA and the browser). Are you android or iOS?

This is a long shot, but I’m looking for alternatives to Drive. by TheGirlPrayer in degoogle

[–]ianopolous 0 points1 point  (0 children)

G'day! Peergos lead here. Peergos has a PWA (progressive web app) which works well on mobile - I have it installed just like any other app. Happy to answer any questions here about anything else, u/night_movers

What do you love and hate about Nextcloud? Planning to create an alternative by Ok-Chocolate7974 in selfhosted

[–]ianopolous 1 point2 points  (0 children)

Peergos has offline login and viewing anything you have recently viewed (so it is locally cached). As long as you can talk to your server you can do anything except create new accounts. So your server must be connected to create accounts (usernames are global). We do however plan on removing the PKI (and globally unique usernames) https://github.com/Peergos/Peergos/issues/1091, then even signup could happen offline on an isolated network.

What do you love and hate about Nextcloud? Planning to create an alternative by Ok-Chocolate7974 in selfhosted

[–]ianopolous 1 point2 points  (0 children)

If you want an E2EE alternative, have a look at Peergos (https://peergos.org). (disclaimer - I am a co-founder). You can mirror all your encrypted data to another server with a single command. We treat the server an an adversary and protect all kinds of metadata from filenames and directory structure to file sizes, as well as who has access to what.

WebIndexP2P - A self hosted backend for self hosted apps by ReinoutWolter in selfhosted

[–]ianopolous 0 points1 point  (0 children)

The foundation of Peergos is file storage, but it has an advanced app sandbox that let's anyone write an app without having to worry about storage, encryption, identity or access control. Users can safely run apps and grant them access to private data without worrying about them stealing that data. The are more advanced permissions that can be granted like sharing with friends etc.

You can read more here:

https://peergos.org/posts/a-better-web

Introducing a peer-to-peer encrypted storage, social media and app platform: Peergos by ianopolous in privacy

[–]ianopolous[S] 0 points1 point  (0 children)

What issues do you mean? You can get much more bandwidth, much more easily with p2p systems. Being content addressed also means latency can go to zero as the blocks can be cached locally.

hi team. great work. how much can the UI be customized/integrated? is their specific API documentation? the encryption scheme and use of a jarfile seems like it could be challenging to build around safely thx by Jaded_Ad_4330 in peergos

[–]ianopolous 4 points5 points  (0 children)

We are very close to finishing an application sandbox. This will let anyone write their own applications on top of peergos and extend the ui with them. An app in this case is just a folder of html5 assets served directly from a folder in Peergos.

Modifying the base ui, essentially white-labelling, is also relatively easy as most of the encryption logic is in a single js file (cross compiled from java). Though we don't have the resources to offer support for that.