BrightCandle ,

It has been slowly improving. It used to be a lot worse but I have a lot less issues with it now than I did before all the changes. Its not the fastest best way to do anything, there are better calendar, file sync, email etc etc applications out there in every category that run better but its also quite an easy way to make a lot of things happen.

MTK ,

I run the official docker with mariadb and it was never an issue for me

ikidd ,
@ikidd@lemmy.world avatar

Nextcloud is fine. Use the All-in-One master container, it's faster than any other way I've installed it. I've tried every method from bare metal to docker to NextcloudPi and it's the fastest and easiest to maintain.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

Its not slow and clunky for me

sardaukar ,

I keep trying it every couple of years to see if it works better, but nah. Even with MySQL/PG + Redis, it's still slow and clunky. Maybe in 2026

MangoPenguin ,
@MangoPenguin@lemmy.blahaj.zone avatar

I assume it's just not built to be fast, because it's still slow even with MySQL, Redis, high PHP memory limits, a fast CPU and NVMe storage, and so on.

Last time I tested it I had a load time of 1-2 seconds just to bring up the files interface, it feels laggy no matter what. And syncing a folder with ~50k files and 40GB or so in size takes a very long time compared to Syncthing or just syncing over SMB.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

Maybe use Postges? I'm using it with MariaDB and Redis and its pretty fast.

TCB13 , (edited )
@TCB13@lemmy.world avatar

What's wrong with Nextcloud, and why is it slow/clunky?

Yes it's a pile of shit. Nextcloud is garbage, very bad usability, more reasons and issues listed here: https://lemmy.world/comment/1571886 and https://lemmy.world/comment/346174

Is there a technical reason why it’s slow and clunky? Any problematic choices with how it was built?

Yes, like every single technical decision and line of code they've ever made. https://lemmy.world/comment/5490189

There's software that while good intended is simply garbage and NextCloud is a good example. They constantly market themselves as the self-hosted alternative to MS Office 365 / Google yet they never deliver.

Lem453 ,

A previous thread put it best. It always feels 75% complete.

I've been using it since back when it was owncloud. It never felt stable.

Finally went with seafile and it's super fast, stable and reliable.

TCB13 ,
@TCB13@lemmy.world avatar

Seafile, that's a name I haven't heard in a very long time. How does that work in terms of self-hosting limitations, mobile clients and sync? Do you have any experience with Synching for instance? How does it compare performance wise?

Lem453 ,

Seafile is extremely fast. I don't use syncthing so cant compare.

I use SSO with authentik and works very well with multiple users.

Android app doesn't have 2 way sync if you need that (nextcloud doesn't either).

There are no limitations with self hosted as far as I know. I just wanted a simple sync all that works with sso for multiple users and it works very well.

TCB13 ,
@TCB13@lemmy.world avatar

Great to know, last time I tried it I was running on a very weak ARM platform and while it worked way better than NC I was impressed with the performance. Thanks.

ogarcia ,
@ogarcia@lemmy.world avatar

Synching is currently the fastest and lightest you will find, but the concept is different from Seafile or Nextcloud. With Synching there is no central server, you have resources (folders) shared between nodes on a peer-to-peer basis. This has several advantages, the most obvious one is that if a node goes down the rest continues working, but also that if a file is available in two or more nodes when a new node enters it will download that file from all the nodes in which it is available. As a disadvantage we could say that there is no web server where to see the shared files, so you will not be able to enter a URL with username and password and browse the files and upload or download. You will not be able to share files with third parties through a URL either.

TCB13 ,
@TCB13@lemmy.world avatar

I know exactly how Synching works, the point is not the p2p nature of it, the point is that Nextcloud's sync performance and reliability isn't even comparable because the desktop clients, sync algorithm and server side tech (PHP) won't ever be as performant at dealing with files as Go is.

The way Nextcloud implemented sync is totally their decision and fault. Syncthing can be used in a more "client > server" architecture and there are professional deployments of that provided by Kastelo for enterprise customers with SSO integrations, web interfaces, user management and whatnot.

Nextcloud could've just implemented all their web UI and then rely on the Syncthing code for the desktop / mobile clients sync. Without even changing Syncthing's code, one way to achieve this would be launch a single Syncthing instance per NC user and then build a GUI around that that would communicate with the NC API do handle key exchanges with the core Syncthing process. Then add a few share options in the context menu and done.

This situation illustrates very clearly the issue with Nextcloud development and their decisions - they could've just leveraged the great engine that Syncthing has a backend for sync but instead, as stubborn as they are, they came up with an half assed-solution that in true Nextcloud fashion never delivers as promised.

Kynn ,

User management on syncthing ? I'd be interested by your source mate. This would incline me to try it. I currently use a ldap server for me and my friends. And seafile with the ldap.

TCB13 ,
@TCB13@lemmy.world avatar

You may want to read my post again as there's currently no user management in Syncthing. I just said that Kastelo provides a payed and very proprietary solution with user management for enterprise customers.

Anyways for anyone who wants to code a solution like that it isn't impossible, I proceeded to outline what Kastelo does on their solution and what Netcloud cloud've done.--

Kynn ,

Ok, I thought it was separated from the notion of pro support, like argument 1 and argument 2.
But I suppose that's on me.

Anyway, too bad, I would have looked forward to it :D. I don't need a client server model. But i do need replication and multi user access.

TCB13 ,
@TCB13@lemmy.world avatar

But i do need replication and multi user access.

You can setup one Syncthing instance per user for that. That's the way it was designed to work.

finn_der_mensch ,
@finn_der_mensch@discuss.tchncs.de avatar

Every of your links is about the webmail app not nextcloud as a whole

TCB13 ,
@TCB13@lemmy.world avatar

There's a lot more complains, besides the Mail "app" is a big advertised features of it and is developed by the core team.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

Just because it didn't work for you doesn't make it "shit". I've been running Nextcloud for a file and it works pretty good.

TCB13 ,
@TCB13@lemmy.world avatar

I've posted screenshots and a lot of detailed information of it failing. It's just not a question of personal preference, it's most like it has old bugs that aren't ever fixed and things keep piling.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

I've never ran into issues. Apparently your mileage may vary

SeaJ ,

Because SQLite is slow as balls. Use MariaDB and redis:

https://markontech.com/posts/setup-nextcloud-with-redis-using-docker/

bjoern_tantau ,
@bjoern_tantau@swg-empire.de avatar

PostgreSQL makes it faster still.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

Is there a migration guide?

bjoern_tantau ,
@bjoern_tantau@swg-empire.de avatar

Yes, should be easy to find. Nextcloud has a tool for that.

angrynomad ,

What I dont get is why so many years later, their android app still won't auto sync

poVoq ,
@poVoq@slrpnk.net avatar

Because that is not its intended function. If you want that just use Easy Sync with Nextcloud or another WebDAV server.

Saik0Shinigami ,
@Saik0Shinigami@lemmy.saik0.com avatar

Your both crazy. My shit syncs just fine.

angrynomad ,

Android actually pushes to folders on server without manually initiating?

Saik0Shinigami ,
@Saik0Shinigami@lemmy.saik0.com avatar

Settings -> auto upload. Set your options and folder mapping to the cloud. If you want it to work all the time turn off battery optimization of the next cloud app. It's been working for myself and my wife since at least 2018.

angrynomad ,

Does it auto download then too? I swear I looked all through that app. Couldn't get KeePass or obsidian to sync automatically

Saik0Shinigami ,
@Saik0Shinigami@lemmy.saik0.com avatar

I used to do keepass through it. So yes. But I haven't done that in a hot minute. I do still have a master sync folder for some stuff... but I have tried to open any of those items on my phone in a long time.

Last I checked it worked. I haven't needed that in a long time though so that might have changed. But it's not that hard to just grab the file in the nextcloud app too.

angrynomad ,

I like to update both and keep it all synced. What do you use now? I'm probably going to do syncthing

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

You need to configure it

angrynomad ,

Nothing to configure..you specify fodkers, but they won't auto upload or download

Gooey0210 ,

https://downloadmoreram.com/

And maybe CPU, and also need some good old fine tuning

Decronym Bot , (edited )

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
Git Popular version control system, primarily for code
HTTP Hypertext Transfer Protocol, the Web
NVMe Non-Volatile Memory Express interface for mass storage
SSD Solid State Drive mass storage
SSO Single Sign-On
VPN Virtual Private Network
nginx Popular HTTP server

6 acronyms in this thread; the most compressed thread commented on today has 4 acronyms.

[Thread for this sub, first seen 7th Mar 2024, 12:55]
[FAQ] [Full list] [Contact] [Source code]

nbailey ,
@nbailey@lemmy.ca avatar

It needs some tweaks to be snappy. The defaults are really bad.

  • change database from SQLite to a proper database like MySQL or Postgres, and configure the database server to use your memory fully
  • increase the PHP memory limit from the default (128M on many distros) to >1G, the more the better
  • install APCu in-memory cache for PHP
  • add Redis as additional cache
  • turn off the antivirus extension, if installed (ClamAV is useless)
  • use http/2 on Apache/nginx to increase performance with multiple connections

https://docbot.onetwoseven.one/services/nextcloud/

sabreW4K3 ,
@sabreW4K3@lemmy.tf avatar

Out of curiosity, why isn't this stuff done by default?

nutbutter ,

Thank you for these suggestions. But I have a few questions.

How can I do the 2nd and 3rd point if I am using docker/podman containers?

Why is ClamAV useless?

nbailey ,
@nbailey@lemmy.ca avatar

Not sure how to do that in docker, I’ve run mine as a plain old PHP-FPM site for years and years. It might be something that can be tweaked using config files or environment variables, or might require building a custom image.

ClamAV is slow and doesn’t catch the nastiest of malware. Its entire approach is stuck in 2008. It’s better than nothing for screening emails, but for a private file store it won’t help much considering that you’ll already have the files on your system somewhere. And most importantly, it slows down file uploads 10x and increases CPU load substantially. The only good reason to use ClamAV for nextcloud is if you will be sued if you don’t!

synae ,
@synae@lemmy.sdf.org avatar
Nyanix ,
@Nyanix@lemmy.ca avatar

This has me curious, not to derail the topic, but I always hear that ClamAV is the best way to go for Linux. Is there a free solution that you would recommend in place of it?

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

I think the best solution is to use good internet hygiene

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

ClamAV is good for detecting simple threats. However, I hear it eats ram.

GravitySpoiled ,
TCB13 ,
@TCB13@lemmy.world avatar

You can do all of that and NC will still be the piece of shirt that is it is fail to sync stuff.

timbuck2themoon ,

You are like the most miserable poster with so many axes to grind.

Relax man.

TCB13 ,
@TCB13@lemmy.world avatar

Or one of the few people who tested the thing and spend time taking screenshots and pointing out issues unlike most others...

ikidd ,
@ikidd@lemmy.world avatar

Git gud.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

I've never had such an experience in 2 years

TCB13 ,
@TCB13@lemmy.world avatar

Well I only saw problems with about 1TB of small files. I'm not sure if they were actually caused by the volume of the data or because there were multiple using syncing parts of that data as well.

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

My setup has no where near that much data. Maybe it gets bogged down with lots of IO.

I will say caching is really important for Nextcloud to be fast

possiblylinux127 ,
@possiblylinux127@lemmy.zip avatar

MySQL is still pretty slow

KneeTitts ,
@KneeTitts@lemmy.world avatar

it should work with mariaDB which is faster in my experience

ShortN0te ,

Use redis and it will feel smoother.

plasticcheese ,

Yep. When I first set up my instance, I couldn't believe how slow it was. I set up redis using the Nextcloud documentation and its like butter now.

Sibbo ,

If you want fast file sync between computers, use syncthing

TCB13 ,
@TCB13@lemmy.world avatar

* fast and reliable. Add FileBrowser if you want to have a WebUI on a central "server" to access all your files and you'll be 100x better than the garbage that NC offers.

mhzawadi ,
@mhzawadi@lemmy.horwood.cloud avatar

I have been running nextcloud for some time, it was running very quickly. But the v28 update seems to have broke some of the extra apps, like groupfolders.

That said, it's very much a system that needs good hardware to run it well

redcalcium ,

Yeah, it's been broken since v27. I'm still on v26 because of this.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • random
  • All magazines