this post was submitted on 18 Jul 2026
20 points (95.5% liked)

Privacy

49906 readers
448 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

It doesn't seem to exist. I'd like a solution to upload and sync my photos and my KeePass database, but I'm really hesitant to upload personal photos unencrypted to services exposed to the internet. Unfortunately self-hosting a Nextcloud instance on my LAN isn't possible at this moment, but maybe a VPS with a strict firewall and a mesh VPN like Tailscale or Netbird? But honestly I'd rather just pay someone for the trouble.

What do you suggest? Clients need to be FOSS and available on Linux and Android, and on Android they need to be available on F-Droid (thus no proprietary blobs or libraries from Google).

top 43 comments
sorted by: hot top controversial new old
[–] habitualTartare@lemmy.world 11 points 2 days ago (1 children)

ente photos and locker is open source and offers a paid hosted option or self hosted. https://ente.com/

[–] blight@piefed.blahaj.zone 4 points 2 days ago

Unfortunately Locker doesn't have a client for Linux, otherwise it would've been an alright contender.

[–] MangoPenguin@lemmy.blahaj.zone 8 points 2 days ago* (last edited 2 days ago)

Cryptomator + some cloud storage is the only thing that comes to mind that's easy to use and cross-platform.

Either that or rclone + crypt, but that's a bit more of a hassle.

[–] PierceTheBubble@lemmy.ml 7 points 2 days ago* (last edited 2 days ago) (2 children)

Perhaps Cryptomator could be an option, where trust in the cloud provider isn't required

[–] blight@piefed.blahaj.zone 3 points 2 days ago

Thanks! I'll do some research about it.

[–] LedgeDrop@lemmy.zip 1 points 2 days ago (2 children)

I'm curious: How is Cryptomator better/worse than running rclone with client-side encryption?

[–] wotaku@discuss.tchncs.de 3 points 2 days ago* (last edited 2 days ago)

Its the same. I prefer rclone since I am more comfortable using CLI (faster). But in terms of encryption, both can use AES-256 which is the best in the world rn.

[–] marcie@lemmy.ml 2 points 2 days ago* (last edited 2 days ago)

i find its easier to just copy paste cryptomator everywhere into backups than rclones built in setup

[–] superglue@lemmy.dbzer0.com 6 points 2 days ago (1 children)

Photos is actually something that I don't want to be E2EE when self hosting, so I host immich myself. But since you said it's not an option, id go with Ente. They are encrypted and they have paid options.

The reason I don't want it to be encrypted is I want my family to be able to easily retrieve the photos in case I die. I actually have a drive I occasionally backup in my safe that has all our family photos on it unprotected. That way in case I die unexpectedly my kids dont lose them all.

[–] blight@piefed.blahaj.zone 2 points 2 days ago (1 children)

Isn't it easier to come up with a way to share the passphrase or key file for the encrypted photos in the case of your death? Don't get me wrong though, there are many pros to unencrypted photos, but the con of having them leaked to the internet in case the server(s) are compromised weighs far heavier than the pros unfortunately. At least when it comes to hosting them on a VPS.

[–] superglue@lemmy.dbzer0.com 3 points 2 days ago (2 children)

I don't think a hacker is going to care about my family photos in the event of a breach. They are going to try to mine crypto, add me to a botnet or try to get money out of me.

If you have any sensitive photos then ya those should be encrypted at rest. In that case I'd keep them off a server entirely.

[–] blight@piefed.blahaj.zone 2 points 2 days ago (1 children)

I guess we value privacy and integrity differently. I consider all of my personal data sensitive.

[–] superglue@lemmy.dbzer0.com 4 points 2 days ago

Not sure what integrity has to do with it. As for privacy, it's on a VLAN with no external ports open to it and is regularly patched. I'm not worried.

[–] queermunist@lemmy.ml 1 points 2 days ago (1 children)

These days they might train a chatbot on your photos, texts, and voice recordings to try and scam relatives.

[–] superglue@lemmy.dbzer0.com 1 points 2 days ago

I suppose, that scenario just feels so far out there for me to worry about. I like being able to guarantee my family photos will not be lost.

I did actually try out Ente photos once and it actually worried me a little. It was buggy at the time, and I worried my photos would actually end up stuck in an encrypted Ente instance after a bad update.

I backup the immich directory directly onto the drive, so no matter what, even if I mess up immich, I still have my photos.

[–] Eggman@thelemmy.club 1 points 2 days ago

Cryptomator and cloud storage or termix and rclone.

[–] solrize@lemmy.ml 3 points 2 days ago* (last edited 2 days ago) (1 children)

Don't put your Keepass on a remote server! Jeez. For your photos you could run Nextcloud on a VPS with an encrypted file system. That wouldn't be super duper secure (the host could get the keys out from the running VPS) and you'd have to deal with reloading keys every time you rebooted the VPS for whatever reason, but it's a pretty simple thing to do. IDK if that would count as E2EE since the VPS does see the plaintext in transit.

Maybe you could do something with SSHFS and an encrypted disk image (all encryption and decryption is on the client side) but that starts getting slow and flaky.

Tbh I don't bother with anything like that for my own photos. They're just on my local machine and not on the network. I have some encrypted Borg backups on a remote server but no Nextcloud or anything like that.

[–] blight@piefed.blahaj.zone 3 points 2 days ago (1 children)

Don’t put your Keepass on a remote server!

Why not? It's encrypted.

IDK if that would count as E2EE

It doesn't.

[–] solrize@lemmy.ml 2 points 2 days ago* (last edited 2 days ago) (1 children)

When you say E2EE that usually refers to encryption and decryption at each end. So the endpoints see the plaintext but it's encrypted in transit.

I think you don't want E2EE in the above sense. You want all the encryption and decryption to be on the client, i.e. you want encrypted remote storage where the server side ONLY sees ciphertext.

Anyway yeah, maybe just SSHFS or NFS to an encrypted disk image on the loopback FS of your local machine. I think the remote side shouldn't even have a file system (i.e. that exposes metadata like file sizes) rather than just a raw disk-like image. But, it could still be possible for someone monitoring disk activity on the server side to infer some things about that.

How much data are you talking about? What is your budget? You might be better off with a dedicated server, e.g. Hetzner server auction. That would make various active monitoring at the host less likely. You'd still want to encrypt in about the same way as you would a VPS.

You are trying to serve a LAN? You mention you can't use a local server, but if "can't" only means it's inconvenient, it might be worth the effort anyway. Come to think of it, a transatlantic internet connection will also be pretty slow.

[–] blight@piefed.blahaj.zone 4 points 2 days ago (1 children)

If that were true, TLS/HTTPS would count as E2EE. I don't think your definition is correct, but I could of course be wrong. But yes, I want client side encryption.

But thanks, I'll think about it.

[–] solrize@lemmy.ml 2 points 2 days ago* (last edited 2 days ago)

Yeah, I guess E2EE usually depicts two clients connected through a server. So the clients (the "ends") have keys but the server doesn't. In your picture there's only one "end". So it may be better to just say client-side encryption.

[–] FrostyPolicy@suppo.fi 3 points 2 days ago (1 children)

How about Filen? They are a zero knowledge E2EE service. I use them personally. They have a pay once option as well. Their clients are open source. Source available in GitHub.

[–] blight@piefed.blahaj.zone 2 points 2 days ago (2 children)

Their Android client isn't on F-Droid and their repository for the Android client is super weird: https://github.com/FilenCloudDienste/filen-ts

There's not even a file declaring the license, nor any APK releases to download so it seems like you can't get it outside of the Google Play store.

[–] AcornTickler@sh.itjust.works 1 points 2 days ago

I just remembered that I used to download the app with Obtainium from this repository. They have archived this repo four days and I don't yet know what's going on. The license in the aforementioned repo is GPL v3.

[–] FrostyPolicy@suppo.fi 1 points 2 days ago

Should have checked all the repos beforehand 🤦‍♂️. I use Aurora Store when Play Store is the only option (available in F-Droid). With the anonymous option of course.

[–] adespoton@lemmy.ca 3 points 2 days ago (1 children)

Doesn’t NextCloud fall under this? They offer professional cloud services if you don’t want to stand up your own instance — that’s how they make their money.

[–] blight@piefed.blahaj.zone 3 points 2 days ago (1 children)

Sure, but as far as I can tell its E2EE implementation is subpar. There are ton of providers that offer NC hosting, including Hetzner, but my main concern is encryption. Do you have any experience with it?

[–] adespoton@lemmy.ca 2 points 2 days ago

I run my own, so data at rest is encrypted and the transport layer is TLS encrypted; there’s no data layer encryption option that I can see through.

[–] HappyFrog@lemmy.blahaj.zone 1 points 2 days ago

I use mega, they have everything encrypted and have the source code for their apps open.

[–] ultranaut@lemmy.world 2 points 2 days ago

Ente for photos. It has fully replaced Google Photos for me.

[–] moonpiedumplings@programming.dev 2 points 2 days ago* (last edited 2 days ago) (1 children)

I use syncthing to sync my KeePass database. I have a small VPS that I can sync to for when wifi is weird/as a backup, and Syncthing can do E2EE sync to a remote device, which is what I'm using. So all the files on the VPS are encrypted, but my phone or my computer can pull and push to the VPS.

Technically, you don't even need a public endpoint, devices on the same network should be able to find eachother, and even over the internet devices should be able to find eachother through Syncthing's e2ee public relay servers. However, in my experience syncthing over the internet has been unreliable, so I use a VPS.

[–] blight@piefed.blahaj.zone 1 points 2 days ago (2 children)

I've been hesitant to use Syncthing since the whole drama a while ago, and I don't trust the current maintainer (it screams AI slop in my opinion). There are some alternative frontends for Android on F-Droid but there is not a lot of information about them.

[–] moonpiedumplings@programming.dev 4 points 2 days ago* (last edited 2 days ago)

The drama has mostly been cleared up. This is the current Syncthing fork on F droid: https://github.com/researchxxl/syncthing-android . I don't see any signs of AI slop here.

If you don't trust that for whatever reason, there is also an alternative android app (on f droid ofc), which runs the Syncthing daemon, and which you can configure through the web ui: https://f-droid.org/en/packages/com.chiller3.basicsync/

Or, you can forgo android apps entirely, and run Syncthing directly in Termux (f droid link), via the Termux package. There is also the option of emulating a Linux distro in Termux and using the version of Syncthing packaged for Alpine/Debian/Arch's ARM versions. Though, that setup, with distro prooting, is a bit more involved. There also might be issues with Android killing background processes.

[–] _Nemo_@lemmy.ml 1 points 2 days ago

I feel you. Handoff was dodgy af. I've switched to BasicSync for this very reason. It's a minimal Frontend, handling only execution conditions on Android. All config is done through the webUI. It works great and avoids some, if not all of the trust issues.

[–] quantumcrop@lemmy.today 1 points 2 days ago (1 children)

Apparently Tutanota is going to launch a cloud storage service at some point soon. They sent out an email about it a few weeks ago.

[–] blight@piefed.blahaj.zone 1 points 2 days ago

Yeah, I'm a user of Tuta mail myself so I'm quite excited to see what they've come up with!

[–] Steve@communick.news 1 points 2 days ago* (last edited 2 days ago) (2 children)

There are plenty if you drop the free requirement.
Hosting a server does cost money.

[–] solrize@lemmy.ml 3 points 2 days ago (1 children)

I don't think OP was looking for free hosting. Free software, yes, sure.

[–] Steve@communick.news 0 points 2 days ago

The software is always free

[–] blight@piefed.blahaj.zone 1 points 2 days ago (1 children)

I definitely don't mind paying, in fact I prefer it. The service being free was never a requirement from my side. Can you recommend some alternatives?

[–] Steve@communick.news 0 points 2 days ago* (last edited 2 days ago)

Proton has a new Linux CLI client, and the Android APK is available for direct download.

I don't know if the Linux client has been Open Sourced yet.

I think you already have recommendations for the others I know of.

[–] YourAvgMortal@lemmy.world 1 points 2 days ago (1 children)

What exactly would you like? If you want something like an EC2 instance (or the google/azure equivalent), those have volumes are encrypted at rest, and you can install all your services you need including a VPN and SSL certificates.

[–] blight@piefed.blahaj.zone 2 points 2 days ago

At rest disk encryption is super easy to set up, but that's different from E2EE. Key management and encryption should happen client side.