This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
forked from mautrix/signal
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,24 @@ | ||
# mautrix-signalgo | ||
![Languages](https://img.shields.io/github/languages/top/mautrix/signalgo.svg) | ||
[![License](https://img.shields.io/github/license/mautrix/signalgo.svg)](LICENSE) | ||
[![GitLab CI](https://mau.dev/mautrix/signalgo/badges/main/pipeline.svg)](https://mau.dev/mautrix/signalgo/container_registry) | ||
# mautrix-signal | ||
![Languages](https://img.shields.io/github/languages/top/mautrix/signal.svg) | ||
[![License](https://img.shields.io/github/license/mautrix/signal.svg)](LICENSE) | ||
[![GitLab CI](https://mau.dev/mautrix/signal/badges/main/pipeline.svg)](https://mau.dev/mautrix/signal/container_registry) | ||
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | ||
[![Imports](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) | ||
|
||
Go rewrite of mautrix-signal. | ||
A Matrix-Signal puppeting bridge. | ||
|
||
## Documentation | ||
All setup and usage instructions are located on | ||
[docs.mau.fi](https://docs.mau.fi/bridges/go/signal/index.html). | ||
Some quick links: | ||
|
||
* [Bridge setup](https://docs.mau.fi/bridges/go/setup.html?bridge=signalgo) | ||
(or [with Docker](https://docs.mau.fi/bridges/general/docker-setup.html?bridge=signalgo)) | ||
* [Bridge setup](https://docs.mau.fi/bridges/go/setup.html?bridge=signal) | ||
(or [with Docker](https://docs.mau.fi/bridges/general/docker-setup.html?bridge=signal)) | ||
* Basic usage: [Authentication](https://docs.mau.fi/bridges/go/signal/authentication.html) | ||
|
||
## Building | ||
- Clone this repo with submodules | ||
(`git submodule init && git submodule update`) | ||
- Ensure you have cmake and libolm headers installed | ||
(ie. `brew install cmake libolm`) | ||
- Ensure your env variables are correct | ||
ie. | ||
``` | ||
export LIBRARY_PATH=/opt/homebrew/lib | ||
export C_INCLUDE_PATH=/opt/homebrew/include | ||
``` | ||
- Make it (`make`) | ||
### Features & Roadmap | ||
[ROADMAP.md](https://github.com/mautrix/signal/blob/main/ROADMAP.md) | ||
contains a general overview of what is supported by the bridge. | ||
|
||
## Discussion | ||
Matrix room: [`#signal:maunium.net`](https://matrix.to/#/#signal:maunium.net) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters