Commit Graph

557 Commits

Author SHA1 Message Date
BernieO
d41fb74bb0 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-03-04 12:48:51 +00:00
ThaChillera
607e65f4ec added text for mimetype fix 2019-03-04 12:05:22 +00:00
Morris Jobke
6e83edecf8
Merge pull request #1257 from JackHazlehurst/patch-1
Fixed grammar error
2019-02-18 17:03:21 +01:00
Bjoern Schiessle
4f95d568a7 add exception for ocm-provider end-point
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-18 16:00:19 +00:00
Jack Hazlehurst
1db50a3040
Fixed grammar error.
an -> a
2019-02-17 00:16:31 +13:00
Hans Erasmus
0131d8a4df
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-14 14:24:17 +02:00
michag86
58f5a7ace7 add rh-php72-php-pecl-apcu for centos too
add rh-php72-php-pecl-apcu for centos too
2019-02-12 17:49:21 +00:00
Roeland Jago Douma
ecebda2554 rh-php72-php-pecl-apcu is required on RH/Centos 2019-02-12 12:51:05 +00:00
Hans Erasmus
5bff478b91
As requested per comment
Like this?
2019-02-07 09:07:35 +02:00
Hans Erasmus
bf94f47eb5
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-06 07:59:25 +02:00
Hans Erasmus
3f99ccd8c4
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 08:20:08 +02:00
Morris Jobke
72768a1fa5
Merge pull request #1217 from nextcloud/backport/1216/stable15
[stable15] iOS Files & Talk apps are requiring iOS 10.x
2019-02-03 17:06:34 +01:00
Morris Jobke
f726f3c35f Rename sections and remove "configuration/configure" from the elements in the configuration section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 21:57:25 +00:00
Morris Jobke
efe3c8cd68 Move "hardening server" section from configuration to installation part
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 21:57:25 +00:00
Morris Jobke
3386ce6469 Move server tuning from configuration section to the installation section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 21:57:25 +00:00
Marius Blüm
2ffe31c721 iOS Files & Talk apps are requiring iOS 10.x
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-01 21:42:03 +00:00
Jack
bd8c83ec0f 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-28 10:42:49 +00:00
michag86
662fefc2b2 fixed a typo 2019-01-24 13:52:05 +00:00
michag86
d208240c04 Additional changes from hanserasmus 2019-01-24 13:52:05 +00:00
michag86
eef094990c change link to php72 2019-01-24 13:52:05 +00:00
michag86
ef939db69b 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-24 13:52:04 +00:00
Albirew
3b857184c2 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:07:35 +00:00
Jasper Knockaert
828c5a94d1 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-16 16:18:40 +00:00
Jani Uusitalo
510102b450 Fix indefinite article before Nextcloud (an->a) 2019-01-10 20:36:53 +00:00
Morris Jobke
4d92be5c45
Revert "update text and formatting (#924)"
This reverts commit 9e825e9d3e.
2019-01-02 16:10:37 +01:00
Daniel Hansson
9e825e9d3e
update text and formatting (#924)
* update text and formatting

cc @jospoortvliet @MorrisJobke

* correct typo

* removed official
2019-01-02 16:08:04 +01:00
Morris Jobke
3e01cc71c0
15.0.x still supports PHP 7.0
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-02 12:40:49 +01:00
Flávio Gomes da Silva Lisboa
cc2da44e70 Move recommendation to 18.04 #1030 2018-12-26 14:06:56 +00:00
TP75
d512871046 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 20:59:47 +00:00
Kevin Köck
3c60128020
Bugfix in nginx configuration
Original configuration provided did not work, figured this could be the solution. It works at least.
2018-12-12 15:18:36 +01:00
Jonas Sulzer
6bc097961d /.well-known/webfinger nginx rule for Social app
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-08 11:28:35 +00:00
Morris Jobke
d065391a0b Fix warnings and links on install page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-04 15:47:46 +00:00
Morris Jobke
0e958478cf Update required PHP modules 2018-12-04 15:45:48 +00:00
Morris Jobke
ac0f26419d Fix typo
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-03 10:00:16 +00:00
Morris Jobke
0078802a20 Nextcloud 15 support PHP 7.3 as well
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-03 10:00:16 +00:00
Morris Jobke
1092ea4202 Fix typo in chown
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-03 10:00:16 +00:00
Morris Jobke
ae1cf83a48 Remove unneeded links (they are in the navigation already) and fix little typos
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-03 10:00:16 +00:00
Morris Jobke
1d0abfb5d2 Move "apps management" to same level as "user management"
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-03 10:00:15 +00: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