From 8c06ac0a41552e0f85d72cb129dc457ce0d5266c Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 4 Feb 2025 15:10:49 +0100 Subject: [PATCH] Add default phone region --- apps/templates/nextcloud-helm.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index f4f6918..cf3a418 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -42,6 +42,11 @@ spec: $CONFIG = array ( 'trusted_proxies' => ['10.0.0.0/8', '192.168.1.1/32'], ); + phone.config.php: | + 'NL', + ); phpClientHttpsFix: enabled: true protocol: https @@ -51,8 +56,7 @@ spec: annotations: nginx.ingress.kubernetes.io/proxy-body-size: 100G nginx.ingress.kubernetes.io/configuration-snippet: | - more_set_headers "Strict-Transport-Security: max-age=15768001; includeSubDomains"; - more_set_headers "X-Forwarded-Strict-Transport-Security: $upstream_http_strict_transport_security"; + more_set_headers "Strict-Transport-Security: max-age=15768000; includeSubDomains"; # kubernetes.io/tls-acme: "true" cert-manager.io/cluster-issuer: prod-cluster-issuer # # Keep this in sync with the README.md: