Commit Graph

957 Commits

Author SHA1 Message Date
Ferdinand Thiessen
48e8a82d87 fix(nginx): fastcgi_request_buffering must be on
* resolves: https://github.com/nextcloud/documentation/issues/9574

Some clients like DAVx5 use chunked transfer encoding.
PHP-FPM does not support this[1] because it requires to comply with the
CGI standard - 20+ years old - which enforces a Content-Length header.

So we need to buffer the whole request until passing it to PHP-FPM.

Without this 0-byte files would be created on Nextcloud as PHP-FPM will
not only set content-length to 0 but also does not pass the body data
stream.

[1] https://bugs.php.net/bug.php?id=51191 and https://github.com/php/php-src/pull/7509

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-04 13:54:05 +00:00
Alper Öztürk
b01b93ee86 Update system_requirements.rst
Signed-off-by: Alper Öztürk <67455295+alperozturk96@users.noreply.github.com>
2025-07-25 23:54:12 +00:00
Josh
641a428c72 docs(admin): Add tip about detecting silent denials in SELinux
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-04-11 16:08:01 +00:00
Simon L.
6e7efa8abd docs: aio-imaginary image has been moved to ghcr.io
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-04-09 13:46:29 +02:00
Josh
f5ba895f0b chore: remove no longer applicable Imaginary + HEIC warning
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-01-13 14:03:07 +00:00
Andy Scherzinger
33b0030a06 docs: Add generic uninstallation pointers
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-12-12 20:06:38 +00:00
MichaIng
9e503258ec enh(admin_manual): update OPcache JIT docs
Single Nextcloud instances have shown to use less than 2 MiB of the configured JIT buffer size, so that 8 MiB is sufficient by a large margin. Using any larger value pre-occupies the `opcache.memory_consumption` accurdingly and 128 MiB would hence fill its default 128 MiB completely, without any benefit.

The example JIT size is hence reduced to 8 MiB. Enabling JIT however has shown to raise overall OPcache usage by a larger amount than the configured JIT size, so that `opcache.memory_consumption` might still need to be raised in some cases. This information is added to the documentation: https://github.com/nextcloud/all-in-one/issues/2755#issuecomment-1591848523

Additionally, the info is added that JIT is currently supported on x86 platforms only.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-11-15 10:16:18 +00:00
tgoeg
cde6807ae6 Update harden_server.rst - improve fail2ban section
Nextcloud won't log failed login attempts in log levels > 2.
Added this to the documentation, and, while at it, improved the fail2ban guide in a few other places.

Fixes #12327.

Signed-off-by: tgoeg <39340276+tgoeg@users.noreply.github.com>
2024-11-13 06:49:21 +00:00
Joas Schilling
78770c195c fix(admin): Document oft loading for nginx
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-11 10:17:20 +00:00
creiser-jambit
da2a33ea28 fixed link
Signed-off-by: creiser-jambit <creiser-jambit@users.noreply.github.com>
2024-09-27 06:39:04 +00:00
Josh
5a72ec7844 fix: add minimum sqlite version to system requirements
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-16 21:05:09 +00:00
Daniel Kesselberg
ef873d1746 chore: add trailing comma for allowed_admin_ranges
Most of our examples have a trailing comma to easier copy and paste.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-09 12:42:06 +00:00
Simon L.
8af44d805c address review
Signed-off-by: Simon L. <szaimen@e.mail.de>

Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Simon L. <szaimen@e.mail.de>
2024-08-29 09:30:18 +00:00
Rello
3ed700cf38 Add Enterprise-AIO hint to installation options
Add Enterprise-AIO hint to installation options

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-08-29 09:30:18 +00:00
Benjamin Gaussorgues
b5f414b989 feat(admin): harden server with admin IP restrict
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-07-24 16:01:42 +02:00
Daniel Kesselberg
2f269adec6 feat: hello codespell
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-07-23 13:04:10 +02:00
Joas Schilling
3c0222564f feat(admin): List more supported Oracle versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-19 16:44:24 +02:00
Simon L.
451349a6cc Merge pull request #12028 from nextcloud/admin/webp
feat(admin): Add note about `webp` static assets
2024-07-17 16:10:54 +02:00
Ferdinand Thiessen
64cfff1db8 feat(admin): Add note about webp static assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-17 14:03:01 +02:00
Ferdinand Thiessen
1f60f2c82f fix(admin): Adjust supported Ubuntu versions (incl. 24.04)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-17 13:54:41 +02:00
Daniel
17ecda3c77 Merge pull request #12023 from nextcloud/fix-adjust-php-fpm-install-notes-for-new-setupcheck
fix: adjust php-fpm install notes for new setupcheck
2024-07-17 10:26:51 +02:00
Daphne Muller
3c726b8f7e Merge pull request #12012 from nextcloud/remove/admin/apps_supported
docs(admin): Remove apps_supported
2024-07-17 10:02:18 +02:00
Josh Richards
6fa6006a5d fix: adjust php-fpm install notes for new setupcheck
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-07-16 19:27:41 -04:00
Marcel Klehr
35b0be6bb6 docs(admin): Remove apps_supported
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-15 06:15:34 +02:00
Daniel Hansson
8d898c9532 change Nextcloud VM to main branch
Since we changed branch to `main` we need to fix the documentation accordingly.

Ref: https://github.com/nextcloud/vm/issues/2652

Signed-off-by: Daniel Hansson <github@hanssonit.se>
2024-07-12 18:23:48 +02:00
Andy Scherzinger
3cf469ce13 Merge pull request #11994 from nextcloud/fix/admin/apps_supported
docs(apps_supported): Add files_lock
2024-07-11 15:02:15 +02:00
Marcel Klehr
86fa24b8cf docs(apps_supported): Add files_lock
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-07-11 13:23:11 +02:00
Maxime LE HERICY
60f6340dce Update harden_server.rst
Signed-off-by: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com>
2024-07-10 11:42:59 +02:00
Joas Schilling
27ec411dc3 Merge pull request #11934 from nextcloud/chore/adjust-system-requirements-nc30
fix: Adjust system requirement for upcoming Nextcloud 30
2024-06-26 13:21:41 +02:00
Daniel
c04a2eaa8a Merge pull request #11872 from nextcloud/jtr/fix-enhance-opcache-revalidation-tuning
fix(admin): Revise opcache revalidation tuning section
2024-06-26 12:12:23 +02:00
Ferdinand Thiessen
f93fcb032b fix: Adjust system requirement for upcoming Nextcloud 30
Clarify which versions we are testing and thus can support:
* MySQL 8.0 LTS + 8.4 LTS
* MariaDB 10.6 LTS, 10.11 LTS and 11.4 LTS
* *(other databases unchanged)*

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-26 11:32:58 +02:00
Steve8291
727f671ea8 Update php_configuration.rst
Add note that sodium is included with php7.2+

Signed-off-by: Steve8291 <hambling8@gmail.com>
2024-06-03 06:48:11 -04:00
Josh Richards
809a3cbcf3 fix(admin): Revise opcache revalidation tuning section
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-28 10:20:23 -04:00
Rello
d8e84f8822 Update harden_server.rst
add link to detailed field list for survery server

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-22 14:50:05 +02:00
Rello
0e62fbc0b4 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 12:58:37 +02:00
Bastian Derigs
f926534f95 Update harden_server.rst
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-05-17 11:23:02 +02:00
Rello
af3c0ecc56 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 09:55:59 +02:00
Rello
ce4a1a0af0 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-17 09:52:02 +02:00
Bastian Derigs
0b0cb86c7a Update harden_server.rst
Signed-off-by: Bastian Derigs <155444921+derigs@users.noreply.github.com>
2024-05-16 15:17:55 +02:00
Rello
f4b2b2a251 Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 14:28:45 +02:00
Rello
19342c0b8d Update harden_server.rst
Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 10:28:40 +02:00
Rello
219867f1d0 Update harden_server.rst
add fields to be submitted to Nextcloud servers

Signed-off-by: Rello <Rello@users.noreply.github.com>
2024-05-16 10:06:25 +02:00
Maik Wegener
edfeb7a40c Add totp regex to fail2ban example on harden_server.rst
Signed-off-by: Maik Wegener <76479431+mwegnr@users.noreply.github.com>
2024-05-04 00:48:28 +02:00
Josh
2d3dee7677 fix(Requirements): Memory constrained environments
* various apps/features/configurations require more than the minimum so let's make it clearer that only meeting the minimum does come with trade-offs
* the built-in Updater requires PHP memory_limit (and/or available RAM) equal to the current size of the downloaded Archive package (see nextcloud/updater#505). Otherwise it will always fail on step 5 (integrity check). Let's mention that so people aren't surprised. They can of course do a manual update still.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-01 11:27:29 -04:00
Adriano Cataluddi
04212e19ca Removed the duplicate extension "js" warning from the NGINX configuration. Fixed #1
Signed-off-by: Adriano Cataluddi <acataluddi@gmail.com>
2024-04-28 16:29:01 +02:00
Varun Patil
334f6e5620 Merge pull request #11706 from nextcloud/pulsejet/imaginary
docs(tuning): add warning for Imaginary+HEIC
2024-04-21 13:10:50 -07:00
Josh
a3c0f528a1 docs(admin): Fix typo
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-09 11:24:35 -04:00
Josh
ab3e045f07 docs(admin): Replace supported app Two-Factor U2F w/ WebAuthn
U2F was deprecated awhile ago (nextcloud/twofactor_u2f#1013) and supported dropped beyond Server v23. Migration path is https://apps.nextcloud.com/apps/twofactor_webauthn

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-09 11:02:57 -04:00
Richard Steinmetz
2929777efc feat(admin): drop php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-09 11:55:56 +02:00
Varun Patil
a7e47614e1 docs(tuning): add warning for Imaginary+HEIC
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2024-04-05 12:32:09 -07:00