From 39227a48c2099feae38204146cc4a10bdb0ebc3d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 3 Feb 2025 14:41:35 +0100 Subject: [PATCH] nc add trusted proxies --- apps/templates/nextcloud-helm.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index 35868d0..f3fd67a 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -36,6 +36,12 @@ spec: # memory: 128Mi nextcloud: host: drive.hensen.io + configs: + proxy.config.php: | + ['10.0.0.0/8'], + ); phpClientHttpsFix: enabled: true protocol: https