20 lines
461 B
Markdown
20 lines
461 B
Markdown
#### mautrix-syncproxy
|
|
|
|
##### Information
|
|
Site : https://docs.mau.fi/bridges/go/imessage/android/setup.html
|
|
|
|
Source : https://github.com/mautrix/syncproxy
|
|
|
|
##### 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
|
|
```
|