chore(nextcloud): prepare for shipping its own traefik middleware
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user