README MIGRATION
This commit is contained in:
parent
6495c0d2ec
commit
a92a6a8738
21 changed files with 454 additions and 298 deletions
19
ressources/mautrix-syncproxy/README.MD
Normal file
19
ressources/mautrix-syncproxy/README.MD
Normal file
|
@ -0,0 +1,19 @@
|
|||
#### 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue