Added redirect for CalDAV/CardDAV service discovery

This commit is contained in:
WilliamMiceli
2019-07-29 11:51:05 -04:00
parent 9cce1d0015
commit 259fb810d6

View File

@@ -53,6 +53,11 @@ services:
traefik.frontend.rule: Host:${TRAEFIK_HOST} traefik.frontend.rule: Host:${TRAEFIK_HOST}
traefik.port: "80" traefik.port: "80"
### End Web UI Segment ### End Web UI Segment
### Start CalDAV/CardDAV Redirect Segment
traefik.frontend.redirect.permanent: true
traefik.frontend.redirect.regex: https://(.*)/.well-known/(card|cal)dav
traefik.frontend.redirect.replacement: https://${TRAEFIK_HOST}/remote.php/dav/
### End CalDAV/CardDAV Redirect Segment
links: links:
- mysql - mysql
{{- if eq .Values.REDIS "true"}} {{- if eq .Values.REDIS "true"}}