Skip to content

Commit

Permalink
update ingress snippet comment in values.yaml (#241)
Browse files Browse the repository at this point in the history
* 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 <andreas@northcode.no>

* Update charts/nextcloud/Chart.yaml version to `3.5.9`

Signed-off-by: JesseBot <jessebot@linux.com>

---------

Signed-off-by: Andreas Larsen <andreas@northcode.no>
Signed-off-by: JesseBot <jessebot@linux.com>
Co-authored-by: JesseBot <jessebot@linux.com>
  • Loading branch information
Northcode and jessebot committed Apr 16, 2023
1 parent 3ad31c7 commit 38f3ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 38f3ce9

Please sign in to comment.