debmaker/ressources/mautrix-wsproxy/README.MD

20 lines
457 B
Plaintext
Raw Normal View History

2022-10-01 17:58:26 +02:00
#### mautrix-wsproxy
##### Information
Site : https://docs.mau.fi/bridges/go/imessage/android/setup.html
Source : https://github.com/mautrix/wsproxy
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y mautrix-syncproxy mautrix-wsproxy
#Edit /etc/mautrix-wsproxy.yaml and /etc/default/mautrix-syncproxy
systemctl enable --now mautrix-wsproxy mautrix-syncproxy
```