Skip to content

NadavTasher/OpenPush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPush

OpenPush is a simple platform that I implemented in PHP and JavaScript in order to centralize my push notifications support.

Installation

Method 1: Using the Docker Hub repository

Install docker on your machine.

Run the following command:

docker run -p 80:80 --name openpush --restart unless-stopped -d nadavtasher/openpush:latest

Method 2: Building a docker image from source

Install 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 openpush

Contributing

Pull 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.

License

MIT

About

A simple Push/Pull notification service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors