feat(nextcloud): add nginx compatibility

This commit is contained in:
Kjeld Schouten
2025-03-11 14:11:27 +01:00
parent 397eb26837
commit a808817ae3
2 changed files with 4 additions and 1 deletions

View File

@@ -49,4 +49,4 @@ sources:
- https://hub.docker.com/r/collabora/code
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
type: application
version: 32.9.16
version: 32.10.0

View File

@@ -534,6 +534,9 @@ ingressMiddlewares:
ingress:
main:
required: true
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |
rewrite ^/\.well-known/(card|cal)dav$ /remote.php/dav/ permanent;
integrations:
traefik:
chartMiddlewares: