feat: Initial Matrix server setup with Postgres, Element, and Keycloak OIDC

This commit is contained in:
Kroonk
2026-05-22 12:26:59 +02:00
commit e15ac071a6
6 changed files with 250 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Ports
SYNAPSE_PORT=8008
ELEMENT_PORT=8088
# PostgreSQL Configuration
POSTGRES_DB=synapse
POSTGRES_USER=synapse
POSTGRES_PASSWORD=generate_a_secure_password_here
# Keycloak OIDC Configuration
# Erstelle einen confidential Client namens 'matrix' im Keycloak auth.mischlabs.de
KEYCLOAK_CLIENT_SECRET=your_keycloak_client_secret_here