MatrixGW/README.md

22 lines
472 B
Markdown
Raw Normal View History

2025-01-15 19:41:42 +00:00
# Matrix Gateway
WIP project
2025-01-15 20:24:08 +00:00
## Setup dev environment
```
2025-01-17 20:00:44 +00:00
mkdir -p storage/postgres storage/synapse storage/minio
2025-01-15 20:24:08 +00:00
docker compose up
```
URLs:
* Element: http://localhost:8080/
* Synapse: http://localhost:8448/
* OpenID configuration: http://127.0.0.1:9001/dex/.well-known/openid-configuration
2025-01-17 20:00:44 +00:00
* Minio console: http://localhost:9002/
2025-01-15 20:24:08 +00:00
Auto-created Matrix accounts:
* `admin1` : `admin1`
2025-01-17 20:00:44 +00:00
* `user1` : `user1`
Minio administration credentials: `minioadmin` : `minioadmin`