Commit Graph

771 Commits

Author SHA1 Message Date
Nathan Haines
6072f5fc47 Improve instructions to install php metapackages and invoke mysql. These instructions should also work on Ubuntu 18.04 LTS and 20.04 LTS. Fixes issue #6802
Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2022-04-27 18:48:58 -07:00
Nathan Haines
d6563bb6db Merge branch 'nextcloud:master' into master 2022-04-27 18:06:29 -07:00
John Molakvoæ
065de29b66 Merge pull request #8108 from t3easy/disable_server_tokens 2022-04-13 16:50:26 +02:00
Nathan Haines
299dd74b94 Update example Ubuntu instructions for Ubuntu 22.04 LTS
Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2022-04-11 00:25:35 -07:00
Joas Schilling
503e0b7cd7 Adjust PHP requirements for 24 2022-03-29 21:26:37 +02:00
Carl Schwan
543c114189 Add documentation for preview hpb with Imaginary
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-18 12:34:30 +01:00
Jan Kiesewetter
261d6dafe4 Prevent nginx HTTP Server Detection
Signed-off-by: Jan Kiesewetter <jan@t3easy.de>
2022-03-02 11:41:17 +01:00
Joas Schilling
378e79537b Merge pull request #8083 from nextcloud/nginx-immuatable-cache3
fix nginx cache immutable example
2022-02-25 08:37:46 +01:00
Julius Härtl
3b33f6a04e Merge pull request #8095 from nextcloud/fix/mapfiles-nginx
Add mapfile serving for nginx conf examples
2022-02-24 09:14:41 +01:00
John Molakvoæ
39e804304a Merge pull request #6955 from ChristianTacke/pr/nginx_reorder 2022-02-24 09:12:33 +01:00
John Molakvoæ
8ba8d888b0 Update nginx-root.conf.sample 2022-02-24 09:10:01 +01:00
John Molakvoæ
fdb5e1ff95 Update nginx-subdir.conf.sample 2022-02-24 09:09:28 +01:00
Joas Schilling
63d86393e0 Fix "Malformed table."
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 14:17:47 +01:00
Robin Appelman
d70354d7bd fix nginx cache immutable example 2022-02-21 15:34:54 +01:00
Carl Schwan
7873bd1804 Merge pull request #8027 from nextcloud/nginx-immuatable-cache
Add documentation for cache control immutable
2022-02-15 09:58:41 +01:00
Carl Schwan
b30299c32d Add documentation for cache control immutable
See https://github.com/nextcloud/server/pull/31141/files

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-14 16:02:08 +01:00
acsfer
54b28d28b6 Drop PostgreSQL 9.6 support (EOL)
As per https://github.com/nextcloud/server/pull/31011
2022-02-07 17:04:13 +01:00
Carl Schwan
95ef427295 Ensure that nginx config sample allow downloading big file
"fastcgi_max_temp_file_size 0;" makes it possible to download file
bigger than 1GB. See https://help.nextcloud.com/t/synchronization-impossible-on-files-larger-than-1gb/66323/2

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-21 13:03:08 +01:00
MichaIng
fc7a1c27d7 Merge pull request #7859 from nextcloud/update-opcache-tuning
Update OPcache documentation
2022-01-16 16:05:45 +01:00
Christian Tacke
44016fb4ae Reorder nginx config sample
Move the `root` directive more to the top. That way all the
fields that need to be changed are in one place.

Signed-off-by: Christian Tacke <8560110+ChristianTacke@users.noreply.github.com>
2022-01-08 16:05:12 +01:00
MichaIng
43c2fae775 Remove iconv from required PHP modules
The usage of iconv has been removed in: https://github.com/nextcloud/server/pull/29470

The dependency has been removed in: https://github.com/nextcloud/server/pull/29958

Signed-off-by: MichaIng <micha@dietpi.com>
2021-12-20 13:55:34 +01:00
MichaIng
a3756108e6 Update OPcache documentation
Remove the settings block which matches PHP defaults anyway. The Nextcloud admin panel will now show warnings based on actual OPcache usage, when any limit is closely reached: https://github.com/nextcloud/server/pull/27403

Add info about how to enhance performance by reducing or disabling OPcache revalidation.

Remove link to outdated blog post, which contains no additional helpful information and the invalid "opcache.fast_shutdown" setting which was removed with PHP7.2 already. Instead, add a link to "opcache-gui", a web interface to monitor and control the OPcache.

Signed-off-by: MichaIng <micha@dietpi.com>
2021-12-20 02:07:15 +01:00
rakekniven
ad4d81758a Clarfication for trusted_domains section (#7852)
Input from #7762 

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-12-17 20:18:27 +01:00
Marcel Hibbe
d4ddb9a465 update requirements for talk mobile apps
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-12-14 13:20:58 +01:00
rakekniven
5232a0df90 Maintained php version
Fixes #7128 

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-12-03 07:59:15 +01:00
Louis
71d47e6610 Add CentOS Stream to supported OS
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-11-18 11:25:54 +01:00
Daniel Calviño Sánchez
eb73b789bb Allow to serve static WebAssembly and TensorFlow Lite files
Since Talk 13 (and thus Nextcloud 23) WebAssembly (.wasm) and TensorFlow
Lite (.tflite) files need to be loaded from the web server to provide
certain features (like the background blur in the WebUI).

Those files can be treated in a similar way to other static resources,
and there should not be any problem caching or compressing them.
However, as compressed TensorFlow Lite files are only ~12% smaller,
the compression directive depends on the MIME type and there is no
standard MIME type for TensorFlow Lite files, for now only WebAssembly
files are compressed.

Depending on the setup "application/wasm" may not be associated with
".wasm" files, so the directive was added just in case, as the
compression is enabled through the MIME type and, besides that, the
browsers log a warning if the expected MIME type is not returned.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-17 13:06:58 +01:00
Christoph Wurst
43f1ae838d Merge pull request #7179 from jeromelebleu/fix/nginx-subdir-php
Fix PHP's rewrite rule in NGINX subdir.conf.sample
2021-10-27 09:28:07 +02:00
Daniel
5a540aa567 Merge pull request #7355 from 2br-2b/patch-2
Added steps to enable mod_env and mod_rewrite
2021-10-26 09:49:09 +02:00
Lukas Reschke
9d458affee Document that access tokens shouldn't be stored
Access tokens are sensitive key materials and shouldn't be stored, especially not on backup systems that also store the Nextcloud database and configuration backup.
2021-10-18 12:59:50 +02:00
2br-2b
97e762ec89 Update source_installation.rst
Added steps to enable mod_env and mod_rewrite (for people like me who didn't realize how to do it without searching it).
2021-10-16 23:12:15 -04:00
Jérôme Lebleu
87f631262e Fix PHP's rewrite rule in NGINX subdir.conf.sample
Signed-off-by: Jérôme Lebleu <jeromelebleu@users.noreply.github.com>
2021-10-11 18:00:16 +02:00
Daniel
3052f07ddc Merge pull request #6746 from simonspa/nginx-timeout
nginx: increase client_body_timeout
2021-10-10 11:12:09 +02:00
Jos Poortvliet
a2e761c71d Link to TrueNAS install docs 2021-10-06 19:10:41 +02:00
kesselb
76e7429395 Merge pull request #7142 from pedrxd/forgotten-command
selinux: All directory labels should be deleted on uninstall
2021-09-28 08:45:46 +02:00
Pedro
fc4da0cbf6 All directory labels should be deleted on uninstall 2021-09-25 13:46:25 +02:00
Christoph Wurst
87fab7a8df Fix legacy routes like ajax.php on nginx
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-24 15:59:54 +02:00
Seth Falco
3c9b9487ac typo: update formatting and correct capitalization
Signed-off-by: Seth Falco <seth@falco.fun>
2021-09-02 13:31:26 +02:00
Joas Schilling
0cdf0fa2d6 Update apps_supported.rst 2021-08-27 09:21:57 +02:00
Christoph Wurst
19657f931e Recommend php8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-09 16:18:15 +02:00
ferfebles
e67dfc015d Restore broken table
Just an space needed to bring back the supported platforms
2021-07-29 00:16:58 +01:00
Daniel Kesselberg
c157ab85bc MariaDB 10.6 is not supported
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-20 22:22:22 +02:00
allexzander
5f5d42bb28 Desktop client minimum supported Windows version is 8.1+.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-15 09:26:45 +03:00
Julius Härtl
3b3bda5dd5 Merge pull request #6954 from nextcloud/align-with-htaccess
Align Nginx configuration with Apache2 .htaccess
2021-07-14 15:59:48 +02:00
Julius Härtl
51db916af2 Merge pull request #6953 from nextcloud/nginx-cache
Cache images on browser
2021-07-14 15:58:16 +02:00
Gary Kim
01e40db1f9 Remove IE 11 as supported browser
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14 00:31:24 -04:00
MichaIng
68d8d75d9f Align Nginx configuration with Apache2 .htaccess
As of: https://github.com/nextcloud/server/pull/27835

Signed-off-by: MichaIng <micha@dietpi.com>
2021-07-09 13:22:56 +02:00
acsfer
01737b5811 Cache images on browser
Following https://github.com/nextcloud/server/pull/27835
2021-07-07 19:06:39 +02:00
simonspa
583321f3a9 Update nginx-root.conf.sample
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2021-06-07 19:02:57 +02:00
acsfer
b4d14a9df1 Typo 2021-05-24 19:58:27 +02:00