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
- Host: GitHub
- URL: https://github.com/jchavanton/push_server
- Owner: jchavanton
- Created: 2024-04-10T18:09:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T18:16:56.000Z (over 1 year ago)
- Last Synced: 2025-01-30T07:28:28.397Z (11 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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