Release v1.0.0
This commit is contained in:
13
README.md
13
README.md
@ -1,5 +1,5 @@
|
||||
# Matrix Gateway
|
||||
WIP project
|
||||
[](https://drone.communiquons.org/pierre/MatrixGW)
|
||||
|
||||
Project that expose a simple API to make use of Matrix API. It acts as a Matrix client (like Element for example)
|
||||
|
||||
@ -7,8 +7,14 @@ Project that expose a simple API to make use of Matrix API. It acts as a Matrix
|
||||
|
||||
- Supports only a limited subset of Matrix API
|
||||
- Does not support E2E encryption
|
||||
- Does not support spaces
|
||||
|
||||
Project written in Rust.
|
||||
Project written in Rust. Releases are published on Docker Hub.
|
||||
|
||||
## Docker image options
|
||||
```bash
|
||||
docker run --rm -it docker.io/pierre42100/matrix_gateway --help
|
||||
```
|
||||
|
||||
## Setup dev environment
|
||||
```
|
||||
@ -27,4 +33,5 @@ Auto-created Matrix accounts:
|
||||
* `admin1` : `admin1`
|
||||
* `user1` : `user1`
|
||||
|
||||
Minio administration credentials: `minioadmin` : `minioadmin`
|
||||
Minio administration credentials: `minioadmin` : `minioadmin`
|
||||
|
||||
|
Reference in New Issue
Block a user