documentation
documentation copied to clipboard
📘 Nextcloud documentation
I think this would be some useful information to compile for app as well as core developers. Not just solely for documentation purposes, but from a systems design perspective. Potential...
We should try to document the *knowable* requirements we have for S3 in a generic manner. We should perhaps mention what we test again (i.e. MinIO). Then also consider including...
Redis 7.2 was just released yesterday and elevated to stable status (https://redis.io/download/). It's unclear if any of the *Potentially Breaking / Behavior Changes* impact us, but there's been one (inadvertent)...
### ☑️ Resolves * Fix #… ### TODO - [x] Review *Admin - Configuration: Deleted Files* chapter - [x] Review *Admin - Configuration: `config.php` sample* chapter - [x] Review *User...
### Thanks for helping improve our documentation! * There is always room for improvement! * All contributions (changes and change ideas) - from the largest **to the tiniest** - help...
The current [documentation for nginx](https://docs.nextcloud.com/server/30/admin_manual/configuration_files/big_file_upload_configuration.html#nginx) suggests disabling `fastcgi_request_buffering`: > Setting this option to fastcgi_request_buffering off; in your nginx config might help with timeouts during the upload. Furthermore it helps if...
For some reason the heading IDs (and hence heading link URL fragments) on the [memory caching page](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1) are currently missing, respectively they are `id1`, `id2` etc, counting up with each...
https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#two-factor-authentication ``` www-data@06ed34a4d084:~/html$ ./occ twofactor Command "twofactor" is not defined. Did you mean one of these? twofactorauth:cleanup twofactorauth:disable twofactorauth:enable twofactorauth:enforce twofactorauth:state www-data@06ed34a4d084:~/html$ ./occ twofactorauth: Command "twofactorauth:" is ambiguous. Did you...
Hello and thanks for your necessary work :) I was searching for occ deck:export in the manuals and I didn't find it in any of your documentation. https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#occ-command-directory In terminal...
Hallo, in the documentation https://docs.nextcloud.com/server/stable/admin_manual/maintenance/update.html there is first "php occ upgrade" and then "php updater/updater.phar" for command line updates. I think the most users use "php updater/updater.phar" and this is...