I have no support/technical question and have seen the support category. (Be aware that direct support questions will be deleted.)
on
Which general topic do you have
Iâve been privately using Nextcloud for years. Itâs (mostly) fine to sync photos from my phone to my homeserver and store my contacts. On my instance I am alone and I own like 250 files, mainly PDF that I have to keep but never touch. Nextcloud is the perfect system for that. I have plenty of friends who run Nextcloud for family and friends where people store their photos and occasionally a movie.
But more than that? It is hard for me to believe, that anyone is using Nextcloud for work.
I have to admit. I fell for it. When I started my new job two years ago, I discovered a 500 GB SMB Share running on some SuSE with north of 4.000 days of uptime. When the RAID controller finally failed and the OS went into read-only, the question arose, where to move the files to. It is a mix of papertrail we have to keep for legal reasons, bookkeeping, employee records and a lot of product documentation and certification stuff.
I spun up a Nextcloud, moved all the files there via the horrifying php-webdav-adapter. All Files belonged to the importer account, i set up groups for the different rootlevel folders and shared the folders with the groups. We have like 11 employees and they use the Nextcloud client in Windows with vfs enabled.
First quirk I stumbled upon is the sharing feature. If I have a folder âCustomerAâ and a folder âCustomerBâ and both contain folders named âDraftsâ. And I want to share those folders with a Group, they donât inherit the folder structure. So for a user it looks like they have to folders named âDraftâ in their root folder. What?! On the other hand I can not just share âCustomerAâ with them, because Nextcloud does not allow me to let them see âDraftâ but not âFinancesâ.
This basic flat-hierarchy sharing might work for Bob sharing his holiday photos with Alice, but how can any company seriously manage access like that? Am I missing something?
The next problems arose days after the move. Our bookeeping software has an automated import of PDF from a given folder. It moves the PDF, indexes it, renames it, and moves it again. Nextcloud canât keep up with that. Regularly it deletes files from the server, instead of moving them to the new location. I can restore them from the Trash Bin manually, but then they have the old filename and the bookkeeping software gets all confused.
And it gets totally downhill from here. Moving files between shared folders. I moved some sub-folders from one shared folder to another (in the web-interface, to circumvent sync related problems). When my colleagues came to work next morning and started their clients, they randomly started deleting the files, instead of moving them to the new structure.
The github issue tracker of the desktop app has nearly 100 open issues for the searchterm âdeletedâ. People experience deleted files in all kind of moving and renaming scenarios, even in single-user instances. I am not going to report my bugs and redact logfiles and stuff, when the same stuff gets reported for years and issues just staying open. (* I will much rather spend my time venting in a forum, oops.)
Other things seem minor, but ⌠why does Nextcloud not have fulltext search? I installed the elasticsearch app, but it silently failed. Never even told me, it needed the fulltextsearch core app to even be activated. I could have gotten this from the extensive manual, of course. I am just kidding you. The âmanualâ of the elasticsearch app is this github wiki [1]. It has some wget to get some kind of servlet, but I already run my own elastic instance. Not sure if I still need the servlet, but the app does not work with the current elastic version anyway.
Was I tricked by some shiny presentation videos with background music and some buzzwords around digital sovereignty? Is this more of a hobbyists project for people running it on their pi? I donât have anything against that. I love opensource and I love hacking into half-backed projects and make them âjust workâ. But either the Nextcloud marketing or I am off about what this is âŚ
Would be interested to hear, if someone is using this in business context other than âsharing five files with a customerâ. My mind is very open to be changed. I am really not in the mood to move fileservers again. ![]()
[1] Home ¡ nextcloud/fulltextsearch_elasticsearch Wiki ¡ GitHub