aboutsummaryrefslogtreecommitdiff
path: root/mautrix-whatsapp/README
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-03-19 18:29:09 -0500
committerSlack Coder <slackcoder@server.ky>2024-04-08 05:50:21 -0500
commitbe3c1db29c07c160ff07d5f9c66be8d3e904866c (patch)
tree802a930aacb03a9131529109d1724cee6762cbe7 /mautrix-whatsapp/README
parent782cf460b3e69f32ec5e7396ffa8e551539db3c0 (diff)
downloadslackbuilds-be3c1db29c07c160ff07d5f9c66be8d3e904866c.tar.xz
add mautrix-whatsapp v0.10.5
Diffstat (limited to 'mautrix-whatsapp/README')
-rw-r--r--mautrix-whatsapp/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/mautrix-whatsapp/README b/mautrix-whatsapp/README
new file mode 100644
index 0000000..f394a68
--- /dev/null
+++ b/mautrix-whatsapp/README
@@ -0,0 +1,12 @@
+A Matrix-WhatsApp puppeting bridge based on whatsmeow.
+
+The bridge requires a database and database user.
+
+```
+sudo -u postgres createuser --pwprompt mautrix-whatsapp
+sudo -u postgres createdb --owner=mautrix-whatsapp --encoding=UTF-8 mautrix-whatsapp
+```
+
+Next, configure the service by editing the '/etc/mautrix-whatsapp/config.yam'
+file before starting the service. Refer to the documentation for the project
+at https://docs.mau.fi/bridges/go/setup.html?bridge=whatsapp#configuring-and-running.