Commit Graph

3068 Commits

Author SHA1 Message Date
Michael Griego
e1e1487f86 Notes on using the Redis session handler
Requested by https://github.com/nextcloud/docker/pull/1364#issuecomment-765472103

Signed-off-by: Mike Griego <mike@griegocentral.com>
2021-03-21 12:31:02 -05:00
Morris Jobke
419a126f33 Fix underline
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-03-17 14:23:17 +01:00
ZeroPointMax
9b6ebc8998 add newline in reverse proxy docs
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2021-03-17 08:51:51 +00:00
Morris Jobke
ba1f758091 Merge pull request #6236 from mradhi/patch-2
Fix typo
2021-03-16 22:37:20 +01:00
Morris Jobke
ae995b2e6a Merge pull request #6082 from Steve8291/patch-4
Add note about when to enable SSL
2021-03-16 22:35:15 +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
8d67702d05 Merge pull request #6223 from StefanZGit/patch-3
Update release_schedule.rst
2021-03-16 22:15:18 +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
Morris Jobke
e21789bbe7 Merge pull request #6240 from nextcloud/trusted-proxies-host
Remove "host to resolve" from the list of valid options for `trusted_proxies`
2021-03-16 22:10:05 +01:00
kesselb
570a2960c3 Merge pull request #6218 from gonzalo-/master
Add support to OpenBSD
2021-03-16 20:54:10 +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
Morris Jobke
1a85b35587 Merge pull request #6197 from francislavoie/patch-2
Clean up Caddy proxy example
2021-03-16 17:06:20 +01:00
Robin Appelman
cfd4c494f7 Remove "host to resolve" from the list of valid options for trusted_proxies
There is no code to actually support that as far as I can tell
2021-03-12 11:54:44 +00: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
Mohamed Radhi Guennichi
0defa1bf7e Fix typo 2021-03-09 14:26:28 +01:00
Nextcloud bot
84a690983c generate documentation from config.sample.php 2021-03-09 04:02:02 +00:00
hashashin1191
99a253b50d Update source_installation.rst
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com>

#6224
2021-03-07 01:54:02 +08:00
Nextcloud bot
6494caed62 generate documentation from config.sample.php 2021-03-02 04:08:09 +00:00
Stefan
c82b119d5f Update release_schedule.rst 2021-02-25 08:51:24 +01: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
Francis Lavoie
f45a414a3c Update reverse_proxy_configuration.rst 2021-02-10 12:37:05 -05:00
Francis Lavoie
764d1234b3 Clean up Caddy proxy example
It's incorrect to use `reverse_proxy` for the dav paths because Caddy does not support paths in proxy addresses. Using a rewrite is the correct solution.

Was also pointed out here: https://github.com/nextcloud/documentation/pull/5894#issuecomment-772874944
2021-02-10 12:34:45 -05:00
Julius Härtl
f47e0a71f4 Add note about SAML limitation to apply to all login credential based auth mechanisms
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-02-04 11:04:33 +01:00
Nextcloud bot
2d2275cd59 generate documentation from config.sample.php 2021-01-29 04:00:06 +00:00
Steve8291
564286ecaa Add note about when to enable SSL
As the manual currently reads it sounds like you should always enable SSL for your database. Added note explaining that is is only necessary when you connect remotely.
Since the default install for MariaDB or MySQL only allows communication on localhost through a unix socket, this will not need to be configured for most installs.
2021-01-23 14:38:58 -05:00
Weston Myers
1350b0b86a Update reverse_proxy_configuration.rst
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 05:25:33 -05:00
Morris Jobke
36e687596a Combine the two Nginx reverse proxy examples
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:27:48 +01:00
Yash
c0335338ce Update reverse_proxy_configuration.rst
nginx redirect example
2021-01-20 15:13:06 +01:00
Steve8291
c6ad56441c Fixed some sentence structure
Adjusting grammar.
2021-01-18 19:26:39 -05: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
blizzz
c4a1b25c04 Merge branch 'master' into fix_systemd_cron 2021-01-14 21:55:12 +01:00
Christoph Wurst
0981cacc15 Merge pull request #5936 from nextcloud/update-migration-docs-oc-nc
Add doc to migrate from OC 10.5 to NC 20.0
2021-01-13 07:10:53 +01:00
Nextcloud bot
0488937981 generate documentation from config.sample.php 2021-01-13 04:01:37 +00:00
Vincent Petry
9f9892f333 Add doc to migrate from OC 10.5 to NC 20.0
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-12 18:09:24 +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
e7d295e779 Merge pull request #5894 from serafdev/patch-2
Caddyfile reverse_proxy example
2021-01-11 12:47:05 +01:00
Nextcloud bot
133fc61270 generate documentation from config.sample.php 2021-01-09 04:09:02 +00:00
Sascha Wiswedel
2e7383e709 made log watching via occ more precise
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:48:48 +01:00
Sascha Wiswedel
1e11ded034 cleaned up order of occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:50 +01:00
Sascha Wiswedel
b37be1ffbb cleaned up occ logging documentation
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:47:05 +01:00
Sascha Wiswedel
b90e9b1ac1 added occ commands from Log Reader
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-07 20:29:13 +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
فارس
336b713724 gaddyfile reverse_proxy example
Added a Caddy reverse_proxy example

Signed-off-by: serafdev <fares@seraf.dev>
2021-01-06 14:42:13 -05:00
Joas Schilling
442bc34b52 Merge pull request #5852 from nextcloud/enh/del-table-prefix
Table-Prefix is not available anymore
2021-01-04 14:27:38 +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