summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorGreek64 <32879245+Greek64@users.noreply.github.com>2018-01-04 18:11:21 +0100
committerGitHub <noreply@github.com>2018-01-04 18:11:21 +0100
commitb60365aba203d4900b5f3587bb0403b3fe0e7271 (patch)
tree3c262b6c3409ace9a88302e3bf3df899741c8107 /.examples
parent52b3ce0a54afb6f0e82fcc5f0acfeaaaa2e88ade (diff)
Updated README.md in .example Section
Diffstat (limited to '.examples')
-rw-r--r--.examples/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/.examples/README.md b/.examples/README.md
index 5a427618..0b381ee5 100644
--- a/.examples/README.md
+++ b/.examples/README.md
@@ -21,7 +21,11 @@ Example | Description
### full
The `full` Dockerfile example adds dependencies for all optional packages suggested by nextcloud that may be needed for some features (e.g. Video Preview Generation), as stated in the [Administration Manual](https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html).
-NOTE: The Dockerfile does not install the LibreOffice package (line is commented), because it would increase the generated Image size by approximately 500 MB. In order to install it, simply uncomment the 14th line of the Dockerfile.
+NOTE: The Dockerfile does not install the LibreOffice package (line is commented), because it would increase the generated Image size by approximately 500 MB. In order to install it, simply uncomment the 14th line of the Dockerfile.</br>
+
+NOTE: Per default, only previews for BMP, GIF, JPEG, MarkDown, MP3, PNG, TXT, and XBitmap Files are generated. The configuration of the preview generation can be done in config.php, as explained in the [Administration Manual](https://docs.nextcloud.com/server/12/admin_manual/configuration_server/config_sample_php_parameters.html#previews)</br>
+
+NOTE: Nextcloud recommends [disabling preview generation](https://docs.nextcloud.com/server/12/admin_manual/configuration_server/harden_server.html?highlight=enabledpreviewproviders#disable-preview-image-generation) for high security deployments, as preview generation opens your nextcloud instance to new possible attack vectors.</br>
The required steps for each optional/recommended package that is not already in the Nextcloud image are listed here, so that the Dockerfile can easily be modified to only install the needed extra packages. Simply remove the steps for the unwanted packages from the Dockerfile.