Commit Graph

2999 Commits

Author SHA1 Message Date
Nextcloud bot
6e30ea8853 generate documentation from config.sample.php 2020-12-09 03:53:16 +00:00
Elliott Partridge
876021c5ca 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-03 12:15:15 -05:00
Christoph Wurst
ce5134fb87 Deprecate the app code checker
* Remove from app publishing guide
* Add to app upgrade guide
* Drop from admin manual (kind of inappropriate anyway)

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-03 10:44:09 +01:00
Georgiy Sitnikov
f22f40b57b Correction
I believe "specific users in a space-delimited list" should looks like this. Or?
2020-12-02 10:40:37 +01:00
Morris Jobke
a846e7a20d Merge pull request #5465 from nextcloud/wiswedel/admin_documentation/upgrading/558_upgradePath
Describe step-by-step upgrading better
2020-12-01 10:54:54 +01:00
Sascha Wiswedel
a48e49e918 documented occ sharing commands
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-25 10:23:46 +01:00
Sascha Wiswedel
0944962916 Describe step-by-step upgrading better
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-25 09:56:32 +01:00
Christoph Wurst
c6b7f5a59c 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:37:00 +01:00
Sascha Wiswedel
b4ba21d874 replace "persons"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 12:17:14 +01:00
Sascha Wiswedel
0a2174eb1f Fix wrongful description of transfer-ownership
clarify share handling

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-24 09:16:08 +01:00
Mat M
20aadeef29 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:59:07 +01:00
kesselb
588d8caeb1 Merge pull request #5423 from nextcloud/wiswedel/admin_manual/external_files__userVariables
usage of variables in external storage mount points
2020-11-20 19:54:41 +01:00
Morris Jobke
64405a98ee Merge pull request #5278 from victorjoos/master
Adds links to end of ubuntu 20.04 example
2020-11-19 22:06:39 +01:00
Sascha Wiswedel
db68298315 formatting and wording retouching
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 17:52:51 +01:00
Sascha Wiswedel
bb393f38eb documented usage of variables for external storages
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 11:43:57 +01:00
Sascha Wiswedel
854c0f5c47 updated external storage app store screenshot
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-16 11:43:28 +01:00
Daniel Calviño Sánchez
f46fc733b0 Fix description of "Enforce expiration date" parameter
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-13 08:56:13 +01:00
Sascha Wiswedel
c972cd69b6 document upload chunk size
documenting https://github.com/nextcloud/server/pull/7056

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-11-10 15:17:46 +01:00
Simon Westersund
dcec6d6582 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-10-30 15:16:21 +02:00
Simon Westersund
f08de1c7b0 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-10-30 15:05:19 +02:00
Morris Jobke
e90372eb4b Update admin_manual/configuration_database/linux_database_configuration.rst 2020-10-28 15:30:49 +01:00
AndrewwHummer
66d13f2d44 Update admin_manual/configuration_database/linux_database_configuration.rst
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:07:15 +01:00
AndrewwHummer
b071977647 add mysql ssl config
add mysql ssl config
2020-10-28 12:54:58 +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
Vanessa
d5e97616bc Update encryption_configuration.rst
Removed ownCloud link
2020-10-20 10:08:24 +02:00
Morris Jobke
db8dcedaf2 Clarify on InnoDB file format
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 09:40:57 +02:00
Christoph Wurst
a326726214 Add admin occ app installation docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-14 14:23:32 +02:00
nienzu
9577b87f58 Use GET instead of POST User Provisioning API 2020-10-08 16:15:46 +08: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
Morris Jobke
b3a3a6497b Merge pull request #5156 from Nowaker/patch-2
server_tuning.rst: escape regexp properly
2020-10-06 09:04:28 +02:00
Nextcloud bot
a25a363592 generate documentation from config.sample.php 2020-10-05 03:48:21 +00: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
Nextcloud bot
012e83f150 generate documentation from config.sample.php 2020-09-18 03:39:37 +00: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
ad1a606b3b Fix unwanted comment in output
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:55:58 +02:00
Morris Jobke
5146a352e1 Fix user manual links
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:38:25 +02:00
Morris Jobke
bca770da73 Fix l10n build for user manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-09 21:25:25 +02:00
Morris Jobke
8a98803aac Merge pull request #3608 from keunes/patch-2
Update caching_configuration.rst
2020-09-09 18:29:12 +02:00
Martin
2b0d464150 Fix typos 2020-09-02 13:52:18 +02:00
Roeland Jago Douma
fa9d22b030 Add encryption migration docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-01 12:54:40 +02:00
Keunes
e4f08b5af7 Update caching_configuration.rst
Expand Redis explanation: inform user to update Redis config, and update socket name to a [more modern](https://help.nextcloud.com/t/error-redisexception-no-such-file-or-directory-at-closure/90684/2) one.
2020-08-27 10:20:25 +02:00
Jos Poortvliet
7a3fa8cc42 Update external_storage_configuration_gui.rst
Note that server-side encryption doesn't work with Nextcloud servers used as external storage.
2020-08-21 17:09:20 +02:00
Nextcloud bot
3bfc5d456a generate documentation from config.sample.php 2020-08-20 03:41:52 +00:00
Matthieu Bacconnier
355bad4931 Add missing space
And remove unnecessary hyphen.
2020-08-18 09:04:54 +02:00
Bjoern Schiessle
dc8c6185c3 render code block correctly
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2020-08-14 10:24:02 +02:00
Morris Jobke
14b9109bc0 Merge pull request #3019 from nextcloud/schiessle-patch-2
Update file_sharing_configuration.rst
2020-08-13 20:46:05 +02:00
Bjoern Schiessle
0ee85e2441 add documentation for the new "notification"-option of the rentention app
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2020-08-13 16:17:53 +02:00