v0.0.0-beta.1
OpenPush Demo
Demo Mode
OpenPush can be ran in demo mode for testing and development.
json
// config.production.hjson
{
...
"website": {
"demo": {
"enabled": true, // Enable demo banner
"users": [ // Users are combined with config.auth.users
{
"user": "openpush",
"pass": "openpush-demo"
}
]
},
...
},
...
}
Public Service
A public testing service is provided at https://demo.openpu.sh/.
Servers
https://sync-demo.openpu.shSync API
https://demo.openpu.shCloudflare Pages API
https://demo-worker.openpu.shCloudflare Workers API
System Status
Servers
Supported Features
- Notifications and devices reset every hour on the hour.
- // TODO
See /endpoints for more information on API features.