Initial mautrix-signal Cloudron package

This commit is contained in:
2026-01-15 16:38:10 -06:00
parent 78176153d6
commit be2944dda1
7 changed files with 460 additions and 1 deletions

24
DESCRIPTION.md Normal file
View File

@@ -0,0 +1,24 @@
# Matrix Signal Bridge
A Matrix-Signal puppeting bridge that allows you to use Signal Messenger through Matrix.
## Features
- **Two-way messaging**: Send and receive messages between Matrix and Signal
- **Media support**: Share images, videos, documents, and other files
- **Group chats**: Bridge Signal groups to Matrix rooms
- **Reactions**: React to messages across platforms
- **Read receipts**: Sync read status between Matrix and Signal
- **Typing indicators**: See when someone is typing
- **End-to-bridge encryption**: Optional encryption for messages between Matrix and the bridge
## Setup
After installation:
1. Copy the registration file from `/app/data/registration.yaml` to your Matrix homeserver
2. Add the registration to your homeserver configuration and restart it
3. Start a chat with `@signalbot:yourdomain.com` in Matrix
4. Follow the authentication instructions to link your Signal account
For detailed setup instructions, visit the [official documentation](https://docs.mau.fi/bridges/go/signal/index.html).