Integrate Matrix Authentication Service in test environment
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -18,13 +18,20 @@ docker run --rm -it docker.io/pierre42100/matrix_gateway --help
|
||||
|
||||
## Setup dev environment
|
||||
```
|
||||
mkdir -p storage/postgres storage/synapse storage/minio
|
||||
mkdir -p storage/maspostgres storage/synapse storage/minio
|
||||
docker compose up
|
||||
```
|
||||
|
||||
To create default account, in another terminal, run the following command:
|
||||
|
||||
```bash
|
||||
docker compose --profile create-accounts up -d
|
||||
```
|
||||
|
||||
URLs:
|
||||
* Element: http://localhost:8080/
|
||||
* Synapse: http://localhost:8448/
|
||||
* Matrix Authentication Service: http://localhost:8778/
|
||||
* OpenID configuration: http://127.0.0.1:9001/dex/.well-known/openid-configuration
|
||||
* Minio console: http://localhost:9002/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user