Commit Graph

1008 Commits

Author SHA1 Message Date
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
Jos Poortvliet
b86e8d0e68 link to portal.
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2018-01-27 22:36:56 +01:00
Jos Poortvliet
d740e2b1d0
Update system_requirements.rst 2018-01-27 14:06:21 +01:00
Jos Poortvliet
eb75e19fde
Update system_requirements.rst
I ehm... randomly increased some numbers... some were quite outdated, others just ancient. Might still need updating.

Also removed the term 'supported', nothing is 'supported' without a support contract. We just think it works ;-)
2018-01-27 14:02:27 +01:00
poldim
98c446c367
Fix typo to match image
Replace "/var/oc_data" with "/opt/nextcloud/"
2018-01-08 14:33:21 -08:00
Morris Jobke
4b05a84601
Specify Postgres version
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-13 11:23:44 +01:00
peterdamian
68514fa20f Use macOS where applicable, other minor changes 2017-11-30 18:44:25 -05:00
peterdamian
dd0a42a20d Rewrite a couple of small sections, clarify that images cannot have captions. 2017-11-30 17:22:57 -05:00
Morris Jobke
7583fba016
Remove links to removed section
* followup to #538
* fixes #613

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-24 13:34:37 +01:00
peterdamian
9919a3fd3d #600 Change headers to sentence case 2017-11-20 15:15:05 -05:00
Morris Jobke
2f2ff04c8b
Merge pull request #608 from peterdamian/change-peterdamian
Fix headers in the admin manual only
2017-11-17 07:54:07 +01:00
peterdamian
e07dd2c746 Header changes for the admin manual, #602 2017-11-15 17:01:03 -05:00
Morris Jobke
968a007d14
Merge pull request #601 from peterdamian/change-peterdamian
Minor spelling changes
2017-11-13 07:28:48 +01:00
peterdamian
530a67034f Change Sqlite to SQLite, behaviour to behavior and acute accent to apostrophe 2017-11-10 15:17:48 -05:00
Morris Jobke
e459ce6704
Fix nginx comment syntaxwise
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-07 10:02:27 +01:00
Martin
65ee2bdd9d Use IPv6 too in the Nginx config
Added IPv6 listens. Without them Nextcloud won't work over IPv6.
2017-09-17 15:10:29 +02:00
michag86
40f430a026 Merge branch 'master' into redhat-centos-new-php 2017-09-06 15:20:45 +02:00
tflidd
ff140b6d84 Update pretty URLs 2017-08-24 17:04:31 +02:00
Oliver Grawert
cc0268762f make clearer that it is either snap or deb in the example 2017-08-14 12:37:41 +02:00
Morris Jobke
e7c3ba470a Fix admin manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-19 16:55:05 +02:00
Daniel Hansson
7b8a81666e installing on Windows 2017-06-23 00:36:29 +02:00
Daniel Hansson
0c318df4d1 add info about the VM 2017-06-23 00:35:02 +02:00
Joas Schilling
fc55ba3375
Some admin errors
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-30 13:23:57 +02:00
Carla Schroder
d6777a3191 corrections to selinux page; troubleshooting and correct rules to use 2017-05-19 09:52:40 -05:00
Arne Fahrenwalde
c65ae40945 refined SELinux Settings for ownCloud 9.1
Tested on CentOS7
2017-05-19 09:46:27 -05:00
Morris Jobke
1296ca7f1e Merge pull request #465 from nextcloud/jospoortvliet-patch-1
Update apps_supported.rst
2017-05-16 00:12:45 -05:00
Jos Poortvliet
5e60d5006e Update apps_supported.rst 2017-05-16 00:12:13 -05:00
Morris Jobke
de6d0181f7 remove whitespace in nginx config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-15 12:41:59 -05:00
Joshua Ruehlig
51565cb62e Update nginx.rst
Increase TTL to match .htaccess.
Regex do not need to be case insensitive.
2017-05-15 10:03:14 -07:00
Morris Jobke
2b121ebfb1 Revert "Update Nginx documentation" 2017-05-15 11:47:18 -05:00
Joshua Ruehlig
a2a5e29dbf Update nginx.rst
Make example more in-sync with `.htaccess`. Also remove extensions Nextcloud never actually uses.
2017-05-15 09:15:28 -07:00
Jos Poortvliet
5e93c49d23 Update apps_supported.rst 2017-05-15 17:05:36 +02:00
Jos Poortvliet
0ded90a3b1 Update apps_supported.rst 2017-05-15 17:03:52 +02:00
Marius Blüm
99ad580a75 Add socialsharing_* plugins to apps_supported
Signed-off-by: Marius Blüm <marius@lineone.io>
2017-05-15 16:50:26 +02:00
Jos Poortvliet
19ce7c003c Update apps_supported.rst 2017-05-15 16:20:07 +02:00
Lukas Reschke
6d67997ba4 Merge pull request #462 from nextcloud/hsts-preload
Add notice about HSTS preload option
2017-05-15 14:26:06 +02:00
Joas Schilling
8f62c3d79d Merge pull request #459 from nextcloud/improve-headings
Improve navigation sidebar headings
2017-05-15 11:15:25 +02:00
Morris Jobke
fb1b37810f Add notice about HSTS preload option
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 23:06:41 -05:00
Morris Jobke
71269c002e Merge pull request #386 from benediktg/enable-compression-nginx
Do not disable gzip compression for nginx completely
2017-05-14 18:33:33 -05:00
Morris Jobke
2bc02b23f2 Improve sidebar headings
* remove term Nextcloud in headings - it only adds noise
* unify headings to have them grouped by wording (Upgrade ...)
* reduce the length of headings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 18:22:41 -05:00
Morris Jobke
0931d835d4 Merge pull request #458 from nextcloud/move-to-database-section
Move MySQL 4 byte to DB section
2017-05-14 16:01:35 -05:00
Benedikt Geissler
4077741fb4 Do not disable gzip compression in nginx config completely
see also issue #325

Signed-off-by: Benedikt Geissler <benedikt@g5r.eu>
2017-05-14 22:13:47 +02:00
Morris Jobke
028e4430e6 Move MySQL 4 byte to DB section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 15:13:01 -05:00
Morris Jobke
dc676ca45e Combine nginx_example and nginx into one page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 15:03:38 -05:00
Morris Jobke
a131b4d3e6 Remove Nginx section about compiling a module
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 15:03:10 -05:00
Morris Jobke
624ee988e3 Remove outdated PHP update guides for CentOS
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 13:58:58 -05:00
Morris Jobke
ddb08a983b Cleanup nginx config for old 403/404 pages
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-09 11:13:57 -05:00
Morris Jobke
1adc0190a7 remove HAProxy as mysql load balancer
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-03 15:39:35 -03:00
Morris Jobke
248391f6f3 Rename nginx config page name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-03 10:51:26 -03:00
Morris Jobke
6b2186d8f8 Merge branch 'cyberanca-patch-1' 2017-05-03 10:48:38 -03:00
Anca A
311cdbf091 Update source_installation.rst - Snap packages
Added instructions on installing Nextcloud via Snap Packages.

removed mention of Ubuntu from the snap package installation instructions
2017-05-03 10:47:38 -03:00
Morris Jobke
2b434c7fbd Add Same-Origin update for Nginx
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-03 10:37:08 -03:00
Morris Jobke
3ef5a6d229 Merge pull request #433 from ilpianista/master
Replace ownCloud Apps Store occurrences
2017-05-02 15:19:30 -03:00
Morris Jobke
9ef437c382
Update version number in links to 12
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-01 12:20:28 -03:00
Andrea Scarpino
678b6a8e16 Replace ownCloud Apps Store occurrences 2017-04-28 17:38:21 +02:00
Lukas Reschke
22e2530623
Remove recommendation to change permissions
1. The wording here is really off. We don't really recommend this highly.
2. This is even contraproductive as it disallows updating via the app store
3. Once we have automatic updates this will effectively decrease security from my PoV

Also, an attacker can execute code also using other ways once they have write access to Nextcloud or the data folder.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-26 11:13:50 +02:00
Tronde
1fa58bd3ca Removed note that nginx is not officially supported because it is. 2017-04-21 11:44:07 +02:00
Joas Schilling
daa543e4e0
No more 403 and 404 redirecting
The error pages broke OCS endpoints which return 403 and 404
https://github.com/nextcloud/server/issues/3847

Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-21 08:38:29 +01:00
michag86
ad5581042b added ldap module for 5.6 2017-03-16 07:31:20 +01:00
michag86
65d5838449 PHP upgrade for 5.6 and 7.0 2017-03-14 19:57:20 +01:00
Morris Jobke
51c5c95955 Merge pull request #371 from nextcloud/fix-nginx
Fix Nginx config
2017-03-07 22:11:30 -06:00
Morris Jobke
2b892b4e2e
Streamline OS recommendations
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-06 15:15:22 -06:00
Morris Jobke
d2ad167605
Improve documentation on recommended setup
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-02 23:30:43 -06:00
Morris Jobke
7fe0a4a746
Fix Nginx config
* see https://github.com/nextcloud/server/issues/237#issuecomment-229923262

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-01 00:38:11 -06:00
Roland Ramthun
c36ffbfb82 Update source_installation.rst
added the missing, but required module XMLReader and fixed the name of the mbstring module
2017-02-19 11:54:15 +01:00
Peter Mattern
099e4a65b9 Fix PHP prerequisites of databases
Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481)
are handled by PDO in recent Nextcloud versions.
2017-02-06 23:38:52 +01:00
linucksrox
b8c9d96d27 Add custom data path to strong permissions script in installation wizard, resolves #348 2017-02-03 14:41:41 -05:00
Joas Schilling
e77205d938 Merge pull request #50 from ayamshanov/fix_SELinux_commands
Fix semanage argument and add recursion and verbose for restorecon
2017-01-27 09:17:17 +01:00
Kasijjuf
c1721d576b typo: Correct significan to significant 2017-01-23 21:01:11 -06:00
RudiScholz
06bc1a1ed2 Update system_requirements.rst
Fix syntax error for innodb_large_prefix
2017-01-17 00:15:59 +01:00
Morris Jobke
fde7f70925 Merge pull request #301 from nextcloud/more-php-5.6-minimum
Adjust more mentions on php versions
2017-01-05 12:04:08 +01:00
Joas Schilling
66aa779a86
Downstream of https://github.com/owncloud/documentation/pull/2700
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 10:40:31 +01:00
Joas Schilling
27cb92fb6b
Adjust more mentions on php versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 10:00:43 +01:00
tflidd
87d0bca4e8 Update install instructions to Ubuntu 16.04 2017-01-04 23:13:56 +01:00
Marius Blüm
7d2ba0d653
Enterprise-Edition Fixes
* Oracle DB is only available with Nextcloud Enterprise Support currently, not with an non-existing Enterprise Edition
* S3 is rewritten now (…and does not require an non-existing Enterprise Edition)

Signed-off-by: Marius Blüm <marius@lineone.io>
2017-01-04 15:40:00 +01:00
tflidd
dbf6420764 Update prerequisites to php >=5.6 for NC 11 2016-12-29 22:25:25 +01:00
Jos Poortvliet
5e48c82cab change from @realrancor - tnx! 2016-12-16 15:57:47 +01:00
Jos Poortvliet
ce5031fc7c Update deployment_recommendations.rst 2016-12-11 20:15:14 +01:00
Jos Poortvliet
1062eff4b7 Update deployment_recommendations.rst
remove idiotic 'edition' stuff (we don't do closed source, yay) and make note of the php-fpm and nginx possibility.
2016-12-10 11:36:23 +01:00
Morris Jobke
76db1b7832
fix all the warnings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-09 12:07:01 +01:00
Lari Tikkanen
484b99f70b Update directory permissions
Fixes #255
Signed-off-by: Lari Tikkanen <lartza@outlook.com>
2016-12-08 16:39:24 +02:00
Marius Blüm
22c8dfe453 Fix Comments 2016-12-05 16:35:00 +01:00
Marius Blüm
fe23d423d1 Update Requirements 2016-12-05 16:26:52 +01:00
Joas Schilling
9b2f6ae682
Add docs about MySQL 4-byte support
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-22 13:32:21 +01:00
Joas Schilling
beee2162fa
Make sure mbstring, xml and zip are installed
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-27 10:22:31 +02:00
Schnello
bf5ae210ac add missing / 2016-10-16 10:37:41 +02:00
dnutan
be3e75d7da minor typos 2016-09-23 13:19:00 +02:00
Eric Enold
4ab7e1bcb8 nginx config: Fixed fastcgi_split_path_info regex
The previous regex didn't catch `/index.php/` which resulted in PHP-FPM being unable to process that site (required for the installation wizard).
2016-09-02 17:00:47 +02:00
Morris Jobke
1e3c4ff015 Update nginx_nextcloud_9x.rst
See nextcloud/server#769 for the corresponding Apache adjustment
2016-08-09 10:28:20 +02:00
Daniel Hansson
3362541c06 Add link to Nextcloud VM 2016-08-05 19:18:57 +02:00
Hagen Graf
a9da5f45c3 Update index.rst 2016-08-05 14:17:25 +02:00
Hagen Graf
5bfffc3218 reorder pages #112 2016-08-04 14:26:16 +02:00
Morris Jobke
481feaf598
add shibboleth 2016-07-27 13:27:44 +02:00
Morris Jobke
407dea2021
update supported apps 2016-07-27 11:27:30 +02:00
Joas Schilling
5e63e32194
Master is now NC11 2016-07-25 11:19:46 +02:00
Joas Schilling
d0ad5912e0
Add THE™ comment for cross links to all of them 2016-07-25 11:19:46 +02:00
Morris Jobke
2647609319
Fix it 2016-07-25 11:00:02 +02:00
Joas Schilling
d3d6ea5ac4
Some more cleanup 2016-07-21 15:31:49 +02:00
Lukas Reschke
6ccd2c5678
Branding 2016-07-21 00:21:47 +02:00
Morris Jobke
9c16aaf33c Merge pull request #61 from nextcloud/update-screenshots
Adjust screenshots
2016-07-14 14:55:43 +02:00
Joas Schilling
f28c228322
Cleanup admin manual from enterprise apps 2016-07-13 17:59:00 +02:00