From 28cb803fd955211c96c63c0e7469bad964b776b4 Mon Sep 17 00:00:00 2001 From: Ernie Date: Wed, 16 Jun 2021 13:38:34 -0400 Subject: [PATCH] website/docs: Add a note about Protocol Overwrite (#1031) Added a note in the Nextcloud section for Protocol overwrite when behind a reverse proxy --- website/docs/integrations/services/nextcloud/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/integrations/services/nextcloud/index.md b/website/docs/integrations/services/nextcloud/index.md index 571123d92..4d18f5671 100644 --- a/website/docs/integrations/services/nextcloud/index.md +++ b/website/docs/integrations/services/nextcloud/index.md @@ -55,6 +55,12 @@ Under Attribute mapping, set these values: - Attribute to map the email address to.: `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress` - Attribute to map the users groups to.: `http://schemas.xmlsoap.org/claims/Group` +:::note +If Nextcloud is behind a reverse proxy you may need to force Nextcloud to use HTTPS. +To do this you will need to add the line `'overwriteprotocol' => 'https'` to `config.php` in the Nextcloud `config\config.php` file +See https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html#overwrite-parameters for additional information +::: + ## Group Quotas Create a group for each different level of quota you want users to have. Set a custom attribute, for example called `nextcloud_quota`, to the quota you want, for example `15 GB`.