22 lines
472 B
Markdown
22 lines
472 B
Markdown
# Matrix Gateway
|
|
WIP project
|
|
|
|
|
|
## Setup dev environment
|
|
```
|
|
mkdir -p storage/postgres storage/synapse storage/minio
|
|
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
|
|
* Minio console: http://localhost:9002/
|
|
|
|
Auto-created Matrix accounts:
|
|
|
|
* `admin1` : `admin1`
|
|
* `user1` : `user1`
|
|
|
|
Minio administration credentials: `minioadmin` : `minioadmin` |