https://github.com/drosocode/matrix-webhook
https://github.com/drosocode/matrix-webhook
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drosocode/matrix-webhook
- Owner: drosoCode
- Created: 2022-10-12T12:38:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T13:38:56.000Z (over 3 years ago)
- Last Synced: 2024-12-28T21:17:41.397Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matrix Webhook Gateway
Features:
- Configuration in yaml, no database
- E2E Encryption Support (with emoji verification)
- Multi-User support
- Extensible with custom formatters
- Built-in support for Discord, Graylog, Sonarqube, Github, Grafana
## Usage
Using the `config.sample.yaml` file, create your configuration file.
Then use the provided docker-compose file, configure your volumes and your reverse proxy (traefik in the example) and run `docker-compose up -d`.