OpenPush is a simple platform that I implemented in PHP and JavaScript in order to centralize my push notifications support.
Install docker on your machine.
Run the following command:
docker run -p 80:80 --name openpush --restart unless-stopped -d nadavtasher/openpush:latestInstall docker on your machine.
Clone the repository, enter the extracted directory, then run the following commands:
docker build . -t openpush
docker run -p 80:80 --name openpush --restart unless-stopped -d openpushPull requests are welcome, but only for smaller changer. For larger changes, open an issue so that we could discuss the change.
Bug reports and vulnerabilities are welcome too.