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