OCIS: Addressing Nextcloud issues, including scalability

I and many friends have had a wide range of problems with Nextcloud. It is the first thing people tend to self-host, and also the most component to migrate off from. Calendar, photo upload, share links, etc.

Remember the thing Nextcloud forked from and was ‘superior’ to? Enter ownCloud. While Nextcloud was sleeping, they rewrote the whole thing in Go and Vue while targeting Kubernetes. It addresses my Nextcloud pain points in the docs. The downside: it has a weird name.

@wendell mentioned in https://www.youtube.com/watch?v=LMmquUxQqis that Nextcloud has scalability problems, and having recently learned about the existence of OCIS myself, I thought I’d share.

1 Like

There are a bunch of services you could run instead of a giant one that tries to do everything, that usually fixes a bunch of issues.

2 Likes

Difficulty scaling? It’s just a Lamp app. The way you’d scale would be old school and not be as easy as stuff designed for K8s from the start so I can see that.