Add users authentication routes
This commit is contained in:
@@ -20,7 +20,7 @@ docker run --rm -it docker.io/pierre42100/matrix_gateway --help
|
||||
### Dependencies
|
||||
```
|
||||
cd matrixgw_backend
|
||||
mkdir -p storage/maspostgres storage/synapse storage/minio
|
||||
mkdir -p storage/maspostgres storage/synapse
|
||||
docker compose up
|
||||
```
|
||||
|
||||
@@ -35,14 +35,12 @@ URLs:
|
||||
* 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/
|
||||
|
||||
Auto-created Matrix accounts:
|
||||
|
||||
* `admin1` : `admin1`
|
||||
* `user1` : `user1`
|
||||
|
||||
Minio administration credentials: `minioadmin` : `minioadmin`
|
||||
|
||||
### Backend
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user