this post was submitted on 18 Apr 2024
25 points (96.3% liked)

Proton

5061 readers
53 users here now

Empowering you to choose a better internet where privacy is the default. Protect yourself online with Proton Mail, Proton VPN, Proton Calendar, Proton Drive. Proton Pass and SimpleLogin.

Proton Mail is the world's largest secure email provider. Swiss, end-to-end encrypted, private, and free.

Proton VPN is the world’s only open-source, publicly audited, unlimited and free VPN. Swiss-based, no-ads, and no-logs.

Proton Calendar is the world's first end-to-end encrypted calendar that allows you to keep your life private.

Proton Drive is a free end-to-end encrypted cloud storage that allows you to securely backup and share your files. It's open source, publicly audited, and Swiss-based.

Proton Pass Proton Pass is a free and open-source password manager which brings a higher level of security with rigorous end-to-end encryption of all data (including usernames, URLs, notes, and more) and email alias support.

SimpleLogin lets you send and receive emails anonymously via easily-generated unique email aliases.

founded 1 year ago
MODERATORS
 

I'm looking to reduce my dependence on Google services as much as possible, and Proton seems to offer the most comprehensive private suite. A number of things seemed to be missing, but most of my information is from reviews that could be out of date. So I wanted to ask which of these features Proton can replicate.

  • Thunderbird mail syncing (without paid plan?)
  • Thunderbird calendar syncing
  • Calendar sharing
  • Easy move from google drive to proton drive
  • Sync android photos like google photos
  • Offline file saving for specific files in proton drive on android
  • Sync with folder or mount on linux (smb or similar)
you are viewing a single comment's thread
view the rest of the comments
[–] sloppy_diffuser@sh.itjust.works 1 points 5 months ago

You can use rclone to mount: https://rclone.org/protondrive/

Its bi-sync is a little janky for replication. I use B2 Backblaze for my storage that hides instead of deletes by default. I've "hidden" everything before on accident.

I prefer to unidirectional sync, similar to git, but avoiding merges. My local files are in a crypt "remote" so I have to mount. I wrote a simple script to pull, mount, unmount, push to simplify things.