Looking for a Ready-to-Use Docker Compose File for OCIS or Seafile (Switching from Nextcloud AIO)
Nextcloud (AIO) has been a nightmare š«. Iām planning to ditch it since I donāt have the time to keep tweaking it or dealing with constant issues.
Now, Iām torn between Seafile and OwnCloud.
I was interested in trying OCIS but couldnāt find a ready-to-use Docker Compose file. If anyone has one, Iād greatly appreciate it!
Also, Iāve read concerns about how Seafile stores files. Is that still an issue?
I use Portainer to manage containers, but Iām okay with a manual setup too. I just need a ready-to-use Compose file for quick deployment.
Maybe because of my background, but Iāve never had an issue standing up or maintaining a Nextcloud instance. Especially since the AIO release. Hell, I was shocked how easy it was to migrate.
Iām not saying itās the best software, but itās always just worked. Iāve been using it since I dropped own cloud for the nextcloud fork. What common issues are people having with the infrastructure?
Yeah I'm really curious where the difficulty lies. Nextcloud was one of the earliest, if not the first, services that I deployed on a server when learning about Linux/Docker from scratch. The evolution of my setup has mostly been through my better understanding of container management practices than through anything Nextcloud specific.
My only Nextcloud specific issue has to do with the implementation of a reverse proxy (NPM) breaking the ability for my Nextcloud and OnlyOffice containers ability to connect - and I've not been so fixed about it that I haven't really sat down trying to figure a fix.
Not directly an issue, however I found NextCloud and OwnCloud to much bloated and not very responsive. I tried all the possible alternatives and they all had some strange drawbacks (proprietary database, chunked into some weired file format...)
Sure I could just use my nextcloud instance without all the possible add-ons, but I just wanted a simple and a reliable cloud service that just syncs my files between my devices without all the bloat.
My final argument would be that it is written in PHP... Programming language of the past ! While I'm probably wrong on this one and I do have no idea of the programming language realm and probably evolved over time, I do prefer something written in a newer more "secure" language.
So that's why I settled with syncthing. It's not a cloud service but a syncing service. It's different but has the same purpose in the end with more configuration options on how/where and when to sync between my devices.
As a final note (cauz I remembered something) 3 years ago I had a really hard time to make NextCloud work properly, via docker, with my reverse proxie (Treafik) I had to allow it manually in a configuration file and still didn't work great, but was probably my skill issues at that time :).