refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
20
.platform/routes.yaml
Normal file
20
.platform/routes.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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"
|
||||
6
.platform/services.yaml
Normal file
6
.platform/services.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
db:
|
||||
type: mariadb:10.4
|
||||
disk: 2048
|
||||
|
||||
cache:
|
||||
type: redis:5.0
|
||||
Reference in New Issue
Block a user