chore(nextcloud): prepare for shipping its own traefik middleware

This commit is contained in:
Kjeld Schouten
2025-02-02 11:57:53 +01:00
parent c82b6af82b
commit f6700bb614
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ sources:
- https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/collabora/code
- https://hub.docker.com/r/nginxinc/nginx-unprivileged - https://hub.docker.com/r/nginxinc/nginx-unprivileged
type: application type: application
version: 32.8.8 version: 32.8.9
+9 -1
View File
@@ -521,7 +521,15 @@ redis:
portal: portal:
open: open:
enabled: true enabled: true
updated: true
ingressMiddlewares:
traefik:
nextcloud-redirect:
enabled: false
type: redirectRegex
data:
regex: "https://(.*)/.well-known/(card|cal)dav"
replacement: "https://${1}/remote.php/dav/"
ingress: ingress:
main: main: