Added matrix

This commit is contained in:
Ultradesu
2026-03-16 10:40:54 +00:00
parent e20453e6e6
commit 647fabdd38
+4
View File
@@ -24,6 +24,8 @@ hookshot:
## Synapse homeserver ## Synapse homeserver
synapse: synapse:
enabled: true enabled: true
ingress:
host: matrix.hexor.cy
postgres: postgres:
host: psql.psql.svc host: psql.psql.svc
port: 5432 port: 5432
@@ -43,6 +45,8 @@ synapse:
## Matrix Authentication Service ## Matrix Authentication Service
matrixAuthenticationService: matrixAuthenticationService:
enabled: true enabled: true
ingress:
host: auth.matrix.hexor.cy
postgres: postgres:
host: psql.psql.svc host: psql.psql.svc
port: 5432 port: 5432