gerandonk/mpwa

By gerandonk

Updated 8 months ago

whatsapp gateway nodejs

Image
Message queues
API management
Web servers
0

510

gerandonk/mpwa repository overview

Whatsapp Gateway


Environt List

TIMEZONE = Asia/Jakarta
MYSQL_DATABASE = lampstack
MYSQL_USER = lampstack
MYSQL_PASSWORD = lampstack
CRON1 = */1 * * * * /usr/bin/curl -s "http://localhost/id/blast-start" >/dev/null 2>&1
CRON2 = */10 * * * * /usr/bin/curl -s "http://localhost/id/subscription-check" >/dev/null 2>&1

Installations :

  1. Change env CRON1 and CRON2 with ip or your domain.
  2. Open your browser on port 80 (default) then fill all server informations like above if you not changing and select Server Type = localhost, restart container to make all working.
  3. to access file manager, open http://localhost/tfm, Search about tinyflemanager for default login/password

version: '3'

services:
  whatsapp:
    image: gerandonk/mpwa:latest
    hostname: whatsapp
    ports:
     - '80:80'
     - '443:443'
     - '3100:3100'
    environment:
      - TIMEZONE="Asia/Jakarta"
      - MYSQL_DATABASE="lampstack"
      - MYSQL_USER="lampstack"
      - MYSQL_PASSWORD="lampstack"
      - CRON1="*/1 * * * * /usr/bin/curl -s "http://localhost/id/blast-start" >/dev/null 2>&1"
      - CRON2="*/10 * * * * /usr/bin/curl -s "http://localhost/id/subscription-check" >/dev/null 2>&1"
    restart: unless-stopped

To use for phpnuxbill :

https://localhost/send-message?api_key=1234567890&sender=62888xxxx&number=62888xxxx&message=Hello World

Donation:

https://paypal.me/sklitinov

https://viaqris.gmcloud.xx.kg/

Tag summary

Content type

Image

Digest

sha256:ee9972f22

Size

202.1 MB

Last updated

8 months ago

docker pull gerandonk/mpwa