From 58bc55f336912097f6cc42a8f8ce037f981c7e21 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 3 Feb 2025 13:14:02 +0100 Subject: [PATCH] nc add polling config --- apps/templates/nextcloud-helm.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index 629cc36..1781a1e 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -36,6 +36,18 @@ spec: # memory: 128Mi nextcloud: host: drive.hensen.io + configs: + polling.config.php: |- + + array ( + 0 => 'drive.hensen.io', + ), + 'overwrite.cli.url' => 'https://drive.hensen.io', + 'overwritehost' => 'drive.hensen.io', + 'overwriteprotocol' => 'https', + ); ingress: enabled: true # className: nginx