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
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
Josh
173b2c3413
docs(admin): Update Android system requirements to 7
...
Fixes nextcloud/android#12758
Also already documented/requirement in the Play Store entries for both Files and Talk apps. So not a policy change; just documenting what's already reality.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-04-02 15:21:53 -04:00
Arthur Schiwon
2149844ea1
feat(apps): add files_downloadlimit
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-03-06 21:47:25 +01:00
Dominic Giebert
312b12737c
Added arm64 filter to nginx-root.conf
...
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com >
2024-02-29 08:27:45 +01:00
Dominic Giebert
1f9ef63cd9
Added support for Built-in CODE Server (ARM64)
...
Signed-off-by: Dominic Giebert <dominic.giebert@suse.com >
2024-02-28 17:46:51 +01:00
Simon L
8edf2fc79e
adjust slogan for AIO
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2024-02-22 15:33:40 +01:00
Robin Appelman
ef0d415554
Merge pull request #11472 from nextcloud/fix/nginx-config
...
nginx: fix response headers for assets
2024-02-09 15:40:14 +01:00
Ferdinand Thiessen
9791035074
fix(admin): Update supported database support
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-01-27 13:59:10 +01:00
MichaIng
4ef607d350
nginx: fix response headers for assets
...
Nginx resets all response headers in a location block, if it contains any "add_header" directive. When setting the "Cache-Control" header for static assets, this was originally worked around by using the "expires" directive instead. https://github.com/nextcloud/documentation/pull/8083 however added the "immutable" flag for assets with "v=" query parameter and broke all other response headers for assets that way.
This commit fixes this by re-adding all reponse headers explicitly for those assets. Originally those doubled code was removed thanks to using "expires", but I see no way to have both: the "immutable" flag as well as avoiding doubled headers via "expires" directive.
Additionally, this commit avoids the trailing comma and space in the Cache-Control header for assets without "v=" query parameter, and adds sets the wasm MIME type in a cleaner/more consistent way together with js/mjs, and rephrases the broken comment sentence.
Signed-off-by: MichaIng <micha@dietpi.com >
2024-01-26 17:10:58 +01:00
J0WI
72c438aab1
Remove bz2
...
Co-authored-by: Josh <josh.t.richards@gmail.com >
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2024-01-19 17:25:55 +00:00
J0WI
2c6ac0e1dd
Remove bz2 from recommend extensions
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2024-01-16 00:38:24 +01:00
Andrew McGuinness
f3f5b84a14
Update harden_server.rst
...
remove duplicated phrase
Signed-off-by: Andrew McGuinness <andrew@arobeia.co.uk >
2023-12-28 09:45:11 +00:00
Viktor Nagornyy
6edff5b50c
fix: Corrected mistake in initial commit
...
Corrected mistake in the initial commit.
Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com >
2023-12-18 13:15:38 -05:00
Viktor Nagornyy
fce01e64d6
fix: Ubuntu 22.04 installation instructions archive location
...
Installation instructions describe steps that do not match the updated "Install" page, making it hard for users to find archive files. This PR updates the steps, making it clear where user can find archives.
Signed-off-by: Viktor Nagornyy <1692600+viktorix@users.noreply.github.com >
2023-12-18 13:09:57 -05:00
Josh Richards
371e73756f
Merge pull request #11287 from nextcloud/fix/nginx-fpm
...
Update NGINX example to the recommended PHP version
2023-11-21 19:30:28 -05:00
Marcel Müller
d35ab2c065
Adjust nginx configuration for .ogg and .flac files
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2023-11-16 17:02:52 +01:00
anoy.
84605852ee
fix typo in comment
...
Signed-off-by: anoy. <anoymouserver+github@mailbox.org >
2023-11-15 18:25:52 +01:00
anoy.
bbb328119e
use recommended php version
...
Signed-off-by: anoy. <anoymouserver+github@mailbox.org >
2023-11-15 18:22:53 +01:00
Daniel
0c5e908c7d
Merge pull request #11184 from nextcloud/enh/noid/new-ocm-provider-route
2023-11-12 20:36:46 +01:00
Arthur Schiwon
5b123e3b02
fix(support): files_rightclick was removed with 28
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-11-02 17:29:26 +01:00
Côme Chilliet
c3227bd974
Fix capitalization of bullet list
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-10-26 11:24:13 +02:00
Côme Chilliet
fafca8f8b8
Apply suggestions from Benjamin
...
Co-authored-by: Benjamin Gaussorgues <github-fa3ie@altahrim.net >
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2023-10-26 11:23:21 +02:00
Côme Chilliet
74bc89efc3
Add documentation for ini values and improve the one for modules
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-10-24 15:29:06 +02:00
tflidd
dec4f99bd6
Merge pull request #11159 from eBeagle/patch-1
...
Typo-Preview-Notes
2023-10-24 08:49:12 +02:00
HelloDarkness
446683e5f9
Merge branch 'master' into hellodarkness-centos
2023-10-17 13:27:52 +00:00
HelloDarkness
3c362845b3
Update admin_manual/installation/example_centos.rst
...
Co-authored-by: Daniel <mail@danielkesselberg.de >
Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com >
2023-10-17 13:27:42 +00:00
HelloDarkness
503cd23f5e
Update admin_manual/installation/example_centos.rst
...
Co-authored-by: Daniel <mail@danielkesselberg.de >
Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com >
2023-10-17 13:27:35 +00:00
Daniel
59ad6457ca
Merge pull request #11162 from am97/patch/1
2023-10-14 16:16:13 +02:00
Côme Chilliet
a84675fb0e
Document PHP 8.3 support
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2023-10-12 11:18:58 +02:00
HelloDarkness
686f50f596
Update example_centos.rst for PHP8.2
...
Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com >
2023-10-11 14:05:43 +00:00
Maxence Lange
0455759ce0
remove hard redirect to ocm-provider
2023-10-05 11:42:48 -01:00
Arthur Schiwon
dc0b8d9c39
fix(nginx): adjust config to changed ocm-provider
...
- Since 27.1.2 and 26.0.8 ocm-provider is not a dir anymore, but
implemented in a usual Controller. Nginx webserver config requires
adjustemnts.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2023-10-05 11:50:52 +02:00
Joas Schilling
9a16d1e383
fix(admin): Update recommended OS
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2023-10-05 09:02:50 +02:00