Hacker News new | ask | show | jobs
by V__ 1223 days ago
I have a VPS for web hosting, but not enough storage for my Nextcloud needs. As mentioned by others, Hetzners Storage Box [1] has great value. I hooked up the latter to the former using Nextclouds External Storage and it works flawlessly. You could even think about running Nextcloud locally on a RaspPi and using this method to hook up cloud storage.

[1] https://www.hetzner.com/storage/storage-box [2] https://docs.nextcloud.com/server/latest/admin_manual/config...

1 comments

Hetzner are great but you can't encrypt Hetzner Storage boxes. How do you keep your setup secured?
Most of my files are private but not sensitive, so I basically just trust them for those. A few sensitive files, which don't fit on the encrypted VPS, are encrypted classically using Veracrypt. I hope Nextcloud will support encrypting externally in the future, but for my use case it's not a big deal.
Thanks for the answer. So you've created a VeraCrypt file on your nextcloud folders?
Yes, it gets synched just like any other file inside my Nextcloud. However, if you have to often change the data inside, it might not be a suitable solution, since the file has to be uploaded as a whole. If it's a big container, it might be cumbersome to upload a few gig each time you make a small change.
Yes. Cryptomator is better in this regard.
I will have to take a look, thanks for the recommendation.
Nextcloud supports e2ee with a variety of controls, specifically for object storage on an untrusted host.
The keys are stored in the a folder on the server. I don't think it's good enough.