From f0b28cf098ee65e42730109ca7eb509e7e6809d6 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 27 Jul 2024 09:54:38 +0200 Subject: [PATCH] trusted proxies --- nextcloud/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index f176245b2..5f315efeb 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -77,7 +77,8 @@ ], "environment": { "NEXTCLOUD_PATH": "/data/config/www/nextcloud", - "SKIP_DATA_DIRECTORY_PERMISSION_CHECK": "yes" + "SKIP_DATA_DIRECTORY_PERMISSION_CHECK": "yes", + "TRUSTED_PROXIES": "**" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/nextcloud_ocr-{arch}",