this post was submitted on 19 Jun 2023
20 points (91.7% liked)

Open Source

31359 readers
29 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I can start:

  • Gnome update that removed traditional desktop UI
  • Ubuntu introducing snaps
  • Signal removing SMS support
you are viewing a single comment's thread
view the rest of the comments
[–] TCB13 0 points 1 year ago (6 children)

NextCloud: mostly hyped BS, fails to deliver at every turn, certainly NOT suited for professional usage.

[–] [email protected] 4 points 1 year ago (1 children)

If it doesn't suit you, that's fine. But "mostly hyped BS, fails to deliver at every turn" makes it a bit too simple, no?

I'm very happy with my personal instance. I use it for file sync and todo list.

[–] TCB13 1 points 1 year ago

I've made a very detailed post about what fails, when it fails etc. bellow. They sell NC as groupware replacement for MS365 / Google Workplace and it can be a lot of things but it certainly isn't that.

[–] TCB13 3 points 1 year ago (1 children)

@[email protected] @[email protected] @[email protected] I'm replying this to you all.

Here is the thing, I would love to have NC working decently but I've test almost all of their releases on the past year and the issues are always the same. Here is my main complaints:

  • Syncthing sync is robust, it doesn't fail and handles tons of files with little resources, NC uses a lot more RAM and once you get to around 1 TB of small files it will stop working randomly;
  • NC Webmail UI is poorly designed: compose window is just a small box on the center of the screen, there's no way to have the markup tools permanently show up;
  • NC Webmail UI is broken: if you select a bunch of text and turn it into a bullet list, the bullets won't even show up on NC, other e-mail clients will see them tho;
  • Integration/SSO with IMAP is cumbersome: not well documented, default configuration doesn't even handle a simple "login with the email email and password as the IMAP account" type of setup that is commonly expected;
  • WebUI is slow and fails often: if you open the browser console you'll find lots of warnings and errors.

I do have a lot of complaints related to mail but if NC is any kind of useful replacement for MS365 / Google Workplace a decently working webmail is the bare minimum. RoundCube is WAY better than what NC is currently offering.

I spent weeks researching and trying to tweak things and at the end of the day NC always performs poorly. Most of the issues seem to be related to the poorly implemente WebUI but the desktop app also has issues with large folders. Also tried the docker version, the "all in one" similar results it simply doesn't cut it.

My production setup runs on Red NAS drives and the thing just flies, always solid, stable and reliable. Here is the real production setup for around 30 users:

  • AMD Ryzen 7 5700X + 32 GB of RAM;
  • Everything containerized with LCD/LXC;
  • 2x WD RED 8 TB NAS drives (+RAID drives) for Syncthing data;
  • 2x NVMe Samsung 980 Pro 2TB for everything else (also RAID);
  • 1x 250GB Samsung 2.5 SATA SSD as boot drive;
  • Dovecot+Postfix working as mail server / "identity provider" for my users;
  • Syncthing to sync desktop machines with the server (not across each other);
  • FileBrowser for web access;
  • WebDAV access for iOS/Android clients;
  • Baikal as CardDAV/CalDAV server;
  • RoundCube for a decent webmail experience with a lot of Kolab plugins (Contacts, Calendars, Tasks from CardDAV/CalDAV);

Both FileBrowser and Baikal were modified to authenticate against the IMAP server and create accounts automatically if the username/password check out.

I'm deploying this to the user's machines via Ansible and/or iOS/macOS profiles so most things are automated by now. To onboard a new user I simply have to create the email account and then run the playbooks.

My future investments will be:

  • ejabberd with the IMAP integration and setup plugins for audio/video chat, push notifications, presence indication;
  • Integrate converse.js or Jitsi (jabber web client) into the RoundCube webmail (simply add a tab with an iframe + pass the webmail auth);
  • Explore a better multi-user Syncthing setup - possible create a small app that uses the Syncthing tech but does authentication against IMAP as well. Custom backend to automatically manage the creation of user folders and managed shares;
  • Microsoft Exchange / ActiveSync: while it might be possible most of my users are either on macOS or they don't care about Outlook / use Thunderbird or the Webmail.

Although this setup still misses some important stuff (aka replace Zoom) and I've been working on it for a while it outperforms NC in all ways so far. The investment was totally worth it.

I really hoped that NC would do all those things properly and I still try new releases but it doesn't seem to get any better.

[–] [email protected] 1 points 1 year ago (1 children)

Teach me your ways, lol. For real though, I'll be looking into this, might play with it on my own home lab.

[–] TCB13 1 points 1 year ago

It is all about patience and a bit of coding here and there. I guess you can replicate my setup fairly easy, even if you don't modify Baikal and FileBrowser to authentication against your IMAP server you'll still get a usable solution out of it by creating the users manually.

[–] Vani 1 points 1 year ago

Just out of curiosity, which points do NC fail at for large scale use?

[–] [email protected] 1 points 1 year ago (1 children)

I've been thinking of setting it up locally for personal use. Do you think it's fine for that?

[–] [email protected] 2 points 1 year ago

It's the best open source file syncing solution currently available. The server is a bit resource-heavy, but should be fine on most devices. You can disable most of the bloat.

[–] [email protected] 1 points 1 year ago

The unusable e2ee is for sure embarrassing. Otherwise I think there's not much wrong, but it requires a lot of tuning.

[–] [email protected] 0 points 1 year ago

Running my own NC server privately. For me, when it works, it's awesome, but it has the same issues that lots of FOSS software has, just random jank.

Seemingly random errors when updating. Sometimes my users randomly can't log in. No apparent reason, for a couple hours, their logins fail, then they start working again without any changes happening.

Remote VPS and very stable connections. Certain apps will just crash randomly, like Decks, they sometimes just freeze up.

My VPS hardware is above the recommended minimum specs, but maybe it still needs to get beefed up, idk.

I still like NextCloud a lot, but it's definitely been kind of rough for me.