Files
CRM/.platform/routes.yaml
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

21 lines
547 B
YAML

# The routes of the project.
#
# Each route describes how an incoming URL is going
# to be processed by Platform.sh.
"https://{default}/":
type: upstream
upstream: "app:http"
"https://www.{default}/":
type: redirect
to: "https://{default}/"
"https://{default}/.well-known/carddav":
type: redirect
to: "https://{default}/dav"
"https://{default}/.well-known/caldav":
type: redirect
to: "https://{default}/dav"
"https://{default}/.well-known/security.txt":
type: redirect
to: "https://{default}/security.txt"