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
acsfer
3f4541b4cc
Add a warning about limited support for NGINX
2021-05-24 10:58:49 +02:00
HouraisanNEET
20200912c2
Suggest Installing PHP Module Filter
...
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
2021-05-15 20:12:49 +08:00
Roeland Jago Douma
eb82b93a46
Revert "Fix images and alt tags, fix #621 , fix #622 "
2021-04-30 13:18:44 +02:00
Florian Diwald
698b25e5b5
fix HSTS header in nginx subdir configuration
...
Signed-off-by: Florian Diwald <fdiwald@hotmail.com>
2021-04-18 14:47:46 +02:00
Jan C. Borchardt
444d91253e
Fix images and alt tags, fix #621 , fix #622
...
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-15 20:18:42 +02:00
Sascha Wiswedel
d70a2d8016
added brute-force settings to supported apps
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-04-14 14:17:28 +02:00
MichaIng
9178d3b898
Fix Nginx .well-known redirects ( #6221 )
...
- Follow the .htaccess and exclude .well-known redirects for ACME challenges and PKI validation, which are not handled by Nextcloud, and handle requests for `/remote`
- Preserve the query string when redirecting .well-known URIs.
- Separate the example config files from nginx.rst
Signed-off-by: MichaIng <micha@dietpi.com>
2021-04-07 23:21:21 +01:00
Morris Jobke
419a126f33
Fix underline
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-03-17 14:23:17 +01:00
Morris Jobke
6fd483d08d
Merge pull request #6207 from Chartman123/add-postgres-versions
...
Add PostgreSQL version 12 and 13 to requirements
2021-03-16 22:17:35 +01:00
Morris Jobke
27ffdc8ed7
Merge pull request #6238 from nextcloud/nc-doc-6046
...
Remove configuration examples
2021-03-16 22:11:59 +01:00
Morris Jobke
22fbd531f8
Merge pull request #6231 from HouraisanNEET/php-phar
...
Update source_installation.rst
2021-03-16 22:10:48 +01:00
gonzalo-
b6d8f1b9fd
Update example_openbsd.rst
...
fix warning
Signed-off-by: gonzalo- <gonzalo@x61.com.ar>
2021-03-16 21:44:02 +01:00
acsfer
35fa146062
Remove configuration examples
...
Values are very specific for each system.
Fix https://github.com/nextcloud/documentation/issues/6046
2021-03-09 19:23:05 +01:00
hashashin1191
99a253b50d
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com>
#6224
2021-03-07 01:54:02 +08:00
github-actions[bot]
62a569efc7
Add support OpenBSD
...
Signed-off-by: gonzalo <gonzalo@x61.com.ar>
2021-02-19 18:28:55 +01:00
Christian Hartmann
93ed66d5ec
Add PostgreSQL version 12 and 13 to requirements
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2021-02-12 22:40:06 +01:00
Joas Schilling
fda64d48c9
Adjust more php versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:53:10 +01:00
Joas Schilling
dfe90ce2e8
Adjust the manual to MySQL 8 required
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:47:28 +01:00
Morris Jobke
73dfc413c2
Merge pull request #5853 from Omemanti/patch-2
...
Update example_ubuntu.rst
2021-01-15 09:52:04 +01:00
Morris Jobke
aeb00d8f23
Merge pull request #5857 from nextcloud/anoymouserver/remove-global-browser-caching
...
remove global browser caching
2021-01-12 18:00:32 +01:00
Morris Jobke
e26ad35ab5
Update admin_manual/installation/system_requirements.rst
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-07 08:43:32 +01:00
Roeland Jago Douma
241de74228
Update system requirements
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-06 21:29:11 +01:00
anoy
3e32818aa7
remove global browser caching
...
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
2021-01-03 19:41:25 +01:00
tflidd
cf8d6b44e4
Merge pull request #5831 from anirudhdggl/master
...
Updated the docs for ease
2020-12-29 00:51:33 +01:00
Omemanti
87c1ddf398
Update example_ubuntu.rst
...
tar command gave errors, (typo?)
-xfjv => -xjvf
tar -xfjv nextcloud-x.y.z.tar.bz2 => tar -xjvf nextcloud-x.y.z.tar.bz2
2020-12-27 10:32:58 +01:00
Anirudh Duggal
9d3360c264
Modified server tuning docs to ensure that a person can find out if they already have HTTP2 enabled or not before going about reading how to do it. Also this would prevent the additional effort he has to do to find out a way to see if HTTP2 is already enabled or not
...
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com>
2020-12-19 12:27:11 +05:30
Christoph Wurst
c9918d47c2
Update admin webserver config recommendations for well known handlers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-16 10:36:10 +01:00
Victor Joos
8eddc06b54
Adds links to ubuntu 20.04 example
...
The current documentation ends abruptly when only reading the "example
installation on ubuntu 20.04" document. This commit adds some links for the
next (potential) steps.
Signed-off-by: Victor Joos <victor.joos@uclouvain.be>
2020-10-20 15:06:16 +02:00
Morris Jobke
3b03d75fc3
Merge pull request #5038 from srbaker/master
...
Clarify the virtual host and directory installation methods.
2020-10-06 22:28:16 +02:00
Morris Jobke
75ec4ada00
Recommend Ubuntu 20.04 instead of 18.04
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-06 09:06:24 +02:00
Damian Nowak
ce26db2d52
server_tuning.rst: escape regexp properly
...
Some shells like zsh will not auto-escape an argument if no match is found on the filesystem.
2020-10-03 21:16:06 -05:00
Steven R. Baker
bf4be01a7e
Clarify the virtual host and directory installation methods.
...
The existing documentation makes it look as though Debian-likes only
supports directory-based configuration, and RH-likes only support
VirtualHost configuration.
I think this update is more clear about the options.
Signed-off-by: Steven R. Baker <steven@stevenrbaker.com>
2020-09-23 12:27:00 +02:00
J0WI
122ed88e53
Update urls to HTTPS
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +02:00
Morris Jobke
9873b6be34
Merge pull request #2772 from AndrewwHummer/patch-2
...
Example centos walkthrough, add working secure apache config
2020-09-14 17:11:10 +02:00
Morris Jobke
c88a15c11b
Merge pull request #2197 from jivanpal/patch-2
...
Update nginx.rst -- Reworked the Nginx configs
2020-08-10 16:52:48 +02:00
Jivan Pal
2fa446d4e2
Change alias to root, as per discussion:
...
https://github.com/nextcloud/documentation/pull/2197#discussion_r467362742
2020-08-08 16:28:01 +01:00
Jivan Pal
776d23d52e
Update comment
2020-08-08 00:36:41 +01:00
AndrewwHummer
3fa705e4d0
Update example_centos.rst
...
add ref to detailed apache config back again
2020-08-07 14:23:33 +02:00
AndrewwHummer
63cb4ad484
Example centos, add working secure apache config
...
It would be really helpful if the example of a CentOS Configuration Walkthrough would directly contain a working and secure apache configuration.
Just the Reference to the detailed apache config is not adequate and too easy to overlook and users will end up with an unsecure and broken config. This could lead to the usual htaccess not working questions.
So here is my proposal :)
2020-08-07 11:17:34 +02:00
Joshua Ruehlig
892754cadb
More ugly non-capturing changes
2020-08-06 10:33:34 -07:00
Joshua Ruehlig
42cbf655c3
Making comment consistent
2020-08-06 10:25:09 -07:00
Jivan Pal
1c4b5aa32c
Merge since my last push
2020-08-06 17:27:50 +01:00
Jivan Pal
66f7342c64
Made 2 changes to nginx.rst:
...
- Changed `try_files` for `/.well-known` to allow URIs that we don't handle and not pass them to our front-end controller
- Changed rule to match `/nextcloud/*` from regex rule to equivalent prefix rule
2020-08-06 17:18:10 +01:00
Joshua Ruehlig
59c946850a
Update nginx.rst
...
Note is no longer relevant
2020-08-06 04:41:28 -07:00
Joshua Ruehlig
f383cf62eb
Update nginx.rst
...
Discussed here > https://github.com/nextcloud/documentation/pull/2197#discussion_r453641162
2020-08-06 03:15:55 -07:00
Joshua Ruehlig
1835250df2
Another minor change
...
You probably are correct on NGINX optimizing groups with unused captures into non-capturing groups, but unless we know for sure/see documentation I think it is best we are explicit.
2020-08-06 02:07:55 -07:00
Joshua Ruehlig
f598e2423c
Basic changes
...
I think we mostly agree on these, grouping them for easy merging.
Creating a new branch is giving me an error for some reason, so I will commit directly. If necessary we can always revert.
2020-08-06 01:43:10 -07:00
Hans Erasmus
9fa919502a
Update example_centos.rst
...
Not sure why the needed to be built manually? But a fresh install with remi 7.4 gives `php-pecl-imagick-3.4.4-10.el8.remi.7.4` and `php-pecl-redis5-5.3.1-1.el8.remi.7.4` respectively.
2020-07-31 22:51:02 +02:00
Eibe
981accc0e7
Add fail2ban hardening
...
Signed-off-by: Eibe <40539455+eibex@users.noreply.github.com>
2020-07-29 23:47:39 +02:00
Jivan Pal
cc79936a73
"NextCloud" → "Nextcloud"
2020-07-27 19:59:12 +01:00
Daniel Böhmer
fb51fbefe0
Escape line breaks in multiline command
2020-07-23 13:01:18 +00:00
benks
43e4a93b66
Update source_installation.rst
...
repaired Bullet Points.
2020-07-20 14:44:05 +02:00
Ethan Fie
fc68c5902b
Update example_ubuntu.rst
...
tar extract would not work without the -v option added to the command
2020-07-12 17:26:29 -05:00
Ethan Fie
65fb0798a9
Update example_ubuntu.rst
...
I'm somewhat new to the Linux world and was doing this on a fresh install of Ubuntu. I needed to run the apt update command in order to fetch package information for the following commands and get them to run/install the necessary packages.
I also needed to start the MySQL server instance before I was able to run the listed commands.
2020-07-12 17:11:55 -05:00
Jivan Pal
fa55f48e6c
Made 4 changes to nginx.rst
...
- Removed `index.htm` from `index` directive
- Rewrote `DavClnt` user agent handler using `location =` and `return`, rather than `rewrite`
- Removed block which prevents access to hidden files; incorporated rule to prevent access to root-level hidden folders into existing regex rule, as in `.htaccess`
- Removed `$uri/` from `try_files` directives for static files
Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2020-07-12 21:28:26 +01:00
Jivan Pal
6b40a23ab9
Update nginx.rst -- Reworked the Nginx configs
...
After inspecting the Nginx configs currently seen at [ https://docs.nextcloud.com/server/19/admin_manual/installation/nginx.html ], I have notice that they are very redundant in some areas, and handle specific paths in special ways which are not needed, and which run the risk of needing to become more specific down the road if NextCloud adds new features, as well as not handling all static filetypes. I have reworked the configs from scratch by directly adapting the `.htaccess` files, and this is the result. Comments are included in the file to give rationale/explanation for why things are written in this new way, and if the maintainers decide to accept this pull request, I will leave it up to them to decide whether to include these expository comments upstream.
Signed-off-by: Jivan Pal <jivan.pal@gmail.com>
2020-07-12 02:44:33 +01:00
Kyle Fazzari
9f6f4442f7
Actually link to snap
...
That link includes details for how to install snapd if necessary. Also
add a brief blurb about what the snap actually is.
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2020-07-08 13:27:16 -07:00
Morris Jobke
8e8929f342
Merge pull request #2152 from EV21/increase-php-in-config
...
increase php version to 7.4 in NGINX configuration example
2020-07-05 23:12:50 +02:00
Morris Jobke
cce2355af8
Merge pull request #2148 from nathanhaines/patch-2
...
Update example_ubuntu.rst for Ubuntu 20.04 LTS
2020-07-05 23:09:12 +02:00
Morris Jobke
0eb6aa4646
Merge pull request #2143 from mmsaffari/patch-2
...
misspelled Imagemagik
2020-07-05 22:57:25 +02:00
Morris Jobke
0a353ed6d1
Merge pull request #2169 from therealklanni/patch-2
...
Add audio formats
2020-07-03 12:36:43 +02:00
Billy
9dc0bf8cd2
Replacing 'a' with 'an'
...
Check your grammar next time!
2020-07-01 14:41:21 +01:00
Kevin Lanni
ad964b1a07
Add audio formats
...
Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
2020-06-25 14:32:44 -07:00
Eduard Veit
2ef5a460b1
increase php version in nginx config
...
Signed-off-by: Eduard Veit <developer@ev21.de>
2020-06-16 15:11:43 +02:00
Nathan Haines
d12878faaf
Update example_ubuntu.rst for Ubuntu 20.04 LTS
...
This documentation has been outdated since Ubuntu 18.04 LTS (mysql/mariadb don't prompt for a root password, so you need to create a Nextcloud user), but it doesn't work on Ubuntu 20.04 LTS because it uses explicit PHP version numbers and it omits some recommended PHP modules for Nextcloud Hub 18 and 19. I've updated the instructions to run on Ubuntu 20.04 LTS and have tested each step.
This page now leaves a new Ubuntu 20.04 LTS system in a state to continue the "Installation on Linux" steps starting with configuring Apache2 without errors.
Signed-off-by: Nathan Haines <nhaines@ubuntu.com>
2020-06-11 20:47:23 -07:00
Mohammad Mahdi Saffari
4009537139
misspelled Imagemagik
...
dnf complains about not finding `Imagemagik` and suggests you would install `ImageMagik`
2020-06-09 14:35:17 +04:30
Sascha Wiswedel
bd9ef16c19
purge strings about explicit Nextcloud versions
...
Versions deprecate fast and aren't needed in upstream documentation branches.
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-06-04 12:48:13 +02:00
Julius Härtl
07ff58b9e1
Extend whitelist for php entrypoints
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26 17:32:32 +02:00
Sascha Wiswedel
ecad802e84
updated updated apps page
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-15 11:54:53 +02:00
Sascha Wiswedel
f0c22c93f7
bump iOS min required version from 10 to 11
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-14 13:17:48 +02:00
Morris Jobke
7b4912c343
Merge pull request #2060 from fabian-hk/master
...
Improve SSL hardening guide
2020-05-12 08:56:37 +02:00
Dan Shields
1bac5b78ae
Update source_installation.rst
...
guessing this was an error. Remove or finish the thought?
2020-05-11 14:36:31 -06:00
Fabian Hauck
f174909c76
improved SSL hardening guide
...
Signed-off-by: Fabian Hauck <hauckfabian@gmail.com>
2020-05-10 14:11:08 +02:00
Lars van Ravenzwaaij
fa2b94dfac
Edit Typo
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-05-04 17:08:53 +02:00
Lars van Ravenzwaaij
34998b7467
fixup! New requirements for passwordless auth
2020-05-03 19:01:59 +02:00
Lars van Ravenzwaaij
6118e77bff
New requirements for passwordless auth
...
See https://github.com/nextcloud/server/issues/20600
2020-05-03 12:31:48 +02:00
John Molakvoæ
d529a9f05c
Add missing block declaration
2020-04-22 10:36:47 +02:00
John Molakvoæ
7bac9a00c7
Fix code block
...
Fix #2011
2020-04-22 08:57:36 +02:00
gunnaraas
bd37ca574f
Fixing small typo in docs
...
'environment' was spelled 'environmemt' on line 649
2020-04-21 10:33:54 +02:00
Julius Härtl
e25a370d58
Merge pull request #1913 from bkmgit/patch-2
...
Update example_centos.rst
2020-04-04 22:42:24 +02:00
Benson Muite
357c5a8e03
Update example_centos.rst
...
Remove second installation of EPEL
Signed-off-by: Benson Muite <benson_muite@emailplus.org>
2020-04-04 15:28:58 +03:00
Sascha Wiswedel
2904b27812
MySQL 5.6 is EOL already, MariaDB 10.1 is as good as EOL
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-04-02 14:20:57 +02:00
Sascha Wiswedel
f360e4f0af
updated a bunch of screenshots
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 23:29:46 +01:00
Sascha Wiswedel
b627ebacfb
removed no longer referenced screenshots
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-03-28 23:28:46 +01:00
Benson Muite
0885ed9e1e
Update example_centos.rst
2020-03-28 21:27:03 +03:00
Benson Muite
b55f855b36
Update example_centos.rst
...
Indicate for PHP 74.
Use dnf instead of yum
Add reference to manual install for more PHP modules
2020-03-28 13:46:49 +03:00
John Molakvoæ
527a0e3014
Merge pull request #1908 from bkmgit/patch-2
...
Update example_centos.rst
2020-03-28 11:40:09 +01:00
Benson Muite
ebf8426b14
Update admin_manual/installation/source_installation.rst
...
Co-Authored-By: John Molakvoæ <skjnldsv@users.noreply.github.com>
2020-03-28 12:27:02 +03:00
Benson Muite
6d929bf058
Update source_installation.rst
...
Indicate can also use PHP 7.4
2020-03-28 12:13:13 +03:00
Benson Muite
ee3d42a527
Update example_centos.rst
...
Update PHP 7.2 to PHP 7.4
2020-03-28 12:11:54 +03:00
Benson Muite
cf2b8549af
Update example_centos.rst
...
Update reference location for listing of PHP modules
2020-03-28 12:08:50 +03:00
Jan-Christoph Borchardt
c5b521f50d
Merge pull request #1852 from ahstro/fix/gender
...
Use more inclusive pronouns
2020-03-26 23:39:59 +01:00
Jos Poortvliet
0dfdd8bc85
added web installer
...
Can't believe we didn't have any info about the web installer... This is basic, a copy-paste from the website, but something at least.
2020-03-03 15:56:30 +01:00
Anton Strömkvist
62a5862359
Use more inclusive pronouns
...
Replace instances of gendered pronouns (e.g. 'she' and 'he')
with an equivalent variant of singular 'they'
Signed-off-by: Anton Strömkvist <anton@stromkvist.com>
2020-02-27 22:14:46 +01:00
Daniel Kesselberg
cda627b7c8
Fix: Title underline too short
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Julius Härtl
83ee3abc78
Merge pull request #1830 from EV21/fix-headings
...
adds more discription for sub-dir based config
2020-02-21 12:57:02 +01:00
EV21
b52df4aa53
Apply suggestions from code review
...
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
2020-02-21 12:36:46 +01:00
Julius Härtl
36f4ee1fce
Serve webm, mp4 files directly in nginx
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-20 21:55:20 +01:00
Eduard Veit
1a196eacce
adds more discription
...
Signed-off-by: Eduard Veit <developer@ev21.de>
2020-02-18 14:15:10 +01:00
Roeland Jago Douma
21f8283cb2
MariaDB 5.5 is EOL for 19
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-07 10:43:20 +01:00
MichaIng
b95c0e0185
Remove obsolete HOME and HTTP_HOME variables from Apache2 config
...
Additionally align format for Debian/Ubuntu and CentOS/RHEL configs:
- Consistent spacing and order
- No double quotes around directory path which does not contain spaces
Signed-off-by: MichaIng <micha@dietpi.com>
2020-01-24 13:23:47 +01:00
Julius Härtl
407a2d70c4
Move to python3
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-20 14:29:31 +01:00
Daniel Kesselberg
abbc7273fd
Make the table great again
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-01-09 20:08:10 +01:00
Roeland Jago Douma
0609d3485d
Update recommended DBs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-06 20:18:14 +01:00
Julius Härtl
f57d6da35b
Remove outdated module list
...
Fix #1358
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 22:27:04 +01:00
John Molakvoæ
c2a6edb5e4
Merge pull request #1748 from Zocker1999NET/ext/nginx_dot_files_upload_fix
...
admin_manual/installation/nginx: Added tip for allowing uploads while blocking dot files
2020-01-02 17:42:57 +01:00
Julius Härtl
9890900cd5
Cleanup installation manual
...
Move example out of manual installation, mark snap/vm as community project
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 15:33:45 +01:00
Roeland Jago Douma
07bf3b068a
Merge pull request #1742 from martbock/patch-2
...
Fix typo
2019-12-23 09:48:18 +01:00
Roeland Jago Douma
806bf5ce4c
Merge pull request #1749 from nextcloud/fix/supported-php-versions
...
Update supported php versions for 18
2019-12-23 09:43:41 +01:00
Christoph Wurst
3e4931c856
Update supported php versions for 18
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-19 10:59:25 +01:00
Felix Stupp
cb29d8155f
admin_manual/installation/nginx: Added tip for allowing uploads while blocking dot files
...
Signed-off-by: Felix Stupp <felix.stupp@outlook.com>
2019-12-16 00:46:26 +01:00
Martin Bock
a0c7033bd6
Fix typo
2019-12-03 15:38:59 +01:00
John Molakvoæ
b39c6e0783
Add hash module to required list ( #1549 )
...
Add hash module to required list
2019-11-20 07:52:32 +01:00
John Molakvoæ
2b088bbfd1
hash only on FreeBSD
2019-11-20 07:41:01 +01:00
Jasper Knockaert
8f6c1aa61a
fix PATH_INFO
...
`try_files` was added in #1674 , but that resets `$fastcgi_path_info`. This PR makes sure PATH_INFO gets the original value.
2019-10-24 20:19:07 +02:00
Roeland Jago Douma
f8bf1de627
Harden NGINX config
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-24 10:22:06 +02:00
blizzz
2375475d6d
Merge pull request #1648 from J0WI/postgresql11
...
Add PostgreSQL 11
2019-10-07 17:15:11 +02:00
Daniel-I-Am
ead8ce00e1
Refresh linux distro requirements
...
Signed-off-by: Daniel-I-Am <djdecloet@gmail.com>
2019-10-04 22:29:10 +02:00
J0WI
b18d2f8a3e
Add PostgreSQL 11
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-10-03 23:55:55 +02:00
John Molakvoæ
9958118d86
Update Nginx subdir headers to match webroot config ( #1597 )
...
Update Nginx subdir headers to match webroot config
2019-09-23 11:40:58 +02:00
Christoph Wurst
63e39e2b5b
Also load bcmap files with nginx
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-26 14:14:04 +02:00
MichaIng
3fc4f5def4
Update Nginx subdir headers to match webroot config
...
+ Ref: https://github.com/nextcloud/documentation/pull/1520
+ The master merge to resolve conflicts has reverted the headers changes for the subdir config. This commit redoes the intended changes, to match Nginx webroot config and .htaccess.
Signed-off-by: Micha Felle <micha@dietpi.com>
2019-08-24 14:34:41 +02:00
Wehzie
fc0336f117
Missing determiner "the"
...
Added "the" in "... at least the following settings..."
2019-08-11 15:58:23 +02:00
Wehzie
0974dcb824
Fixed varying capitalization
...
Settled for "includeSubDomains" over "includeSubdomains" as also found on Mozilla docs https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
Furthermore removed semicolon as it doesn't appear in the Apache config
2019-08-04 02:41:38 +02:00
Daniel Hansson
4081dbde31
add the VM scripts as an option on Ubuntu Server
2019-07-09 22:11:03 +02:00
Bram Ceulemans
a9543a3fdd
Add hash module to required list
...
Signed-off-by: Bram Ceulemans <bramceulemans@me.com>
2019-07-07 18:55:45 +02:00
John Molakvoæ
d2963c0160
Merge branch 'master' into x-frame
2019-07-03 16:59:19 +02:00
J0WI
994ec1f1f1
Update path to PHP 7.2 config
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 11:44:39 +02:00
mrplow87
be04ba4a33
add server_port variable to well-known redirects
...
if Nextcloud is used on a custom HTTPS port, the well-known redirects do not work, because the server port is not included in the redirect.
2019-07-02 05:32:07 +00:00
John Molakvoæ
27a144d2a1
Cleanup trailing slashes and spaces ( #1521 )
...
Cleanup trailing slashes and spaces
2019-07-02 06:39:10 +02:00
John Molakvoæ
cd81f70d0d
Update path to php-fpm socket ( #1523 )
...
Update path to php-fpm socket
2019-07-02 06:34:39 +02:00
J0WI
38b119ae8d
Update path to php-fpm socket
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 00:09:52 +02:00
J0WI
0bc2e15849
Document the front_controller_active param
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 23:20:59 +02:00
J0WI
e9fdb9cc0e
Cleanup trailing slashes and spaces
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:33:35 +02:00
J0WI
75727f475b
Use "always" condition for security headers
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
017754a3f3
Sort headers
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
d7daa197a8
Add X-Frame-Options header to nginx
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
Daniel Kesselberg
a865341ad4
Bump minium pqsql version to 9.5
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-27 23:58:17 +02:00
John Molakvoæ
37c0a9de78
Serve map files for nginx configs
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-19 13:15:35 +02:00
Morris Jobke
0d8633cff5
Remove recommendation for opcache on CLI
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 14:25:32 +02:00
Joas Schilling
6af1a5cff2
Update admin_manual/installation/source_installation.rst
...
Co-Authored-By: wiswedel <wiswedel@users.noreply.github.com>
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
0a14840eef
Added Guests and Terms of Service to the list of supported apps
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
06ad8b6938
added PHP 7.3 to installation prerequisites
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
5adc5cab71
Apache config reordering
...
order was confusing for CentOS setup
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
b6e3ea2b6f
cleanup on installation page
...
rearranged orders, adjusted headliens
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
dd4832b324
Added Group folders to list of supported apps
...
new supported app: Group folders
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
b77a0914c2
formatting on list of supported apps
...
corrected formatting for a bullet point
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Julius Härtl
f2f700e506
Add list of possible remote connection destinations
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-02 10:16:45 +02:00
ernstkl
1c1ce1ad72
Update source_installation.rst
...
grammar fix
2019-05-01 09:43:07 +02:00
Morris Jobke
7d050158fc
Update source_installation.rst
2019-04-29 17:23:15 +02:00
Daniel Hansson
7554ccb96d
Add the Nextcloud VM scripts to Linux installation
...
Self explanatory
cc @nextcloud/documentation
2019-04-25 09:07:11 +02:00
Olav Seyfarth
9af9118cdc
Update source_installation.rst
2019-04-09 21:10:48 +02:00
Daniel Hansson
ae8cd733e6
update VM versions
2019-04-06 16:20:25 +02:00
Morris Jobke
c80337360d
Revert "change nginx-config for subdir to resolve /ocm-provider properly"
2019-03-21 14:20:50 +01:00
Morris Jobke
a679038fb6
Merge pull request #1293 from nextcloud/shorten-regex
...
Combine regex for ocs-provider and ocm-provider
2019-03-21 13:58:11 +01:00
Clemens Tolboom
1dd8bd5012
Replace markdown into RST links
2019-03-20 09:05:48 +01:00
luvarqpp
17a3babfce
Add another common problem
...
After following two different tutorials on Internet, I have encountered login loop after fresh install. It had taken me some time to fix this problem, so I am proposing this troubleshooting part here.
2019-03-19 07:01:20 +00:00
Marius Blüm
a6714557ec
Remove unneeded lines
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 10:56:14 +01:00
Marius Blüm
b686bf71c2
Update links and supported products
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 10:55:34 +01:00
Marius Blüm
bddb8b4f63
Update supported apps
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-13 12:15:41 +01:00
Morris Jobke
7a6a8701af
Update admin_manual/installation/nginx.rst
...
Co-Authored-By: josh4trunks <joshruehlig@gmail.com>
2019-03-06 00:40:01 -08:00
Joshua Ruehlig
5fc159b524
Combine Attribution / Thanks
...
I don't see a reason I need my own statement, can just combine these sentences.
2019-03-05 12:07:32 -08:00
Joshua Ruehlig
3206db9fb8
Combine regex for ocs-provider and ocm-provider
...
Combine regex for ocs-provider and ocm-provider
2019-03-05 11:04:30 -08:00
Morris Jobke
df91eb5105
Merge pull request #1280 from BernieO/patch-1
...
change nginx-config for subdir to resolve /ocm-provider properly
2019-03-04 13:48:35 +01:00
ThaChillera
91e743eab3
added text for mimetype fix
2019-03-04 09:34:04 +01:00
BernieO
83bb1aa353
update nginx subdir config to properly resolve oc(m|s)-provider
...
signed-off-by Bernhard Ostertag <bernio.github@gmx.de>
After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
Your web server is not properly set up to resolve “/ocs-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this rewrite has to be added to the nignx configuration when running nextcloud in a subdirectory of webroot
2019-03-03 07:44:35 +01:00
BernieO
0232831d26
update nginx subdir config to resolve oc(m|s)-provider
...
signed-off-by Bernhard Ostertag <bernieo.github@gmx.de>
After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
Your web server is not properly set up to resolve “/ocs-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this rewrite has to be added to the nignx configuration when running nextcloud in a subdirectory of webroot
2019-03-03 07:42:30 +01:00
BernieO
71bc6e6ab7
change nginx-config for subdir to resolve /ocm-provider properly
...
After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this redirect has to be added to the configuration
signed-off by bernieo.github@gmx.de
2019-02-28 17:33:22 +01:00
Jack Hazlehurst
dc03320f8a
Fixed grammar error.
...
an -> a
2019-02-18 16:05:49 +00:00
Bjoern Schiessle
b714250b2c
add exception for ocm-provider end-point
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-18 10:25:47 +01:00
Hans Erasmus
4bfe024221
Changed CentOS install to SCL from webtatic
...
Fixed the repo issue as previously discussed. Please note I added `imagick` package now as default. IMHO it is of no use to warn a user about it on the admin page if it is not to be used. This how-to should act as a one-stop page for them to get a basic Nextcloud up and running, without issues. (Excluding SSL etc which is more advanced).
2019-02-15 09:40:20 +00:00
michag86
fc676e43a5
add rh-php72-php-pecl-apcu for centos too
...
add rh-php72-php-pecl-apcu for centos too
2019-02-12 18:38:06 +01:00
Roeland Jago Douma
1c5b110b21
rh-php72-php-pecl-apcu is required on RH/Centos
2019-02-12 11:53:13 +01:00
Hans Erasmus
1172299666
As requested per comment
...
Like this?
2019-02-07 07:53:13 +00:00
Hans Erasmus
19d71166e3
Fixed formatting that displayed off-screen
...
The changes did not fit into the window when viewing the docs for Ubuntu install. Fixed it according to what I thought would be displayed better.
2019-02-07 07:53:13 +00:00
Hans Erasmus
c2611463cf
Update CentOS7 install procedure
...
After upgrading from 14.04 to 15.02 I got a warning about `imagick` on my server, so it seems that although it is not compulsory, it might be a good idea to add it to minimize the number of warnings a user might experience after initial install.
2019-02-05 09:18:37 +00:00
Marius Blüm
15ae47361c
Minor change to System requirements
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-02 10:08:07 +01:00
Roeland Jago Douma
dcd10b19cc
Merge pull request #1214 from nextcloud/admin-manual-refactoring
...
Move some sections and rename headings
2019-02-01 22:57:06 +01:00
Marius Blüm
a70cd97aa4
iOS Files & Talk apps are requiring iOS 10.x
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-01 22:23:59 +01:00
Morris Jobke
d5780957ad
Rename sections and remove "configuration/configure" from the elements in the configuration section
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:48:33 +01:00
Morris Jobke
64d62c6489
Move "hardening server" section from configuration to installation part
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:37:14 +01:00
Morris Jobke
44b3b09227
Move server tuning from configuration section to the installation section
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 16:34:32 +01:00
Jack
fdde09ad79
Nginx config: Remove line-breaks from STS header
...
This patch removes the incorrect line-breaks in the Strict-Transport-Security Headers.
Just removing the comment at the beginning of the line (and therefore having a line-break in the header field) leads to various kinds of failures across different clients and browsers.
2019-01-25 16:04:40 +01:00
Morris Jobke
c209bb6be8
Merge pull request #1121 from nextcloud/centos_php72
...
Centos php72
2019-01-24 14:51:49 +01:00
Albirew
0166461af8
added IPv6 example in trusted_domains
...
Since IPv6 have to be inside brackets to work here, an example should be added.
2019-01-16 19:01:15 +01:00
Jasper Knockaert
55b98625bd
fix regular expressions in nginx config
...
A number of fixes to regular expressions in the nginx config example:
* escaping forward slash by prefixing a backslash (not essential, but seems good practise anyway)
* fix the second expression in fastcgi_split_path_info to allow for uris ending in .php (which do satisfy the location definition but would result in a 404 with the current specification of fastcgi_split_path_info
* adding /nextcloud to all regex location definitions in the subdirectory example
2019-01-15 13:49:12 +00:00
michag86
84bf80608b
fixed a typo
2019-01-14 08:10:01 +01:00
Jani Uusitalo
9ff752fb02
Fix indefinite article before Nextcloud (an->a)
2019-01-10 17:44:30 +02:00
michag86
c8097b17af
Additional changes from hanserasmus
2019-01-10 07:31:44 +01:00
michag86
9e7744fa36
change link to php72
2019-01-06 15:47:28 +01:00
michag86
874c3dc86f
Updating to PHP 7.2
...
updating to php72
adding rh-php72-php-intl
adding uninstallation commands for old php54 (sometimes updating breaks the apache config, because php54 config is recreated)
symlink command for binary for short paths for usage in cron
2019-01-06 15:45:42 +01:00
Kevin Köck
c1f09abaf6
Bugfix in nginx configuration
...
Original configuration provided did not work, figured this could be the solution. It works at least.
2019-01-02 11:13:39 +00:00
Flávio Gomes da Silva Lisboa
8490e2684b
Move recommendation to 18.04 #1030
2018-12-26 07:34:46 -02:00
TP75
bb39b819f1
PHP 7.0 in php.ini & php-fpm configuration notes
...
Path names have to be set in respect of the installed PHP (>= 7.0, 7.1 or 7.2) as applicable.
2018-12-18 21:14:34 +00:00
Jonas Sulzer
c3d9bcc40e
/.well-known/webfinger nginx rule for Social app
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-08 00:40:41 +01:00
Morris Jobke
538e00c491
Merge pull request #1003 from nextcloud/fix-warnings-on-install-page
...
Fix warnings and links on install page
2018-12-04 16:47:27 +01:00
Morris Jobke
41f7170046
Fix warnings and links on install page
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 16:43:51 +01:00
Morris Jobke
f7e02f7b1f
Update required PHP modules
2018-12-04 16:27:35 +01:00
Morris Jobke
8cc9f203d2
Fix typo
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 17:15:16 +01:00
Morris Jobke
a6410160f1
Nextcloud 15 support PHP 7.3 as well
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:24:05 +01:00
Morris Jobke
3d49e259b1
Fix typo in chown
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:23:52 +01:00
Morris Jobke
a6d857732f
Remove unneeded links (they are in the navigation already) and fix little typos
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:20:06 +01:00
Morris Jobke
e3b368849c
Move "apps management" to same level as "user management"
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:19:23 +01:00
Morris Jobke
9641633535
Merge pull request #945 from nextcloud/NC15-cleanup
...
Cleanup structure and duplicate outdated docs
2018-11-28 16:53:55 +01:00
John Molakvoæ (skjnldsv)
426e5fd432
Fix source installation links
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 15:08:28 +01:00
John Molakvoæ (skjnldsv)
3981d73332
Fix linking and rst errors on admin manual
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 11:48:27 +01:00
cooboyno111
6d271e68ee
Update source_installation.rst
2018-11-26 13:57:12 +08:00
yugofire
7612d3dfbe
Replace text in installation_wizard.rst ( #920 )
...
Replace line 63 : "You will need the root database login, or any administrator login that has permissions to create and modify databases, and then enter any name you want for your Nextcloud database." by : "You will need the root database login, or any administrator login , and then enter any name you want for your Nextcloud database.
Be careful your administrator login needs to have the permissions to create
and modify databases and he needs to have the permissions to grant permissions
to other users."
2018-11-22 09:55:02 +01:00
Hans Erasmus
c39bf32b73
Fixed NC hardcoded version in installation on CentOS ( #935 )
...
* CentOS 7 walkthrough install created
* Update source_installation.rst
Added additional dependency to extract tar ball.
* Added entries from the comment of @michag86
* Fix Nextcloud version number in CentOS install
Removed the hardcoded 'Nextcloud 13' line in the CentOS install to make it more generic.
2018-11-20 14:05:25 +01:00
Morris Jobke
ee75fbe8bc
Update nginx regex to also server woff2
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-19 09:34:41 +01:00
Hans Erasmus
09cad635c9
CentOS 7 walkthrough install created ( #843 )
...
* CentOS 7 walkthrough install created
* Update source_installation.rst
Added additional dependency to extract tar ball.
* Added entries from the comment of @michag86
2018-11-13 09:13:55 +01:00
Daniel Hansson
b631fab80e
update text and formatting ( #924 )
...
* update text and formatting
cc @jospoortvliet @MorrisJobke
* correct typo
* removed official
2018-11-12 15:33:11 +01:00
Jos Poortvliet
c8fa1060a8
We have two VM's, add Univention.
...
Of course, we should have had both options here from the beginning... 🙈
2018-11-05 15:15:11 +01:00
Daniel Hansson
23efcb9bb1
update name
2018-10-19 21:40:54 +02:00
Marios Zindilis
402c2eaf87
Rephrased web browser requirement
2018-10-15 07:24:27 +01:00
Morris Jobke
75fc0d26c3
Merge pull request #864 from anoymouserver/patch-1
...
updated php-handler since php 7 is required
2018-10-03 16:24:38 +02:00
Jani Uusitalo
9d48ee7f31
Use a2ensite instead of ln -s to enable site
...
Replace instruction using `ln -s` to enable Apache
site to use `a2ensite` instead in Debian and
derivatives. Closes #884 .
2018-10-02 15:50:50 +03:00
Morris Jobke
02b666abc3
Merge pull request #878 from MarcelWaldvogel/htaccess-slash
...
NC 14.0.1 requires the terminal / on overwrite.cli.url
2018-09-28 11:46:03 +02:00
Marcel Waldvogel
1a14327dbf
NC 14.0.1 requires the terminal /
...
for overwrite.cli.url when going to the root.
Maybe required as well for other paths?
2018-09-27 08:46:44 +02:00
anoy
9ab39ed554
updated php-handler since php 7 is required
2018-09-15 12:01:46 +02:00
signupforacomment
64246532a9
Update source_installation.rst
...
After updating from Nextcloud 13 to 14 and accessing the login page, the message appears the OpenSSL extension IS to even login
2018-09-12 14:08:19 +00:00
Tilo Spannagel
c153d70619
Add Referrer-Policy header to second location
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-09-11 15:03:38 +02:00
Louis Matthijssen
9c439e97f9
Set Referrer-Policy header for nginx installation docs
2018-09-09 21:33:35 +02:00
Joas Schilling
0b43f1d0ed
Remove all mentions of php 5.6 and below
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-04 12:11:07 +02:00
Julius Härtl
9a54e35f8f
Fix path to apps management screenshots
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-13 22:09:23 +02:00
Moviuro
c40a80a236
Update nginx.rst
...
Avoid leaking `X-Powered-By`
Add link to a sane nginx TLS configuration
2018-07-26 18:07:23 +02:00
Morris Jobke
013e81caa6
Add 7.2 for 13
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-25 08:53:54 +02:00
Morris Jobke
e2b0f43f1f
Merge pull request #809 from nextcloud/bugfix/noid/small-changes-system-requirements
...
small changes to system requirements
2018-07-24 13:43:59 +02:00
Marius Blüm
72f4c199a6
fix comment from Morris
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-24 11:45:04 +02:00
Morris Jobke
62ca248d24
Merge pull request #815 from nextcloud/app-management
...
App management docs
2018-07-24 10:13:37 +02:00
Morris Jobke
d57f55d93e
Fix table
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-24 09:47:53 +02:00
Marius Blüm
d06e0ec70d
App management docs
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-22 22:10:58 +02:00
lug-gh
b2d9243c9f
spelling of Debian "Stretch" incorrect
...
Strech -> Stretch
2018-07-21 12:25:16 +02:00
Marius Blüm
5e489e923f
small changes to system requirements
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-09 23:51:56 +02:00
Marius Blüm
6f0cf9adc3
Incompatible / Webserver-typo
2018-07-04 17:25:32 +02:00
Morris Jobke
079811594d
Fix minor style issues
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-04 13:41:19 +02:00
Morris Jobke
3665995168
Fix typo
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-04 13:37:31 +02:00
Marius Blüm
1a17ec3354
Layout fixes
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-04 13:26:08 +02:00
Marius Blüm
bbba50603a
Implement feedback from @juliushaertl
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-04 11:50:20 +02:00
Marius Blüm
9fbf7ae7f6
Remove Hypervisors
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-04 11:31:00 +02:00
Marius Blüm
c001e0b20d
New system requirements-page
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-04 10:59:44 +02:00
Marius Blüm
eedbe3bd64
Some updates on Talk-requirements and small things...
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-06-29 16:14:55 +02:00
Benedikt Geissler
479a68be65
Use $request_uri instead of $uri in nginx config
...
Signed-off-by: Benedikt Geissler <benedikt@g5r.eu>
2018-06-25 02:14:00 +02:00
R4SAS
754effd61a
fix pattern which split path to script
2018-05-29 01:41:20 +03:00
Morris Jobke
2df383ee8d
Merge pull request #769 from prynhart/master
...
It would be safer and tider to make use of symlinks here. (If the pa…
2018-05-23 14:53:45 +02:00
Viktor Födowski
14558ded46
Fix external mysql binlog link
...
Fixes nextcloud/documentation#767
2018-05-23 09:13:50 +00:00
Rynhart, Patrick
cae8779451
It would be safer and tider to make use of symlinks here. (If the packages are updated then they won't make their way to /etc unless they are manually copied.)
2018-05-21 13:24:27 +12:00
Morris Jobke
a1bea5d68d
Fix type
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-04-04 12:18:36 +02:00
Morris Jobke
e51e071686
Merge pull request #658 from select/patch-1
...
Added a simpler way to get env vars in php-fpm
2018-04-04 12:17:25 +02:00
Morris Jobke
4710f47f84
Merge pull request #388 from nextcloud/redhat-centos-new-php
...
PHP upgrade for 5.6 and 7.0 on RHEL/CentOS
2018-03-21 15:15:14 +01:00
Joas Schilling
c7055af2d1
Fix link markup
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-20 08:58:40 +01:00
Joas Schilling
d904ccee53
Fix issues from cleanup in feb
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-20 08:50:39 +01:00
Jos Poortvliet
8808c850fe
5.6 still supported!
...
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2018-03-15 16:10:45 +01:00
Jos Poortvliet
23f017ae50
Merge branch 'master' into requirements
2018-03-15 15:49:18 +01:00
Jos Poortvliet
89059314aa
implement feedback.
...
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2018-03-15 15:46:55 +01:00
Morris Jobke
e81362300a
Merge pull request #682 from maxolasersquad/patch-1
...
Update install instructions for PHP7 on Ubuntu.
2018-03-13 09:28:06 +01:00
Marius Blüm
ae8c94499c
Its called macOS now :)
2018-03-09 12:39:40 +01:00
Roeland Jago Douma
8ab40ca01f
Update min OSX requirement
2018-03-09 12:28:00 +01:00
Maurice Meyer
864fc49d02
Update system_requirements.rst
...
Fixes #8645
2018-03-05 13:39:39 +01:00
David Baucum
0dcb655e27
Update install instructions for PHP7 on Ubuntu.
2018-02-14 16:46:41 -05:00
Marius Blüm
666ac710a7
Remove VideoCalls - add Talk
2018-02-13 18:43:52 +01:00
Marius Blüm
424b53f58e
Remove Nextant
2018-02-13 18:42:48 +01:00
Morris Jobke
15f11c14b6
Specify upper PHP version
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-07 10:07:14 +01:00
Falko
35e14e8c0d
Added a simpler way to get env vars in php-fpm
...
Answer was discussed here https://github.com/docker-library/php/issues/74 not and expert though
2018-01-29 09:50:08 +01:00