Skip to content

Commit

Permalink
update ingress snippet comment in values.yaml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Northcode committed Jun 7, 2022
1 parent ea523e9 commit 3e04a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 2.14.4
version: 2.14.5
appVersion: 23.0.3
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
4 changes: 3 additions & 1 deletion charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ ingress:
# 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 3e04a42

Please sign in to comment.