An open API service indexing awesome lists of open source software.

https://github.com/jchavanton/push_server

http apple push notification server
https://github.com/jchavanton/push_server

Last synced: 9 months ago
JSON representation

http apple push notification server

Awesome Lists containing this project

README

          

https://github.com/sideshow/apns2

# configure
Set the variables in `push_server.env`

http listening port

`HTTP_PORT`

KeyID from developer account (Certificates, Identifiers & Profiles -> Keys)

`APPLE_KEY_ID=KEY_ID`

TeamID from developer account (View Account -> Membership)

`APPLE_TEAM_ID=TEAM_ID`

`APPLE_AUTH_KEY_FILE="cert/AuthKey_xxx.p8"`

# build and run in docker
./build.sh && ./run.sh