Feat: Matrix Server

This commit is contained in:
coolnsx
2024-07-15 12:35:05 +05:30
parent 8535b53130
commit 2958416e1f
4 changed files with 61 additions and 3 deletions

9
matrix/env.example Normal file
View File

@@ -0,0 +1,9 @@
POSTGRES_USER="synapse"
POSTGRES_DATABASE="synapse"
POSTGRES_PASSWORD=""
PUID=1000
PGID=1000
DATABASE_DIR="./database"
ELEMENT_CONFIG_JSON="./element-config.json"
TZ=etc/UTC
SYNAPSE_SERVER_NAME=example.com