From 67b8eddf356263d5e5685f8e19896a7a89c6696d Mon Sep 17 00:00:00 2001 From: Nicholas Istre Date: Sun, 31 May 2020 11:45:08 -0700 Subject: [PATCH] Add link to Nextcloud documentation. Signed-off-by: Nicholas Istre --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e969ce0..899204ff 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,8 @@ The following configurations are for using a compatible S3-implementation servic Optionally, the following configurations can also be used in any cases: - `S3_AUTOCREATE` (not set by default): Set to `1` to create the bucket if it doesn't exist. This requires that the keys given have permission to do this. +Check the [Nextcloud Documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html) for more information about using an object store services as primary storage. + ## Using the apache image behind a reverse proxy and auto configure server host and protocol The apache image will replace the remote addr (ip address visible to Nextcloud) with the ip address from `X-Real-IP` if the request is coming from a proxy in 10.0.0.0/8, 172.16.0.0/12 or 192.168.0.0/16 by default. If you want Nextcloud to pick up the server host (`HTTP_X_FORWARDED_HOST`), protocol (`HTTP_X_FORWARDED_PROTO`) and client ip (`HTTP_X_FORWARDED_FOR`) from a trusted proxy disable rewrite ip and the reverse proxies ip address to `TRUSTED_PROXIES`.