Git'Fellow
Git'Fellow
Migrations can have issues on upgrades, mainly. _(Not related to GF only.)_
I wonder if switching from Nginx to Caddy wouldn't be a good move since it handles everything out of the box (even Websockets).
Also related: https://github.com/juicedata/juicefs/discussions/5174 JuiceFS could learn from Restic encryption (alsor programmed in Go): https://restic.readthedocs.io/en/v0.4.0/Design/
Does disable, or not use, VFS helps here? Put another way: is this related to VFS?
Well, the (actual) code indeed will prevent any files **larger than 5MiB** on any remote (files_external, S3...) to be generated. Code is pretty clear: ``` if ($file->getStorage()->isLocal()) { $sizeAttempts =...
The only solution here is making it opt-in with a config parameter so files on external storages could have no size limits if the admin wants to parse (download) those,...
+1 here. I can observe a lot of uploads resulting in 404 because the folder structure _(very frequently, the last folder)_ doesn't exist, resulting in a never-end loop of trying...
> Where? This is a client (also counting the webui as one) issue. I can observe this from Android clients as per requests User-Agent.
Clear your browser cache and try again.
https://github.com/nextcloud/server/blob/c9611c0f5d08cc0a41fb7018cb5691dd71b2cea0/lib/private/legacy/OC_Files.php#L86