Earlier quoted context omitted.
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?
Nextcloud and OpenBSD = <3
31–40 of 42 posts
Re: Nextcloud and OpenBSD = <3
#32I wanted to like Nextcloud, and I made a real effort two different times (hetzner metal servers with attached storage). Both times it would eventually run into sync problems, where it would just get stuck and refuse to keep things in sync. I had the same problem with Onedrive (it was worse). Tresorit was very good and reliable and theoretically very secure, but it was some financial cost. The last thing I tried is Ap…
Work your computer from sleep? Server offline!
Moon in the wrong phase? Server offline!
This isn't remote. This is the client and server on the same network.
Worse, the client never seems to retry on its own, and stays offline almost indefinitely. I've ended up with multiple sync conflicts because of this.
Even worse, there's no easily accessible button that says "try now." Pausing and resuming sync doesn't work.
On Windows it's the only software I update semi-regularly that insists on rebooting the whole computer, and yes, that includes other software that integrates into File Explorer.
I've also developed a strong dislike of their weird, "pretty", application-window-in-a-drop-down-menu interface. Just have a simple interface that respects the conventions of the host OS's UI, please...
Re: Nextcloud and OpenBSD = <3
#33Earlier quoted context omitted.
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.nex…
Hetzner are great but you can't encrypt Hetzner Storage boxes. How do you keep your setup secured?
Re: Nextcloud and OpenBSD = <3
#34I wish nextcloud architecture could move to a more stateless version. It was a huge step forward allowing envars to setup the installation and using a S3 for objects as using it with containers was a PITA. There are still post installation items that don’t allow to just move the server easily. Instanceid, version and others are still generated in config/config.php. Plugins are another one. It’s definitely a great pro…
Re: Nextcloud and OpenBSD = <3
#35Nextcloud is fantastic. I'm personally running it on a Debian 11 server. I like the web-ui more than for example onedrive or gdrive, and it's not even that hard to setup.
Do you run it at your home or on some VPS? If the latter, and if you don't mind my asking, where do you find affordable storage for your VPS? The biggest hurdle for me to use Nextcloud is that attaching a large storage to a VPS seems to be quite a bit more expensive than using Google drive, etc. My current VPS is on DigitalOcean, which asks for $100/month for 1TB storage. (To be fair to DO, the storage is SSD, but in…
Re: Nextcloud and OpenBSD = <3
#36Earlier quoted context omitted.
I use hetzner storage. You can attach it as external storage and costs 4 EUR https://www.hetzner.com/storage/storage-box?country=de
There's also Herzner storage share with is slightly more pricy at about 5 EUR but they manage nextcloud for you. https://www.hetzner.com/storage/storage-share Although, as I understand it they don't actually financially support nextcloud. If you want hosted nextcloud that sends money back to development https://thegood.cloud/ or similar would do it.
But feel free to donate to another open source project:
Re: Nextcloud and OpenBSD = <3
#37Earlier quoted context omitted.
Hetzner are great but you can't encrypt Hetzner Storage boxes. How do you keep your setup secured?
Nextcloud supports e2ee with a variety of controls, specifically for object storage on an untrusted host.
Re: Nextcloud and OpenBSD = <3
#38Earlier quoted context omitted.
what are the drawbacks for you to run it in a home server?
I'm not the OP but for me it's connectivity (my home connection can be flaky at times) and maintaining a server with all the updates. I'd rather do it on shared hosting.
Re: Nextcloud and OpenBSD = <3
#39Earlier quoted context omitted.
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.