From 172bb5fc1b7f02036eb7e56af114d8c2cd6eb507 Mon Sep 17 00:00:00 2001 From: Northcode Date: Tue, 7 Jun 2022 17:58:08 +0200 Subject: [PATCH 1/2] update ingress snippet comment in values.yaml Update well-known webfinger and nodeinfo redirects to match documentation in https://docs.nextcloud.com/server/23/admin_manual/issues/general_troubleshooting.html#service-discovery Signed-off-by: Andreas Larsen --- charts/nextcloud/Chart.yaml | 2 +- charts/nextcloud/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 3fde8f0a..8542b24d 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.5.7 +version: 3.5.8 appVersion: 26.0.0 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index f94c18ec..c9db7ec8 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -30,8 +30,8 @@ ingress: # nginx.ingress.kubernetes.io/server-snippet: |- # server_tokens off; # proxy_hide_header X-Powered-By; - - # rewrite ^/.well-known/webfinger /public.php?service=webfinger last; + # rewrite ^/.well-known/webfinger /index.php/.well-known/webfinger last; + # rewrite ^/.well-known/nodeinfo /index.php/.well-known/nodeinfo last; # rewrite ^/.well-known/host-meta /public.php?service=host-meta last; # rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json; # location = /.well-known/carddav { From 2941f1167b5fd032f9fcfeeb5d98ce38114af0ba Mon Sep 17 00:00:00 2001 From: JesseBot Date: Sun, 16 Apr 2023 20:10:58 +0200 Subject: [PATCH 2/2] Update charts/nextcloud/Chart.yaml version to `3.5.9` Signed-off-by: JesseBot --- charts/nextcloud/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 8542b24d..ab7bc36f 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 3.5.8 +version: 3.5.9 appVersion: 26.0.0 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: