Steve8291
577506debc
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-03-17 08:52:17 +00:00
hashashin1191
7f96662b1c
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com>
#6224
2021-03-16 21:11:47 +00:00
Robin Appelman
0eb7646c2b
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:34 +00:00
Francis Lavoie
6de87396e7
Update reverse_proxy_configuration.rst
2021-03-16 18:43:48 +00:00
Francis Lavoie
24464fc873
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:48 +00:00
Julius Härtl
59bfb8b6ea
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:53:03 +00:00
Morris Jobke
34e5d8832f
Combine the two Nginx reverse proxy examples
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:39:29 +01:00
Yash
a44fa54e95
Update reverse_proxy_configuration.rst
...
nginx redirect example
2021-01-20 14:35:32 +00:00
Morris Jobke
44bcae7d3f
Combine the two Nginx reverse proxy examples
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-20 15:28:05 +01:00
Morris Jobke
4fe337101a
Merge pull request #6056 from nextcloud/backport/5508/stable19
...
[stable19] Add Traefik v1 TOML example
2021-01-20 15:21:10 +01:00
Morris Jobke
e3e087cf24
Merge pull request #6060 from nextcloud/backport/6050/stable19
...
[stable19] Fixed sentence structure
2021-01-20 15:20:45 +01:00
Steve8291
8c9ab732e7
Fixed some sentence structure
...
Adjusting grammar.
2021-01-20 14:19:15 +00:00
فارس
314fec5e0a
gaddyfile reverse_proxy example
...
Added a Caddy reverse_proxy example
Signed-off-by: serafdev <fares@seraf.dev>
2021-01-20 14:18:59 +00:00
Elliott Partridge
50b68a9a53
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>
2021-01-20 14:18:17 +00:00
Vincent Petry
3e377419a5
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:57 +00:00
Bowen Ding
02a7338401
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:35:52 +01:00
Sascha Wiswedel
16de88934a
made log watching via occ more precise
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:42 +00:00
Sascha Wiswedel
b77b014902
cleaned up order of occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:42 +00:00
Sascha Wiswedel
6132dd9577
cleaned up occ logging documentation
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:41 +00:00
Sascha Wiswedel
91e5a87081
added occ commands from Log Reader
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-08 09:01:41 +00:00
Nextcloud bot
786dc34de6
generate documentation from config.sample.php
2020-12-22 03:57:26 +00:00
Georgiy Sitnikov
575c1b5e34
Correction
...
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 15:20:52 +00:00
Morris Jobke
882e130715
Merge pull request #5495 from nextcloud/backport/5469/stable19
...
[stable19] documented occ sharing commands
2020-12-01 23:04:17 +01:00
Sascha Wiswedel
04ccf35e30
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
48479dbabe
documented occ sharing commands
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-12-01 13:23:55 +00:00
Christoph Wurst
926719c26f
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:37 +00:00
Sascha Wiswedel
bf7ea76233
replace "persons"
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:10:42 +00:00
Sascha Wiswedel
d11117b1a5
Fix wrongful description of transfer-ownership
...
clarify share handling
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:10:41 +00:00
Mat M
47352e72fa
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-23 20:50:25 +00:00
Sascha Wiswedel
51ca3e266e
documented usage of variables for external storages
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-20 18:55:16 +00:00
Sascha Wiswedel
e862bdd722
updated external storage app store screenshot
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-20 18:55:15 +00:00
Victor Joos
4aeb030195
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
103978c7c4
formatting and wording retouching
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 17:08:56 +00:00
Daniel Calviño Sánchez
6ecd7af7ca
Fix description of "Enforce expiration date" parameter
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-16 17:08:55 +00:00
Sascha Wiswedel
2afc185cb3
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:54 +00:00
Simon Westersund
9e4a98b0cc
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:32 +00:00
Simon Westersund
784f49d6c0
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:31 +00:00
Morris Jobke
2e42358412
Update admin_manual/configuration_database/linux_database_configuration.rst
2020-10-28 14:32:41 +00:00
AndrewwHummer
edce01ca48
Update admin_manual/configuration_database/linux_database_configuration.rst
...
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:32:39 +00:00
AndrewwHummer
ac0f679c7d
add mysql ssl config
...
add mysql ssl config
2020-10-28 14:32:38 +00:00
Vanessa
a0f12e4e24
Update encryption_configuration.rst
...
Removed ownCloud link
2020-10-20 08:21:19 +00:00
Morris Jobke
80c2c78d74
Clarify on InnoDB file format
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 08:04:24 +00:00
Christoph Wurst
aa2cd4d544
Add admin occ app installation docs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 12:26:12 +00:00
nienzu
2b948e1511
Use GET instead of POST User Provisioning API
2020-10-09 14:05:14 +00:00
Nextcloud bot
037b6e93aa
generate documentation from config.sample.php
2020-10-09 03:45:44 +00:00
Morris Jobke
87d6785d2e
Recommend Ubuntu 20.04 instead of 18.04
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-06 08:25:36 +00:00
Damian Nowak
fcbb50e646
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-06 07:07:48 +00:00
Nextcloud bot
8392e86bd7
generate documentation from config.sample.php
2020-09-15 03:30:51 +00:00
AndrewwHummer
98a9fc18df
Update example_centos.rst
...
add ref to detailed apache config back again
2020-09-14 15:11:36 +00:00
AndrewwHummer
5c5a4a269d
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-09-14 15:11:35 +00:00