From 6423ad8dd4a7c2e4e047edc1524a63ea7e33312b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gergely=20Horv=C3=A1th?= Date: Wed, 7 Aug 2024 14:39:31 +0200 Subject: [PATCH] Update docs to reflect changes in https://github.com/mother-of-all-self-hosting/ansible-role-nextcloud/pull/20 (#231) --- docs/services/nextcloud.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/services/nextcloud.md b/docs/services/nextcloud.md index 1884e73..e1bea9e 100644 --- a/docs/services/nextcloud.md +++ b/docs/services/nextcloud.md @@ -296,3 +296,12 @@ If it takes more time to run than a day, you may want to start it from the host ``` Also, please note: every time Nextcloud version is updated, you should rerun: `just run-tags adjust-nextcloud-config`. + +Other supported variables: + +`nextcloud_preview_preview_max_x` and `nextcloud_preview_preview_max_y` sets the maximum size of the preview in pixels.. +Their default value according to the [documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/previews_configuration.html) is `null` which is set by the playbook. +Using a numeric value will set the corresponding nextcloud variable and sets the size of the preview images. + +`nextcloud_preview_app_jpeg_quality` JPEG quality setting for preview images. +The default follows upstream default with 80.