Add users authentication routes

This commit is contained in:
2025-11-03 22:17:29 +01:00
parent 830f47b61f
commit bc815a5cf1
21 changed files with 1417 additions and 451 deletions

View File

@@ -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