Added redirect for CalDAV/CardDAV service discovery
This commit is contained in:
@@ -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"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user