Add postfixadmin

This commit is contained in:
Thomas Legay 2023-01-30 16:16:00 +01:00
parent e3b1112be7
commit 8681875d98
12 changed files with 228 additions and 0 deletions

View file

@ -0,0 +1,20 @@
#### mautrix-whatsapp
##### Information
Site : https://docs.mau.fi/bridges/go/whatsapp/index.html
Source : https://github.com/mautrix/whatsapp
##### Install
```
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y mautrix-whatsapp
#see https://docs.mau.fi/bridges/go/whatsapp/setup/index.html#configuring-and-running
systemctl enable --now mautrix-whatsapp
```