Add mautrix-syncproxy and mautrix-wsproxy

This commit is contained in:
thomas 2022-02-26 04:53:01 +01:00
parent eaba9effe3
commit 51bcd703d6
18 changed files with 185 additions and 5 deletions

View file

@ -19,6 +19,7 @@ debmaker_run
- [gotify](#gotify)
- [grocy](#grocy)
- [joplin-server](#joplin-server)
- [mautrix-syncproxy and mautrix-wsproxy](#mautrix-syncproxy-and-mautrix-wsproxy)
- [rss-bridge](#rss-bridge)
- [tt-rss](#tt-rss)
- [vaultwarden and vaultwarden-web](#vaultwarden-and-vaultwarden-web)
@ -98,6 +99,18 @@ apt-get install -y joplin-server
systemctl enable --now joplin-server
```
#### mautrix-syncproxy and mautrix-wsproxy
```bash
apt install -y python 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
```
#### rss-bridge
```bash