I’ve gotten a bit tired of Nextcloud as of late an I’m curious it is a viable alternative. I like having Nextcloud Talk but I can live without it.
Nextcloud is the improvement.
Owncloud seems to be pretty much over IIRC.
The company behind it got bought be some american company in 2023, that promised that everything will “stay as open as it is” - you won’t believe what happened next ;)
Then recently many of the developers left to join OpenCloud, which seems to be a fork of owncloud, lead by a german open source veteran.
NextCloud already forked from owncloud?
Well, yes, but…
nextcloud forked owncloud back when there was only the php codebase.
opencloud forked owncloud ocis, which is a rewrite in go.
So while both forked “owncloud”, or “something named owncloud”, i doubt they’ll have any code in common.
I really would like to switch to them, it seems way more responsive than Nextcloud and I only really need a Web/CalDav server and don’t want to have that in two different services
Be aware there are basically two different things called Owncloud. There’s still the original php version, which is similar to nextcloud but worse (not open source, smaller plugin ecosystem I think)
On the other hand is owncloud “infinite scale” (or ocis). This is the thing entirely written in go. But as others have pointed out, it’s little more than a file server at this point.
IMO the self-hosting community is really missing a self-contained “all the DAVs” server (files, calendar, contacts). Baikal etc seem like a great start, but it would be great to have somewhere to get those parts pre-assembled. Until then, nextcloud works for me.
Yeah, I thought that as well. Just give me a headless Dav Server and have people create frontends for it
In the beginning, there was ownCloud. They were a good FLOSS offering that decided to start catering solely to corporate customers in the hopes of juicy support contracts. The community who had been contributing the majority of the code gave them a mighty “Fork you” and created NextCloud.
That was about ten years ago. I haven’t looked into ownCloud for the last seven or so, but it had stagnated pretty badly by that point. Maybe they’ve gotten some fresh blood since then, but you’ll likely find it to be quite lacking in features and plugins comparatively.
I like that they are using Go instead of Php
That’s interesting that they refactored it. Maybe there have been some improvements made over the last seven years.
It wasn’t refactored. It was totally rewritten
That doesn’t mean it is actually good though
I had heard they had rewritten it in go and got a lot more performant, not sure what else they have done. I don’t care much about the politics as long as it’s still open source (is it?).
That said, I’m a happy nextcloud user and I don’t see a reason to switch (after moving both data and db onto SSDs it’s much faster, so maybe php wasn’t the bottleneck).
I talked about it here last year
Tried it but couldn’t get the Linux client to connect to it no matter what I tried. I went back to NextCloud. But as I only ever used the file sync I ultimately switched to Seafile
I used to but had issues with it. Switched to Nextcloud.
I am using Owncloud OCIS now. A much leaner version and provides just the file sharing and doc editing feature.
Hosting with docker with just one container is fairly straight forward and easy if you don’t need document editors.
So far has been very performant.
Yep. I like next cloud much better.
Yeah I just need to clean up my install so it isn’t so bogged down.
You running it on bare metal? Much better that way vs docker in my experience
I’ve been using a docker stack for Nextcloud for years without issues, after switching to postgres it also got a lot faster
I might switch to AIO. Maybe podman if I get inspired. Bare metal is just way to hard to maintain. I could automate it with Ansible but at that point I might as well use containers.
AIO is performant and much easier to maintain. If there was a method to try to run Nextcloud in the last decade, I probably tried it, and nothing has compared to the AIO.
I’ve had no problems with the normal nextcloud apache container for the last couple years. I lock to a major version and let it update itself on the minors until I feel like like changing the yaml to the next major. I’ve gone from 24 to 30 this way without issue.
Actually, I do have to install the contacts and calendar apps from time to time but that’s only when I want to use the webUI for them, caldav/carddav has always worked.