Pierre HUBERT 0b16fd2202
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
Release v1.0.0
2025-03-04 19:32:56 +01:00
2025-02-11 21:57:34 +01:00
2025-01-21 21:26:01 +01:00
2025-03-04 19:32:56 +01:00
2025-02-11 21:57:34 +01:00
2025-03-04 19:32:56 +01:00
2025-01-21 20:39:42 +01:00
2025-01-27 21:31:33 +01:00
2025-03-04 19:32:56 +01:00
2025-03-04 19:32:56 +01:00
2025-03-04 19:32:56 +01:00
2025-03-04 19:32:56 +01:00
2025-03-04 19:32:56 +01:00

Matrix Gateway

Build Status

Project that expose a simple API to make use of Matrix API. It acts as a Matrix client (like Element for example)

Known limitations:

  • Supports only a limited subset of Matrix API
  • Does not support E2E encryption
  • Does not support spaces

Project written in Rust. Releases are published on Docker Hub.

Docker image options

docker run --rm -it docker.io/pierre42100/matrix_gateway --help

Setup dev environment

mkdir -p storage/postgres storage/synapse storage/minio
docker compose up

URLs:

Auto-created Matrix accounts:

  • admin1 : admin1
  • user1 : user1

Minio administration credentials: minioadmin : minioadmin

Description
A gateway to integrate Matrix network events in your own applications
Readme GPL-3.0 781 KiB
Languages
Rust 82.7%
HTML 12.3%
JavaScript 3.7%
Makefile 0.5%
Dockerfile 0.3%
Other 0.5%