PushBase is a tool for managing and registering Web Push notifications. It also provides features for campaign management, analytics, and user segmentation.
PushBase is the open source alternative to OneSignal, PushNews, SendPulse, PushAlert, and others.
Install Docker and Docker Compose
curl -o ./docker-compose.yml https://raw.githubusercontent.com/altendorfme/pushbase/main/docker-compose.yml
curl -o ./.env https://raw.githubusercontent.com/altendorfme/pushbase/main/docker.env.example
Edit environment:
nano .env
Now just run docker compose up -d
- Access the installation at
https://site.xyz/install
- Complete the initial configuration
- Log in to the admin panel at
https://site.xyz/login
Made with ❤️! If you have questions or suggestions, open an issue and we'll help!