ZeroPointMax
cdc94f627b
add newline in reverse proxy docs
...
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
2021-03-16 21:39:59 +00:00
Stefan
87dff72f33
Update release_schedule.rst
2021-03-16 21:15:44 +00:00
hashashin1191
7bf47a5024
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com>
#6224
2021-03-16 21:11:38 +00:00
Robin Appelman
789ca3a702
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-16 21:10:30 +00:00
Francis Lavoie
a3a02463de
Update reverse_proxy_configuration.rst
2021-03-16 18:43:43 +00:00
Francis Lavoie
79fc0f27c4
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-03-16 18:43:43 +00:00
Julius Härtl
e5c5b26af9
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:52:30 +00:00
Weston Myers
a23ad9b874
Update reverse_proxy_configuration.rst
...
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 11:49:40 +00:00
Morris Jobke
483540af10
Combine the two Nginx reverse proxy examples
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:27:58 +01:00
Yash
3659f35aa7
Update reverse_proxy_configuration.rst
...
nginx redirect example
2021-01-20 14:14:17 +00:00
Steve8291
9991c70f17
Fixed some sentence structure
...
Adjusting grammar.
2021-01-19 07:51:53 +00:00
Morris Jobke
2f0eb43321
Merge pull request #5952 from nextcloud/backport/5853/stable20
...
[stable20] Update example_ubuntu.rst
2021-01-15 10:08:55 +01:00
Vincent Petry
e2b715d7cc
Add doc to migrate from OC 10.5 to NC 20.0
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-15 08:58:44 +00:00
Omemanti
fb5e5d9a4e
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
2021-01-15 08:52:16 +00:00
Bowen Ding
7e108051aa
Make systemd not kill child processes of a cron job when it finishes
...
Signed-off-by: Bowen Ding <dbw9580@live.com>
2021-01-15 00:32:21 +01:00
anoy
bb0456685c
remove global browser caching
...
Signed-off-by: anoy <anoymouserver@users.noreply.github.com>
2021-01-12 17:00:54 +00:00
فارس
e01305fe72
gaddyfile reverse_proxy example
...
Added a Caddy reverse_proxy example
Signed-off-by: serafdev <fares@seraf.dev>
2021-01-11 11:47:18 +00:00
Sascha Wiswedel
b9a16e447e
made log watching via occ more precise
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:25 +00:00
Sascha Wiswedel
aadc4dd3ff
cleaned up order of occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:25 +00:00
Sascha Wiswedel
9ee513cd02
cleaned up occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:25 +00:00
Sascha Wiswedel
2a5b0b848b
added occ commands from Log Reader
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:25 +00:00
Daniel Kesselberg
5ad3e614ed
Table-Prefix is not available anymore
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-01-04 13:27:50 +00:00
John Molakvoæ
9dba2f630b
New lines are nice
2020-12-22 07:45:20 +00:00
John Molakvoæ
fa72608677
No more --force-rename
2020-12-22 07:45:20 +00:00
Sascha Wiswedel
fb517ae334
minor grammar corrections
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-22 07:45:20 +00:00
John Molakvoæ
b6fb894c91
Add move-calendar-rename flag docs
2020-12-22 07:45:20 +00:00
Elliott Partridge
f6e3925675
Add Traefik v1 TOML example
...
It took me a little while to figure out the correct configuration for Traefik v1 using the traefik.toml for configuration. So, I figured it would be helpful to document my findings.
Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com>
2020-12-04 09:08:53 +00:00
Georgiy Sitnikov
25be08bd8c
Correction
...
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 15:20:48 +00:00
Morris Jobke
46d43b0aad
Merge pull request #5494 from nextcloud/backport/5469/stable20
...
[stable20] documented occ sharing commands
2020-12-01 23:04:35 +01:00
Sascha Wiswedel
1a36d81609
Describe step-by-step upgrading better
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-01 13:24:23 +00:00
Sascha Wiswedel
a4c503be2f
documented occ sharing commands
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-01 13:23:42 +00:00
Christoph Wurst
66329c50a4
List bg version expiration as limitation of session cred ext strg
...
Background version expiration doesn't work if cron can't access the
storage. This limitation wasn't documented.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-25 09:12:20 +00:00
Sascha Wiswedel
8b70830a18
replace "persons"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:10:24 +00:00
Sascha Wiswedel
18a2b15552
Fix wrongful description of transfer-ownership
...
clarify share handling
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:10:24 +00:00
Mat M
3706af8b45
Improve suggested command line
...
Since mostly the www-data user has no shell, you cannot easily cd and the sudo locally.
Signed-off-by: Mat M <matm@gmx.fr>
2020-11-22 23:25:04 +00:00
Sascha Wiswedel
6cc9121147
documented usage of variables for external storages
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-20 18:54:55 +00:00
Sascha Wiswedel
20b5def201
updated external storage app store screenshot
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-20 18:54:55 +00:00
Victor Joos
cb7fb91ade
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-11-19 21:07:03 +00:00
Sascha Wiswedel
7f64a091f2
formatting and wording retouching
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 17:08:37 +00:00
Daniel Calviño Sánchez
3d7f14c4fe
Fix description of "Enforce expiration date" parameter
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-16 17:08:37 +00:00
Sascha Wiswedel
064d1e0a24
document upload chunk size
...
documenting https://github.com/nextcloud/server/pull/7056
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-10 14:24:34 +00:00
Simon Westersund
0edbfd0f39
Admin manual: Fix another typo and missing value
...
- "skip_server_name" with underscores.
- Add "= 1" which was missing. Assuming that the previous author meant
to enable this, since the default is 0.
Signed-off-by: Simon Westersund <swestersund@users.noreply.github.com>
2020-11-04 21:06:20 +00:00
Simon Westersund
71dc0bf90c
Admin manual: Fix typo in MySQL/MariaDB properties
...
- Change dashes to underscores in the property names. Verified the names
via the following documentation pages:
- MySQL: https://dev.mysql.com/doc/refman/8.0/en/server-option-variable-reference.html
- MariaDB: https://mariadb.com/kb/en/server-system-variables/
Signed-off-by: Simon Westersund <swestersund@users.noreply.github.com>
2020-11-04 21:06:20 +00:00
Morris Jobke
9ec5879cce
Update admin_manual/configuration_database/linux_database_configuration.rst
2020-10-28 14:32:31 +00:00
AndrewwHummer
6bbdbc08be
Update admin_manual/configuration_database/linux_database_configuration.rst
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:32:31 +00:00
AndrewwHummer
41af41663f
add mysql ssl config
...
add mysql ssl config
2020-10-28 14:32:31 +00:00
Vanessa
ae08ca2121
Update encryption_configuration.rst
...
Removed ownCloud link
2020-10-20 08:21:14 +00:00
Morris Jobke
55af086068
Clarify on InnoDB file format
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 08:04:06 +00:00
Christoph Wurst
956d791dfa
Add admin occ app installation docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 12:25:53 +00:00
nienzu
add8b230d0
Use GET instead of POST User Provisioning API
2020-10-09 14:05:06 +00:00