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